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