xref: /dragonfly/contrib/bmake/config.h.in (revision 0ca59c34)
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/* Define to 1 if you have the <ar.h> header file. */
13#undef HAVE_AR_H
14
15/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
16   don't. */
17#undef HAVE_DECL_SYS_SIGLIST
18
19/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
20   */
21#undef HAVE_DIRENT_H
22
23/* Define to 1 if you have the `dirname' function. */
24#undef HAVE_DIRNAME
25
26/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
27#undef HAVE_DOPRNT
28
29/* Define to 1 if you have the `err' function. */
30#undef HAVE_ERR
31
32/* Define to 1 if you have the `errx' function. */
33#undef HAVE_ERRX
34
35/* Define to 1 if you have the <err.h> header file. */
36#undef HAVE_ERR_H
37
38/* Define to 1 if you have the <fcntl.h> header file. */
39#undef HAVE_FCNTL_H
40
41/* Define to 1 if you have the `fork' function. */
42#undef HAVE_FORK
43
44/* Define to 1 if you have the `getcwd' function. */
45#undef HAVE_GETCWD
46
47/* Define to 1 if you have the `getenv' function. */
48#undef HAVE_GETENV
49
50/* Define to 1 if you have the `getopt' function. */
51#undef HAVE_GETOPT
52
53/* Define to 1 if you have the `getwd' function. */
54#undef HAVE_GETWD
55
56/* Define to 1 if you have the <inttypes.h> header file. */
57#undef HAVE_INTTYPES_H
58
59/* Define to 1 if you have the `killpg' function. */
60#undef HAVE_KILLPG
61
62/* Define to 1 if you have the <memory.h> header file. */
63#undef HAVE_MEMORY_H
64
65/* Define to 1 if you have the `mmap' function. */
66#undef HAVE_MMAP
67
68/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
69#undef HAVE_NDIR_H
70
71/* Define to 1 if you have the <paths.h> header file. */
72#undef HAVE_PATHS_H
73
74/* Define to 1 if you have the <poll.h> header file. */
75#undef HAVE_POLL_H
76
77/* Define to 1 if you have the `putenv' function. */
78#undef HAVE_PUTENV
79
80/* Define to 1 if you have the <ranlib.h> header file. */
81#undef HAVE_RANLIB_H
82
83/* Define to 1 if you have the `realpath' function. */
84#undef HAVE_REALPATH
85
86/* Define to 1 if you have the `select' function. */
87#undef HAVE_SELECT
88
89/* Define to 1 if you have the `setenv' function. */
90#undef HAVE_SETENV
91
92/* Define to 1 if you have the `setpgid' function. */
93#undef HAVE_SETPGID
94
95/* Define to 1 if you have the `setsid' function. */
96#undef HAVE_SETSID
97
98/* Define to 1 if you have the `sigaction' function. */
99#undef HAVE_SIGACTION
100
101/* Define to 1 if you have the `sigvec' function. */
102#undef HAVE_SIGVEC
103
104/* Define to 1 if you have the `snprintf' function. */
105#undef HAVE_SNPRINTF
106
107/* Define to 1 if you have the <stdint.h> header file. */
108#undef HAVE_STDINT_H
109
110/* Define to 1 if you have the <stdlib.h> header file. */
111#undef HAVE_STDLIB_H
112
113/* Define to 1 if you have the `strerror' function. */
114#undef HAVE_STRERROR
115
116/* Define to 1 if you have the `stresep' function. */
117#undef HAVE_STRESEP
118
119/* Define to 1 if you have the `strftime' function. */
120#undef HAVE_STRFTIME
121
122/* Define to 1 if you have the <strings.h> header file. */
123#undef HAVE_STRINGS_H
124
125/* Define to 1 if you have the <string.h> header file. */
126#undef HAVE_STRING_H
127
128/* Define to 1 if you have the `strlcpy' function. */
129#undef HAVE_STRLCPY
130
131/* Define to 1 if you have the `strsep' function. */
132#undef HAVE_STRSEP
133
134/* Define to 1 if you have the `strtod' function. */
135#undef HAVE_STRTOD
136
137/* Define to 1 if you have the `strtol' function. */
138#undef HAVE_STRTOL
139
140/* Define to 1 if `struct stat' is a member of `st_rdev'. */
141#undef HAVE_STRUCT_STAT_ST_RDEV
142
143/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
144   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
145#undef HAVE_ST_RDEV
146
147/* Define to 1 if you have the `sysctl' function. */
148#undef HAVE_SYSCTL
149
150/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
151   */
152#undef HAVE_SYS_DIR_H
153
154/* Define to 1 if you have the <sys/mman.h> header file. */
155#undef HAVE_SYS_MMAN_H
156
157/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
158   */
159#undef HAVE_SYS_NDIR_H
160
161/* Define to 1 if you have the <sys/select.h> header file. */
162#undef HAVE_SYS_SELECT_H
163
164/* Define to 1 if you have the <sys/socket.h> header file. */
165#undef HAVE_SYS_SOCKET_H
166
167/* Define to 1 if you have the <sys/stat.h> header file. */
168#undef HAVE_SYS_STAT_H
169
170/* Define to 1 if you have the <sys/sysctl.h> header file. */
171#undef HAVE_SYS_SYSCTL_H
172
173/* Define to 1 if you have the <sys/time.h> header file. */
174#undef HAVE_SYS_TIME_H
175
176/* Define to 1 if you have the <sys/types.h> header file. */
177#undef HAVE_SYS_TYPES_H
178
179/* Define to 1 if you have the <sys/uio.h> header file. */
180#undef HAVE_SYS_UIO_H
181
182/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
183#undef HAVE_SYS_WAIT_H
184
185/* Define to 1 if you have the <unistd.h> header file. */
186#undef HAVE_UNISTD_H
187
188/* Define to 1 if you have the `unsetenv' function. */
189#undef HAVE_UNSETENV
190
191/* Define to 1 if you have the <utime.h> header file. */
192#undef HAVE_UTIME_H
193
194/* Define to 1 if you have the `vfork' function. */
195#undef HAVE_VFORK
196
197/* Define to 1 if you have the <vfork.h> header file. */
198#undef HAVE_VFORK_H
199
200/* Define to 1 if you have the `vprintf' function. */
201#undef HAVE_VPRINTF
202
203/* Define to 1 if you have the `vsnprintf' function. */
204#undef HAVE_VSNPRINTF
205
206/* Define to 1 if you have the `wait3' function. */
207#undef HAVE_WAIT3
208
209/* Define to 1 if you have the `wait4' function. */
210#undef HAVE_WAIT4
211
212/* Define to 1 if you have the `waitpid' function. */
213#undef HAVE_WAITPID
214
215/* Define to 1 if you have the `warn' function. */
216#undef HAVE_WARN
217
218/* Define to 1 if you have the `warnx' function. */
219#undef HAVE_WARNX
220
221/* Define to 1 if `fork' works. */
222#undef HAVE_WORKING_FORK
223
224/* Define to 1 if `vfork' works. */
225#undef HAVE_WORKING_VFORK
226
227/* define if your compiler has __attribute__ */
228#undef HAVE___ATTRIBUTE__
229
230/* Define to the address where bug reports for this package should be sent. */
231#undef PACKAGE_BUGREPORT
232
233/* Define to the full name of this package. */
234#undef PACKAGE_NAME
235
236/* Define to the full name and version of this package. */
237#undef PACKAGE_STRING
238
239/* Define to the one symbol short name of this package. */
240#undef PACKAGE_TARNAME
241
242/* Define to the home page for this package. */
243#undef PACKAGE_URL
244
245/* Define to the version of this package. */
246#undef PACKAGE_VERSION
247
248/* Define as the return type of signal handlers (`int' or `void'). */
249#undef RETSIGTYPE
250
251/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
252#undef STAT_MACROS_BROKEN
253
254/* Define to 1 if you have the ANSI C header files. */
255#undef STDC_HEADERS
256
257/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
258#undef TIME_WITH_SYS_TIME
259
260/* Define to 1 if your <sys/time.h> declares `struct tm'. */
261#undef TM_IN_SYS_TIME
262
263/* Enable extensions on AIX 3, Interix.  */
264#ifndef _ALL_SOURCE
265# undef _ALL_SOURCE
266#endif
267/* Enable GNU extensions on systems that have them.  */
268#ifndef _GNU_SOURCE
269# undef _GNU_SOURCE
270#endif
271/* Enable threading extensions on Solaris.  */
272#ifndef _POSIX_PTHREAD_SEMANTICS
273# undef _POSIX_PTHREAD_SEMANTICS
274#endif
275/* Enable extensions on HP NonStop.  */
276#ifndef _TANDEM_SOURCE
277# undef _TANDEM_SOURCE
278#endif
279/* Enable general extensions on Solaris.  */
280#ifndef __EXTENSIONS__
281# undef __EXTENSIONS__
282#endif
283
284
285/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
286   significant byte first (like Motorola and SPARC, unlike Intel). */
287#if defined AC_APPLE_UNIVERSAL_BUILD
288# if defined __BIG_ENDIAN__
289#  define WORDS_BIGENDIAN 1
290# endif
291#else
292# ifndef WORDS_BIGENDIAN
293#  undef WORDS_BIGENDIAN
294# endif
295#endif
296
297/* Define to 1 if on MINIX. */
298#undef _MINIX
299
300/* Define to 2 if the system does not provide POSIX.1 features except with
301   this defined. */
302#undef _POSIX_1_SOURCE
303
304/* Define to 1 if you need to in order for `stat' and other things to work. */
305#undef _POSIX_SOURCE
306
307/* C99 function name */
308#undef __func__
309
310/* Define to empty if `const' does not conform to ANSI C. */
311#undef const
312
313/* Define to `long int' if <sys/types.h> does not define. */
314#undef off_t
315
316/* Define to `int' if <sys/types.h> does not define. */
317#undef pid_t
318
319/* Define to `unsigned int' if <sys/types.h> does not define. */
320#undef size_t
321
322/* Define as `fork' if `vfork' does not work. */
323#undef vfork
324