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