1246223Ssjg/* $FreeBSD: stable/10/usr.bin/bmake/config.h 321964 2017-08-03 01:40:05Z sjg $ */
2241279Smarcel/* config.h.  Generated from config.h.in by configure.  */
3241279Smarcel/* config.h.in.  Generated from configure.in by autoheader.  */
4241279Smarcel
5241279Smarcel/* Define if building universal (internal helper macro) */
6241279Smarcel/* #undef AC_APPLE_UNIVERSAL_BUILD */
7241279Smarcel
8241279Smarcel/* Path of default shell */
9241279Smarcel/* #undef DEFSHELL_CUSTOM */
10241279Smarcel
11241279Smarcel/* Shell spec to use by default */
12241279Smarcel/* #undef DEFSHELL_INDEX */
13241279Smarcel
14241279Smarcel/* Define to 1 if you have the <ar.h> header file. */
15241279Smarcel#define HAVE_AR_H 1
16241279Smarcel
17241279Smarcel/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
18241279Smarcel   don't. */
19241279Smarcel#define HAVE_DECL_SYS_SIGLIST 1
20241279Smarcel
21241279Smarcel/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
22241279Smarcel   */
23241279Smarcel#define HAVE_DIRENT_H 1
24241279Smarcel
25241279Smarcel/* Define to 1 if you have the `dirname' function. */
26241279Smarcel#define HAVE_DIRNAME 1
27241279Smarcel
28241279Smarcel/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29241279Smarcel/* #undef HAVE_DOPRNT */
30241279Smarcel
31241279Smarcel/* Define to 1 if you have the `err' function. */
32241279Smarcel#define HAVE_ERR 1
33241279Smarcel
34241279Smarcel/* Define to 1 if you have the `errx' function. */
35241279Smarcel#define HAVE_ERRX 1
36241279Smarcel
37241279Smarcel/* Define to 1 if you have the <err.h> header file. */
38241279Smarcel#define HAVE_ERR_H 1
39241279Smarcel
40241279Smarcel/* Define to 1 if you have the <fcntl.h> header file. */
41241279Smarcel#define HAVE_FCNTL_H 1
42241279Smarcel
43241279Smarcel/* Define to 1 if you have the `fork' function. */
44241279Smarcel#define HAVE_FORK 1
45241279Smarcel
46241279Smarcel/* Define to 1 if you have the `getcwd' function. */
47241279Smarcel#define HAVE_GETCWD 1
48241279Smarcel
49241279Smarcel/* Define to 1 if you have the `getenv' function. */
50241279Smarcel#define HAVE_GETENV 1
51241279Smarcel
52241279Smarcel/* Define to 1 if you have the `getopt' function. */
53241279Smarcel#define HAVE_GETOPT 1
54241279Smarcel
55241279Smarcel/* Define to 1 if you have the `getwd' function. */
56241279Smarcel#define HAVE_GETWD 1
57241279Smarcel
58241279Smarcel/* Define to 1 if you have the <inttypes.h> header file. */
59241279Smarcel#define HAVE_INTTYPES_H 1
60241279Smarcel
61241279Smarcel/* Define to 1 if you have the `killpg' function. */
62241279Smarcel#define HAVE_KILLPG 1
63241279Smarcel
64292068Ssjg/* Define to 1 if you have the <libgen.h> header file. */
65292068Ssjg#define HAVE_LIBGEN_H 1
66292068Ssjg
67292068Ssjg/* Define to 1 if you have the <limits.h> header file. */
68292068Ssjg#define HAVE_LIMITS_H 1
69292068Ssjg
70241279Smarcel/* Define to 1 if you have the <memory.h> header file. */
71241279Smarcel#define HAVE_MEMORY_H 1
72241279Smarcel
73241279Smarcel/* Define to 1 if you have the `mmap' function. */
74241279Smarcel#define HAVE_MMAP 1
75241279Smarcel
76241279Smarcel/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
77241279Smarcel/* #undef HAVE_NDIR_H */
78241279Smarcel
79241279Smarcel/* Define to 1 if you have the <paths.h> header file. */
80241279Smarcel#define HAVE_PATHS_H 1
81241279Smarcel
82241279Smarcel/* Define to 1 if you have the <poll.h> header file. */
83241279Smarcel#define HAVE_POLL_H 1
84241279Smarcel
85241279Smarcel/* Define to 1 if you have the `putenv' function. */
86241279Smarcel#define HAVE_PUTENV 1
87241279Smarcel
88241279Smarcel/* Define to 1 if you have the <ranlib.h> header file. */
89241279Smarcel#define HAVE_RANLIB_H 1
90241279Smarcel
91241279Smarcel/* Define to 1 if you have the `realpath' function. */
92241279Smarcel#define HAVE_REALPATH 1
93241279Smarcel
94241279Smarcel/* Define to 1 if you have the `select' function. */
95241279Smarcel#define HAVE_SELECT 1
96241279Smarcel
97241279Smarcel/* Define to 1 if you have the `setenv' function. */
98241279Smarcel#define HAVE_SETENV 1
99241279Smarcel
100241279Smarcel/* Define to 1 if you have the `setpgid' function. */
101241279Smarcel#define HAVE_SETPGID 1
102241279Smarcel
103241279Smarcel/* Define to 1 if you have the `setsid' function. */
104241279Smarcel#define HAVE_SETSID 1
105241279Smarcel
106241279Smarcel/* Define to 1 if you have the `sigaction' function. */
107241279Smarcel#define HAVE_SIGACTION 1
108241279Smarcel
109241279Smarcel/* Define to 1 if you have the `sigvec' function. */
110241279Smarcel#define HAVE_SIGVEC 1
111241279Smarcel
112241279Smarcel/* Define to 1 if you have the `snprintf' function. */
113241279Smarcel#define HAVE_SNPRINTF 1
114241279Smarcel
115241279Smarcel/* Define to 1 if you have the <stdint.h> header file. */
116241279Smarcel#define HAVE_STDINT_H 1
117241279Smarcel
118241279Smarcel/* Define to 1 if you have the <stdlib.h> header file. */
119241279Smarcel#define HAVE_STDLIB_H 1
120241279Smarcel
121241279Smarcel/* Define to 1 if you have the `strerror' function. */
122241279Smarcel#define HAVE_STRERROR 1
123241279Smarcel
124241279Smarcel/* Define to 1 if you have the `stresep' function. */
125241279Smarcel/* #undef HAVE_STRESEP */
126241279Smarcel
127241279Smarcel/* Define to 1 if you have the `strftime' function. */
128241279Smarcel#define HAVE_STRFTIME 1
129241279Smarcel
130241279Smarcel/* Define to 1 if you have the <strings.h> header file. */
131241279Smarcel#define HAVE_STRINGS_H 1
132241279Smarcel
133241279Smarcel/* Define to 1 if you have the <string.h> header file. */
134241279Smarcel#define HAVE_STRING_H 1
135241279Smarcel
136241279Smarcel/* Define to 1 if you have the `strlcpy' function. */
137241279Smarcel#define HAVE_STRLCPY 1
138241279Smarcel
139241279Smarcel/* Define to 1 if you have the `strsep' function. */
140241279Smarcel#define HAVE_STRSEP 1
141241279Smarcel
142241279Smarcel/* Define to 1 if you have the `strtod' function. */
143241279Smarcel#define HAVE_STRTOD 1
144241279Smarcel
145241279Smarcel/* Define to 1 if you have the `strtol' function. */
146241279Smarcel#define HAVE_STRTOL 1
147241279Smarcel
148241279Smarcel/* Define to 1 if `struct stat' is a member of `st_rdev'. */
149241279Smarcel#define HAVE_STRUCT_STAT_ST_RDEV 1
150241279Smarcel
151241279Smarcel/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
152241279Smarcel   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
153241279Smarcel#define HAVE_ST_RDEV 1
154241279Smarcel
155276305Sngie/* Define to 1 if you have the `sysctl' function. */
156276305Sngie#define HAVE_SYSCTL 1
157276305Sngie
158241279Smarcel/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
159241279Smarcel   */
160241279Smarcel/* #undef HAVE_SYS_DIR_H */
161241279Smarcel
162241279Smarcel/* Define to 1 if you have the <sys/mman.h> header file. */
163241279Smarcel#define HAVE_SYS_MMAN_H 1
164241279Smarcel
165241279Smarcel/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
166241279Smarcel   */
167241279Smarcel/* #undef HAVE_SYS_NDIR_H */
168241279Smarcel
169292068Ssjg/* Define to 1 if you have the <sys/param.h> header file. */
170292068Ssjg#define HAVE_SYS_PARAM_H 1
171292068Ssjg
172241279Smarcel/* Define to 1 if you have the <sys/select.h> header file. */
173241279Smarcel#define HAVE_SYS_SELECT_H 1
174241279Smarcel
175241279Smarcel/* Define to 1 if you have the <sys/socket.h> header file. */
176241279Smarcel#define HAVE_SYS_SOCKET_H 1
177241279Smarcel
178241279Smarcel/* Define to 1 if you have the <sys/stat.h> header file. */
179241279Smarcel#define HAVE_SYS_STAT_H 1
180241279Smarcel
181276305Sngie/* Define to 1 if you have the <sys/sysctl.h> header file. */
182276305Sngie#define HAVE_SYS_SYSCTL_H 1
183276305Sngie
184241279Smarcel/* Define to 1 if you have the <sys/time.h> header file. */
185241279Smarcel#define HAVE_SYS_TIME_H 1
186241279Smarcel
187241279Smarcel/* Define to 1 if you have the <sys/types.h> header file. */
188241279Smarcel#define HAVE_SYS_TYPES_H 1
189241279Smarcel
190241279Smarcel/* Define to 1 if you have the <sys/uio.h> header file. */
191241279Smarcel#define HAVE_SYS_UIO_H 1
192241279Smarcel
193241279Smarcel/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
194241279Smarcel#define HAVE_SYS_WAIT_H 1
195241279Smarcel
196241279Smarcel/* Define to 1 if you have the <unistd.h> header file. */
197241279Smarcel#define HAVE_UNISTD_H 1
198241279Smarcel
199241279Smarcel/* Define to 1 if you have the `unsetenv' function. */
200241279Smarcel#define HAVE_UNSETENV 1
201241279Smarcel
202241279Smarcel/* Define to 1 if you have the <utime.h> header file. */
203241279Smarcel#define HAVE_UTIME_H 1
204241279Smarcel
205241279Smarcel/* Define to 1 if you have the `vfork' function. */
206241279Smarcel#define HAVE_VFORK 1
207241279Smarcel
208241279Smarcel/* Define to 1 if you have the <vfork.h> header file. */
209241279Smarcel/* #undef HAVE_VFORK_H */
210241279Smarcel
211241279Smarcel/* Define to 1 if you have the `vprintf' function. */
212241279Smarcel#define HAVE_VPRINTF 1
213241279Smarcel
214241279Smarcel/* Define to 1 if you have the `vsnprintf' function. */
215241279Smarcel#define HAVE_VSNPRINTF 1
216241279Smarcel
217241279Smarcel/* Define to 1 if you have the `wait3' function. */
218241279Smarcel#define HAVE_WAIT3 1
219241279Smarcel
220241279Smarcel/* Define to 1 if you have the `wait4' function. */
221241279Smarcel#define HAVE_WAIT4 1
222241279Smarcel
223241279Smarcel/* Define to 1 if you have the `waitpid' function. */
224241279Smarcel#define HAVE_WAITPID 1
225241279Smarcel
226241279Smarcel/* Define to 1 if you have the `warn' function. */
227241279Smarcel#define HAVE_WARN 1
228241279Smarcel
229241279Smarcel/* Define to 1 if you have the `warnx' function. */
230241279Smarcel#define HAVE_WARNX 1
231241279Smarcel
232241279Smarcel/* Define to 1 if `fork' works. */
233241279Smarcel#define HAVE_WORKING_FORK 1
234241279Smarcel
235241279Smarcel/* Define to 1 if `vfork' works. */
236241279Smarcel#define HAVE_WORKING_VFORK 1
237241279Smarcel
238241279Smarcel/* define if your compiler has __attribute__ */
239241279Smarcel/* #undef HAVE___ATTRIBUTE__ */
240241279Smarcel
241241279Smarcel/* Define to the address where bug reports for this package should be sent. */
242241279Smarcel#define PACKAGE_BUGREPORT "sjg@NetBSD.org"
243241279Smarcel
244241279Smarcel/* Define to the full name of this package. */
245241279Smarcel#define PACKAGE_NAME "bmake"
246241279Smarcel
247241279Smarcel/* Define to the full name and version of this package. */
248321964Ssjg#define PACKAGE_STRING "bmake 20160606"
249241279Smarcel
250241279Smarcel/* Define to the one symbol short name of this package. */
251241279Smarcel#define PACKAGE_TARNAME "bmake"
252241279Smarcel
253241279Smarcel/* Define to the home page for this package. */
254241279Smarcel#define PACKAGE_URL ""
255241279Smarcel
256241279Smarcel/* Define to the version of this package. */
257321964Ssjg#define PACKAGE_VERSION "20160606"
258241279Smarcel
259241279Smarcel/* Define as the return type of signal handlers (`int' or `void'). */
260241279Smarcel#define RETSIGTYPE void
261241279Smarcel
262241279Smarcel/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
263241279Smarcel/* #undef STAT_MACROS_BROKEN */
264241279Smarcel
265241279Smarcel/* Define to 1 if you have the ANSI C header files. */
266241279Smarcel#define STDC_HEADERS 1
267241279Smarcel
268241279Smarcel/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
269241279Smarcel#define TIME_WITH_SYS_TIME 1
270241279Smarcel
271241279Smarcel/* Define to 1 if your <sys/time.h> declares `struct tm'. */
272241279Smarcel/* #undef TM_IN_SYS_TIME */
273241279Smarcel
274241279Smarcel/* Enable extensions on AIX 3, Interix.  */
275241279Smarcel#ifndef _ALL_SOURCE
276241279Smarcel# define _ALL_SOURCE 1
277241279Smarcel#endif
278241279Smarcel/* Enable GNU extensions on systems that have them.  */
279241279Smarcel#ifndef _GNU_SOURCE
280241279Smarcel# define _GNU_SOURCE 1
281241279Smarcel#endif
282241279Smarcel/* Enable threading extensions on Solaris.  */
283241279Smarcel#ifndef _POSIX_PTHREAD_SEMANTICS
284241279Smarcel# define _POSIX_PTHREAD_SEMANTICS 1
285241279Smarcel#endif
286241279Smarcel/* Enable extensions on HP NonStop.  */
287241279Smarcel#ifndef _TANDEM_SOURCE
288241279Smarcel# define _TANDEM_SOURCE 1
289241279Smarcel#endif
290241279Smarcel/* Enable general extensions on Solaris.  */
291241279Smarcel#ifndef __EXTENSIONS__
292241279Smarcel# define __EXTENSIONS__ 1
293241279Smarcel#endif
294241279Smarcel
295241279Smarcel
296241279Smarcel/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
297241279Smarcel   significant byte first (like Motorola and SPARC, unlike Intel). */
298241279Smarcel#if defined AC_APPLE_UNIVERSAL_BUILD
299241279Smarcel# if defined __BIG_ENDIAN__
300241279Smarcel#  define WORDS_BIGENDIAN 1
301241279Smarcel# endif
302241279Smarcel#else
303241279Smarcel# ifndef WORDS_BIGENDIAN
304241279Smarcel/* #  undef WORDS_BIGENDIAN */
305241279Smarcel# endif
306241279Smarcel#endif
307241279Smarcel
308241279Smarcel/* Define to 1 if on MINIX. */
309241279Smarcel/* #undef _MINIX */
310241279Smarcel
311241279Smarcel/* Define to 2 if the system does not provide POSIX.1 features except with
312241279Smarcel   this defined. */
313241279Smarcel/* #undef _POSIX_1_SOURCE */
314241279Smarcel
315241279Smarcel/* Define to 1 if you need to in order for `stat' and other things to work. */
316241279Smarcel/* #undef _POSIX_SOURCE */
317241279Smarcel
318292068Ssjg/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
319292068Ssjg   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
320292068Ssjg   #define below would cause a syntax error. */
321292068Ssjg/* #undef _UINT32_T */
322292068Ssjg
323276305Sngie/* C99 function name */
324276305Sngie/* #undef __func__ */
325276305Sngie
326241279Smarcel/* Define to empty if `const' does not conform to ANSI C. */
327241279Smarcel/* #undef const */
328241279Smarcel
329321964Ssjg/* Define to `int' if <sys/types.h> does not define. */
330321964Ssjg/* #undef mode_t */
331321964Ssjg
332241279Smarcel/* Define to `long int' if <sys/types.h> does not define. */
333241279Smarcel/* #undef off_t */
334241279Smarcel
335241279Smarcel/* Define to `int' if <sys/types.h> does not define. */
336241279Smarcel/* #undef pid_t */
337241279Smarcel
338241279Smarcel/* Define to `unsigned int' if <sys/types.h> does not define. */
339241279Smarcel/* #undef size_t */
340241279Smarcel
341292068Ssjg/* Define to the type of an unsigned integer type of width exactly 32 bits if
342292068Ssjg   such a type exists and the standard includes do not define it. */
343292068Ssjg/* #undef uint32_t */
344292068Ssjg
345241279Smarcel/* Define as `fork' if `vfork' does not work. */
346241279Smarcel/* #undef vfork */
347