xref: /freebsd/contrib/bmake/config.h.in (revision c03c5b1c)
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 <memory.h> header file. */
75#undef HAVE_MEMORY_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 <stdlib.h> header file. */
144#undef HAVE_STDLIB_H
145
146/* Define to 1 if you have the `strerror' function. */
147#undef HAVE_STRERROR
148
149/* Define to 1 if you have the `stresep' function. */
150#undef HAVE_STRESEP
151
152/* Define to 1 if you have the `strftime' function. */
153#undef HAVE_STRFTIME
154
155/* Define to 1 if you have the <strings.h> header file. */
156#undef HAVE_STRINGS_H
157
158/* Define to 1 if you have the <string.h> header file. */
159#undef HAVE_STRING_H
160
161/* Define to 1 if you have the `strlcpy' function. */
162#undef HAVE_STRLCPY
163
164/* Define to 1 if you have the `strsep' function. */
165#undef HAVE_STRSEP
166
167/* Define to 1 if you have the `strtod' function. */
168#undef HAVE_STRTOD
169
170/* Define to 1 if you have the `strtol' function. */
171#undef HAVE_STRTOL
172
173/* Define to 1 if you have the `strtoll' function. */
174#undef HAVE_STRTOLL
175
176/* Define to 1 if you have the `strtoul' function. */
177#undef HAVE_STRTOUL
178
179/* Define to 1 if `st_rdev' is a member of `struct stat'. */
180#undef HAVE_STRUCT_STAT_ST_RDEV
181
182/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
183   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
184#undef HAVE_ST_RDEV
185
186/* Define to 1 if you have the `sysctl' function. */
187#undef HAVE_SYSCTL
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#undef HAVE_SYS_MMAN_H
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#undef HAVE_SYS_PARAM_H
202
203/* Define to 1 if you have the <sys/select.h> header file. */
204#undef HAVE_SYS_SELECT_H
205
206/* Define to 1 if you have the <sys/socket.h> header file. */
207#undef HAVE_SYS_SOCKET_H
208
209/* Define to 1 if you have the <sys/stat.h> header file. */
210#undef HAVE_SYS_STAT_H
211
212/* Define to 1 if you have the <sys/sysctl.h> header file. */
213#undef HAVE_SYS_SYSCTL_H
214
215/* Define to 1 if you have the <sys/time.h> header file. */
216#undef HAVE_SYS_TIME_H
217
218/* Define to 1 if you have the <sys/types.h> header file. */
219#undef HAVE_SYS_TYPES_H
220
221/* Define to 1 if you have the <sys/uio.h> header file. */
222#undef HAVE_SYS_UIO_H
223
224/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
225#undef HAVE_SYS_WAIT_H
226
227/* Define to 1 if you have the <unistd.h> header file. */
228#undef HAVE_UNISTD_H
229
230/* Define to 1 if you have the `unsetenv' function. */
231#undef HAVE_UNSETENV
232
233/* Define to 1 if the system has the type `unsigned long long int'. */
234#undef HAVE_UNSIGNED_LONG_LONG_INT
235
236/* Define to 1 if you have the <utime.h> header file. */
237#undef HAVE_UTIME_H
238
239/* Define to 1 if you have the `vfork' function. */
240#undef HAVE_VFORK
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#undef HAVE_VPRINTF
247
248/* Define to 1 if you have the `vsnprintf' function. */
249#undef HAVE_VSNPRINTF
250
251/* Define to 1 if you have the `wait3' function. */
252#undef HAVE_WAIT3
253
254/* Define to 1 if you have the `wait4' function. */
255#undef HAVE_WAIT4
256
257/* Define to 1 if you have the `waitpid' function. */
258#undef HAVE_WAITPID
259
260/* Define to 1 if you have the `warn' function. */
261#undef HAVE_WARN
262
263/* Define to 1 if you have the `warnx' function. */
264#undef HAVE_WARNX
265
266/* Define to 1 if `fork' works. */
267#undef HAVE_WORKING_FORK
268
269/* Define to 1 if `vfork' works. */
270#undef HAVE_WORKING_VFORK
271
272/* define if your compiler has __attribute__ */
273#undef HAVE___ATTRIBUTE__
274
275/* Define to the address where bug reports for this package should be sent. */
276#undef PACKAGE_BUGREPORT
277
278/* Define to the full name of this package. */
279#undef PACKAGE_NAME
280
281/* Define to the full name and version of this package. */
282#undef PACKAGE_STRING
283
284/* Define to the one symbol short name of this package. */
285#undef PACKAGE_TARNAME
286
287/* Define to the home page for this package. */
288#undef PACKAGE_URL
289
290/* Define to the version of this package. */
291#undef PACKAGE_VERSION
292
293/* Define as the return type of signal handlers (`int' or `void'). */
294#undef RETSIGTYPE
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 you have the ANSI C header files. */
300#undef STDC_HEADERS
301
302/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
303#undef TIME_WITH_SYS_TIME
304
305/* Define to 1 if your <sys/time.h> declares `struct tm'. */
306#undef TM_IN_SYS_TIME
307
308/* Enable extensions on AIX 3, Interix.  */
309#ifndef _ALL_SOURCE
310# undef _ALL_SOURCE
311#endif
312/* Enable GNU extensions on systems that have them.  */
313#ifndef _GNU_SOURCE
314# undef _GNU_SOURCE
315#endif
316/* Enable threading extensions on Solaris.  */
317#ifndef _POSIX_PTHREAD_SEMANTICS
318# undef _POSIX_PTHREAD_SEMANTICS
319#endif
320/* Enable extensions on HP NonStop.  */
321#ifndef _TANDEM_SOURCE
322# undef _TANDEM_SOURCE
323#endif
324/* Enable general extensions on Solaris.  */
325#ifndef __EXTENSIONS__
326# undef __EXTENSIONS__
327#endif
328
329
330/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
331   significant byte first (like Motorola and SPARC, unlike Intel). */
332#if defined AC_APPLE_UNIVERSAL_BUILD
333# if defined __BIG_ENDIAN__
334#  define WORDS_BIGENDIAN 1
335# endif
336#else
337# ifndef WORDS_BIGENDIAN
338#  undef WORDS_BIGENDIAN
339# endif
340#endif
341
342/* Define to 1 if on MINIX. */
343#undef _MINIX
344
345/* Define to 2 if the system does not provide POSIX.1 features except with
346   this defined. */
347#undef _POSIX_1_SOURCE
348
349/* Define to 1 if you need to in order for `stat' and other things to work. */
350#undef _POSIX_SOURCE
351
352/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
353   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
354   #define below would cause a syntax error. */
355#undef _UINT32_T
356
357/* C99 function name */
358#undef __func__
359
360/* Define to empty if `const' does not conform to ANSI C. */
361#undef const
362
363/* Define to `__inline__' or `__inline' if that's what the C compiler
364   calls it, or to nothing if 'inline' is not supported under any name.  */
365#ifndef __cplusplus
366#undef inline
367#endif
368
369/* Define to the type of a signed integer type of width exactly 64 bits if
370   such a type exists and the standard includes do not define it. */
371#undef int64_t
372
373/* Define to `int' if <sys/types.h> does not define. */
374#undef mode_t
375
376/* Define to `long int' if <sys/types.h> does not define. */
377#undef off_t
378
379/* Define to `int' if <sys/types.h> does not define. */
380#undef pid_t
381
382/* type that signal handlers can safely frob */
383#undef sig_atomic_t
384
385/* Define to `unsigned int' if <sys/types.h> does not define. */
386#undef size_t
387
388/* Define to the type of an unsigned integer type of width exactly 32 bits if
389   such a type exists and the standard includes do not define it. */
390#undef uint32_t
391
392/* Define as `fork' if `vfork' does not work. */
393#undef vfork
394