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