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