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