xref: /dragonfly/contrib/bmake/config.h.in (revision ec1c3f3a)
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Path of default shell */
7#undef DEFSHELL_CUSTOM
8
9/* Shell spec to use by default */
10#undef DEFSHELL_INDEX
11
12/* Path of default shell */
13#undef DEFSHELL_PATH
14
15/* Define to 1 if you have the <ar.h> header file. */
16#undef HAVE_AR_H
17
18/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
19   don't. */
20#undef HAVE_DECL_SYS_SIGLIST
21
22/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
23   */
24#undef HAVE_DIRENT_H
25
26/* Define to 1 if you have the `dirname' function. */
27#undef HAVE_DIRNAME
28
29/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
30#undef HAVE_DOPRNT
31
32/* Define to 1 if you have the `err' function. */
33#undef HAVE_ERR
34
35/* Define to 1 if you have the `errx' function. */
36#undef HAVE_ERRX
37
38/* Define to 1 if you have the <err.h> header file. */
39#undef HAVE_ERR_H
40
41/* Define to 1 if you have the <fcntl.h> header file. */
42#undef HAVE_FCNTL_H
43
44/* Define to 1 if you have the `fork' function. */
45#undef HAVE_FORK
46
47/* Define to 1 if you have the `getcwd' function. */
48#undef HAVE_GETCWD
49
50/* Define to 1 if you have the `getenv' function. */
51#undef HAVE_GETENV
52
53/* Define to 1 if you have the `getopt' function. */
54#undef HAVE_GETOPT
55
56/* Define to 1 if you have the `getwd' function. */
57#undef HAVE_GETWD
58
59/* Define to 1 if you have the <inttypes.h> header file. */
60#undef HAVE_INTTYPES_H
61
62/* Define to 1 if you have the `killpg' function. */
63#undef HAVE_KILLPG
64
65/* Define to 1 if you have the <libgen.h> header file. */
66#undef HAVE_LIBGEN_H
67
68/* Define to 1 if you have the <limits.h> header file. */
69#undef HAVE_LIMITS_H
70
71/* Define to 1 if the system has the type `long long int'. */
72#undef HAVE_LONG_LONG_INT
73
74/* Define to 1 if you have the <minix/config.h> header file. */
75#undef HAVE_MINIX_CONFIG_H
76
77/* Define to 1 if you have the `mmap' function. */
78#undef HAVE_MMAP
79
80/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
81#undef HAVE_NDIR_H
82
83/* Define to 1 if you have the <paths.h> header file. */
84#undef HAVE_PATHS_H
85
86/* Define to 1 if you have the <poll.h> header file. */
87#undef HAVE_POLL_H
88
89/* Define to 1 if you have the `putenv' function. */
90#undef HAVE_PUTENV
91
92/* Define to 1 if you have the <ranlib.h> header file. */
93#undef HAVE_RANLIB_H
94
95/* Define to 1 if you have the `realpath' function. */
96#undef HAVE_REALPATH
97
98/* Define to 1 if you have the `select' function. */
99#undef HAVE_SELECT
100
101/* Define to 1 if you have the `setenv' function. */
102#undef HAVE_SETENV
103
104/* Define to 1 if you have the `setpgid' function. */
105#undef HAVE_SETPGID
106
107/* Define to 1 if you have the `setrlimit' function. */
108#undef HAVE_SETRLIMIT
109
110/* Define to 1 if you have the `setsid' function. */
111#undef HAVE_SETSID
112
113/* Define to 1 if you have the `sigaction' function. */
114#undef HAVE_SIGACTION
115
116/* Define to 1 if you have the `sigaddset' function. */
117#undef HAVE_SIGADDSET
118
119/* Define to 1 if you have the `sigpending' function. */
120#undef HAVE_SIGPENDING
121
122/* Define to 1 if you have the `sigprocmask' function. */
123#undef HAVE_SIGPROCMASK
124
125/* Define to 1 if you have the `sigsetmask' function. */
126#undef HAVE_SIGSETMASK
127
128/* Define to 1 if you have the `sigsuspend' function. */
129#undef HAVE_SIGSUSPEND
130
131/* Define to 1 if you have the `sigvec' function. */
132#undef HAVE_SIGVEC
133
134/* Define to 1 if the system has the type `sig_atomic_t'. */
135#undef HAVE_SIG_ATOMIC_T
136
137/* Define to 1 if you have the `snprintf' function. */
138#undef HAVE_SNPRINTF
139
140/* Define to 1 if you have the <stdint.h> header file. */
141#undef HAVE_STDINT_H
142
143/* Define to 1 if you have the <stdio.h> header file. */
144#undef HAVE_STDIO_H
145
146/* Define to 1 if you have the <stdlib.h> header file. */
147#undef HAVE_STDLIB_H
148
149/* Define to 1 if you have the `strerror' function. */
150#undef HAVE_STRERROR
151
152/* Define to 1 if you have the `stresep' function. */
153#undef HAVE_STRESEP
154
155/* Define to 1 if you have the `strftime' function. */
156#undef HAVE_STRFTIME
157
158/* Define to 1 if you have the <strings.h> header file. */
159#undef HAVE_STRINGS_H
160
161/* Define to 1 if you have the <string.h> header file. */
162#undef HAVE_STRING_H
163
164/* Define to 1 if you have the `strlcpy' function. */
165#undef HAVE_STRLCPY
166
167/* Define to 1 if you have the `strsep' function. */
168#undef HAVE_STRSEP
169
170/* Define to 1 if you have the `strtod' function. */
171#undef HAVE_STRTOD
172
173/* Define to 1 if you have the `strtol' function. */
174#undef HAVE_STRTOL
175
176/* Define to 1 if you have the `strtoll' function. */
177#undef HAVE_STRTOLL
178
179/* Define to 1 if you have the `strtoul' function. */
180#undef HAVE_STRTOUL
181
182/* Define to 1 if you have the `sysctl' function. */
183#undef HAVE_SYSCTL
184
185/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
186   */
187#undef HAVE_SYS_DIR_H
188
189/* Define to 1 if you have the <sys/mman.h> header file. */
190#undef HAVE_SYS_MMAN_H
191
192/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
193   */
194#undef HAVE_SYS_NDIR_H
195
196/* Define to 1 if you have the <sys/param.h> header file. */
197#undef HAVE_SYS_PARAM_H
198
199/* Define to 1 if you have the <sys/select.h> header file. */
200#undef HAVE_SYS_SELECT_H
201
202/* Define to 1 if you have the <sys/socket.h> header file. */
203#undef HAVE_SYS_SOCKET_H
204
205/* Define to 1 if you have the <sys/stat.h> header file. */
206#undef HAVE_SYS_STAT_H
207
208/* Define to 1 if you have the <sys/sysctl.h> header file. */
209#undef HAVE_SYS_SYSCTL_H
210
211/* Define to 1 if you have the <sys/time.h> header file. */
212#undef HAVE_SYS_TIME_H
213
214/* Define to 1 if you have the <sys/types.h> header file. */
215#undef HAVE_SYS_TYPES_H
216
217/* Define to 1 if you have the <sys/uio.h> header file. */
218#undef HAVE_SYS_UIO_H
219
220/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
221#undef HAVE_SYS_WAIT_H
222
223/* Define to 1 if you have the <unistd.h> header file. */
224#undef HAVE_UNISTD_H
225
226/* Define to 1 if you have the `unsetenv' function. */
227#undef HAVE_UNSETENV
228
229/* Define to 1 if the system has the type `unsigned long long int'. */
230#undef HAVE_UNSIGNED_LONG_LONG_INT
231
232/* Define to 1 if you have the <utime.h> header file. */
233#undef HAVE_UTIME_H
234
235/* Define to 1 if you have the `vfork' function. */
236#undef HAVE_VFORK
237
238/* Define to 1 if you have the <vfork.h> header file. */
239#undef HAVE_VFORK_H
240
241/* Define to 1 if you have the `vprintf' function. */
242#undef HAVE_VPRINTF
243
244/* Define to 1 if you have the `vsnprintf' function. */
245#undef HAVE_VSNPRINTF
246
247/* Define to 1 if you have the `wait3' function. */
248#undef HAVE_WAIT3
249
250/* Define to 1 if you have the `wait4' function. */
251#undef HAVE_WAIT4
252
253/* Define to 1 if you have the `waitpid' function. */
254#undef HAVE_WAITPID
255
256/* Define to 1 if you have the `warn' function. */
257#undef HAVE_WARN
258
259/* Define to 1 if you have the `warnx' function. */
260#undef HAVE_WARNX
261
262/* Define to 1 if you have the <wchar.h> header file. */
263#undef HAVE_WCHAR_H
264
265/* Define to 1 if `fork' works. */
266#undef HAVE_WORKING_FORK
267
268/* Define to 1 if `vfork' works. */
269#undef HAVE_WORKING_VFORK
270
271/* define if your compiler has __attribute__ */
272#undef HAVE___ATTRIBUTE__
273
274/* Define to the address where bug reports for this package should be sent. */
275#undef PACKAGE_BUGREPORT
276
277/* Define to the full name of this package. */
278#undef PACKAGE_NAME
279
280/* Define to the full name and version of this package. */
281#undef PACKAGE_STRING
282
283/* Define to the one symbol short name of this package. */
284#undef PACKAGE_TARNAME
285
286/* Define to the home page for this package. */
287#undef PACKAGE_URL
288
289/* Define to the version of this package. */
290#undef PACKAGE_VERSION
291
292/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
293#undef STAT_MACROS_BROKEN
294
295/* Define to 1 if all of the C90 standard headers exist (not just the ones
296   required in a freestanding environment). This macro is provided for
297   backward compatibility; new code need not use it. */
298#undef STDC_HEADERS
299
300/* Define to 1 if your <sys/time.h> declares `struct tm'. */
301#undef TM_IN_SYS_TIME
302
303/* Enable extensions on AIX 3, Interix.  */
304#ifndef _ALL_SOURCE
305# undef _ALL_SOURCE
306#endif
307/* Enable general extensions on macOS.  */
308#ifndef _DARWIN_C_SOURCE
309# undef _DARWIN_C_SOURCE
310#endif
311/* Enable general extensions on Solaris.  */
312#ifndef __EXTENSIONS__
313# undef __EXTENSIONS__
314#endif
315/* Enable GNU extensions on systems that have them.  */
316#ifndef _GNU_SOURCE
317# undef _GNU_SOURCE
318#endif
319/* Enable X/Open compliant socket functions that do not require linking
320   with -lxnet on HP-UX 11.11.  */
321#ifndef _HPUX_ALT_XOPEN_SOCKET_API
322# undef _HPUX_ALT_XOPEN_SOCKET_API
323#endif
324/* Identify the host operating system as Minix.
325   This macro does not affect the system headers' behavior.
326   A future release of Autoconf may stop defining this macro.  */
327#ifndef _MINIX
328# undef _MINIX
329#endif
330/* Enable general extensions on NetBSD.
331   Enable NetBSD compatibility extensions on Minix.  */
332#ifndef _NETBSD_SOURCE
333# undef _NETBSD_SOURCE
334#endif
335/* Enable OpenBSD compatibility extensions on NetBSD.
336   Oddly enough, this does nothing on OpenBSD.  */
337#ifndef _OPENBSD_SOURCE
338# undef _OPENBSD_SOURCE
339#endif
340/* Define to 1 if needed for POSIX-compatible behavior.  */
341#ifndef _POSIX_SOURCE
342# undef _POSIX_SOURCE
343#endif
344/* Define to 2 if needed for POSIX-compatible behavior.  */
345#ifndef _POSIX_1_SOURCE
346# undef _POSIX_1_SOURCE
347#endif
348/* Enable POSIX-compatible threading on Solaris.  */
349#ifndef _POSIX_PTHREAD_SEMANTICS
350# undef _POSIX_PTHREAD_SEMANTICS
351#endif
352/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
353#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
354# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
355#endif
356/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
357#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
358# undef __STDC_WANT_IEC_60559_BFP_EXT__
359#endif
360/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
361#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
362# undef __STDC_WANT_IEC_60559_DFP_EXT__
363#endif
364/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
365#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
366# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
367#endif
368/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
369#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
370# undef __STDC_WANT_IEC_60559_TYPES_EXT__
371#endif
372/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
373#ifndef __STDC_WANT_LIB_EXT2__
374# undef __STDC_WANT_LIB_EXT2__
375#endif
376/* Enable extensions specified by ISO/IEC 24747:2009.  */
377#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
378# undef __STDC_WANT_MATH_SPEC_FUNCS__
379#endif
380/* Enable extensions on HP NonStop.  */
381#ifndef _TANDEM_SOURCE
382# undef _TANDEM_SOURCE
383#endif
384/* Enable X/Open extensions.  Define to 500 only if necessary
385   to make mbstate_t available.  */
386#ifndef _XOPEN_SOURCE
387# undef _XOPEN_SOURCE
388#endif
389
390
391/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
392   significant byte first (like Motorola and SPARC, unlike Intel). */
393#if defined AC_APPLE_UNIVERSAL_BUILD
394# if defined __BIG_ENDIAN__
395#  define WORDS_BIGENDIAN 1
396# endif
397#else
398# ifndef WORDS_BIGENDIAN
399#  undef WORDS_BIGENDIAN
400# endif
401#endif
402
403/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
404   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
405   #define below would cause a syntax error. */
406#undef _UINT32_T
407
408/* C99 function name */
409#undef __func__
410
411/* Define to empty if `const' does not conform to ANSI C. */
412#undef const
413
414/* Define to `__inline__' or `__inline' if that's what the C compiler
415   calls it, or to nothing if 'inline' is not supported under any name.  */
416#ifndef __cplusplus
417#undef inline
418#endif
419
420/* Define to the type of a signed integer type of width exactly 64 bits if
421   such a type exists and the standard includes do not define it. */
422#undef int64_t
423
424/* Define to `int' if <sys/types.h> does not define. */
425#undef mode_t
426
427/* Define to `long int' if <sys/types.h> does not define. */
428#undef off_t
429
430/* Define as a signed integer type capable of holding a process identifier. */
431#undef pid_t
432
433/* type that signal handlers can safely frob */
434#undef sig_atomic_t
435
436/* Define to `unsigned int' if <sys/types.h> does not define. */
437#undef size_t
438
439/* Define to the type of an unsigned integer type of width exactly 32 bits if
440   such a type exists and the standard includes do not define it. */
441#undef uint32_t
442
443/* Define as `fork' if `vfork' does not work. */
444#undef vfork
445