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