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