1 | /* config.h. Generated by configure. */
|
---|
2 | /* config.h.in. Generated from configure.in by autoheader. */
|
---|
3 |
|
---|
4 | /* Define to 1 if the `closedir' function returns void instead of `int'. */
|
---|
5 | /* #undef CLOSEDIR_VOID */
|
---|
6 |
|
---|
7 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
8 | systems. This function is required for `alloca.c' support on those systems.
|
---|
9 | */
|
---|
10 | /* #undef CRAY_STACKSEG_END */
|
---|
11 |
|
---|
12 | /* Define to 1 if using `alloca.c'. */
|
---|
13 | /* #undef C_ALLOCA */
|
---|
14 |
|
---|
15 | /* Define to 1 if using `getloadavg.c'. */
|
---|
16 | /* #undef C_GETLOADAVG */
|
---|
17 |
|
---|
18 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
|
---|
19 | /* #undef DGUX */
|
---|
20 |
|
---|
21 | /* Define to 1 if translation of program messages to the user's native
|
---|
22 | language is requested. */
|
---|
23 | #define ENABLE_NLS 1
|
---|
24 |
|
---|
25 | /* Use high resolution file timestamps if nonzero. */
|
---|
26 | #define FILE_TIMESTAMP_HI_RES 0
|
---|
27 |
|
---|
28 | /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
|
---|
29 | */
|
---|
30 | /* #undef GETLOADAVG_PRIVILEGED */
|
---|
31 |
|
---|
32 | /* Define to 1 if you have `alloca', as a function or macro. */
|
---|
33 | #define HAVE_ALLOCA 1
|
---|
34 |
|
---|
35 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
---|
36 | */
|
---|
37 | #define HAVE_ALLOCA_H 1
|
---|
38 |
|
---|
39 | /* Define if your compiler conforms to the ANSI C standard. */
|
---|
40 | #define HAVE_ANSI_COMPILER 1
|
---|
41 |
|
---|
42 | /* Define to 1 if you have the `atexit' function. */
|
---|
43 | #define HAVE_ATEXIT 1
|
---|
44 |
|
---|
45 | /* Define to 1 if you have the `bsd_signal' function. */
|
---|
46 | #define HAVE_BSD_SIGNAL 1
|
---|
47 |
|
---|
48 | /* Use case insensitive file names */
|
---|
49 | /* #undef HAVE_CASE_INSENSITIVE_FS */
|
---|
50 |
|
---|
51 | /* Define if you have the clock_gettime function. */
|
---|
52 | /* #undef HAVE_CLOCK_GETTIME */
|
---|
53 |
|
---|
54 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
---|
55 | */
|
---|
56 | #define HAVE_DCGETTEXT 1
|
---|
57 |
|
---|
58 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
---|
59 | don't. */
|
---|
60 | #define HAVE_DECL_SYS_SIGLIST 1
|
---|
61 |
|
---|
62 | /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
---|
63 | don't. */
|
---|
64 | #define HAVE_DECL__SYS_SIGLIST 0
|
---|
65 |
|
---|
66 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
---|
67 | don't. */
|
---|
68 | #define HAVE_DECL___SYS_SIGLIST 0
|
---|
69 |
|
---|
70 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
71 | */
|
---|
72 | #define HAVE_DIRENT_H 1
|
---|
73 |
|
---|
74 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
---|
75 | /* #undef HAVE_DOPRNT */
|
---|
76 |
|
---|
77 | /* Use platform specific coding */
|
---|
78 | #define HAVE_DOS_PATHS 1
|
---|
79 |
|
---|
80 | /* Define to 1 if you have the `dup2' function. */
|
---|
81 | #define HAVE_DUP2 1
|
---|
82 |
|
---|
83 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
84 | #define HAVE_FCNTL_H 1
|
---|
85 |
|
---|
86 | /* Define to 1 if you have the `fdopen' function. */
|
---|
87 | #define HAVE_FDOPEN 1
|
---|
88 |
|
---|
89 | /* Define to 1 if you have the `fork' function. */
|
---|
90 | #define HAVE_FORK 1
|
---|
91 |
|
---|
92 | /* Define to 1 if you have the `getcwd' function. */
|
---|
93 | #define HAVE_GETCWD 1
|
---|
94 |
|
---|
95 | /* Define to 1 if you have the `getgroups' function. */
|
---|
96 | #define HAVE_GETGROUPS 1
|
---|
97 |
|
---|
98 | /* Define to 1 if you have the `gethostbyname' function. */
|
---|
99 | /* #undef HAVE_GETHOSTBYNAME */
|
---|
100 |
|
---|
101 | /* Define to 1 if you have the `gethostname' function. */
|
---|
102 | /* #undef HAVE_GETHOSTNAME */
|
---|
103 |
|
---|
104 | /* Define to 1 if you have the `getloadavg' function. */
|
---|
105 | #define HAVE_GETLOADAVG 1
|
---|
106 |
|
---|
107 | /* Define to 1 if you have the `getrlimit' function. */
|
---|
108 | #define HAVE_GETRLIMIT 1
|
---|
109 |
|
---|
110 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
---|
111 | #define HAVE_GETTEXT 1
|
---|
112 |
|
---|
113 | /* Define if you have a standard gettimeofday function */
|
---|
114 | #define HAVE_GETTIMEOFDAY 1
|
---|
115 |
|
---|
116 | /* Define if you have the iconv() function. */
|
---|
117 | /* #undef HAVE_ICONV */
|
---|
118 |
|
---|
119 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
120 | #define HAVE_INTTYPES_H 1
|
---|
121 |
|
---|
122 | /* Define to 1 if you have the `dgc' library (-ldgc). */
|
---|
123 | /* #undef HAVE_LIBDGC */
|
---|
124 |
|
---|
125 | /* Define to 1 if you have the `kstat' library (-lkstat). */
|
---|
126 | /* #undef HAVE_LIBKSTAT */
|
---|
127 |
|
---|
128 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
129 | #define HAVE_LIMITS_H 1
|
---|
130 |
|
---|
131 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
132 | #define HAVE_LOCALE_H 1
|
---|
133 |
|
---|
134 | /* Define to 1 if you have the `lstat' function. */
|
---|
135 | #define HAVE_LSTAT 1
|
---|
136 |
|
---|
137 | /* Define to 1 if you have the <mach/mach.h> header file. */
|
---|
138 | /* #undef HAVE_MACH_MACH_H */
|
---|
139 |
|
---|
140 | /* Define to 1 if you have the `memcpy' function. */
|
---|
141 | #define HAVE_MEMCPY 1
|
---|
142 |
|
---|
143 | /* Define to 1 if you have the `memmove' function. */
|
---|
144 | #define HAVE_MEMMOVE 1
|
---|
145 |
|
---|
146 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
147 | #define HAVE_MEMORY_H 1
|
---|
148 |
|
---|
149 | /* Define to 1 if you have the `mkstemp' function. */
|
---|
150 | #define HAVE_MKSTEMP 1
|
---|
151 |
|
---|
152 | /* Define to 1 if you have the `mktemp' function. */
|
---|
153 | #define HAVE_MKTEMP 1
|
---|
154 |
|
---|
155 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
156 | /* #undef HAVE_NDIR_H */
|
---|
157 |
|
---|
158 | /* Define to 1 if you have the <nlist.h> header file. */
|
---|
159 | /* #undef HAVE_NLIST_H */
|
---|
160 |
|
---|
161 | /* Define to 1 if you have the `pipe' function. */
|
---|
162 | #define HAVE_PIPE 1
|
---|
163 |
|
---|
164 | /* Define to 1 if you have the `pstat_getdynamic' function. */
|
---|
165 | /* #undef HAVE_PSTAT_GETDYNAMIC */
|
---|
166 |
|
---|
167 | /* Define to 1 if you have the `readlink' function. */
|
---|
168 | #define HAVE_READLINK 1
|
---|
169 |
|
---|
170 | /* Define to 1 if you have the `realpath' function. */
|
---|
171 | #define HAVE_REALPATH 1
|
---|
172 |
|
---|
173 | /* Define if <signal.h> defines the SA_RESTART constant. */
|
---|
174 | #define HAVE_SA_RESTART 1
|
---|
175 |
|
---|
176 | /* Define to 1 if you have the `setegid' function. */
|
---|
177 | #define HAVE_SETEGID 1
|
---|
178 |
|
---|
179 | /* Define to 1 if you have the `seteuid' function. */
|
---|
180 | #define HAVE_SETEUID 1
|
---|
181 |
|
---|
182 | /* Define to 1 if you have the `setlinebuf' function. */
|
---|
183 | #define HAVE_SETLINEBUF 1
|
---|
184 |
|
---|
185 | /* Define to 1 if you have the `setlocale' function. */
|
---|
186 | /* #undef HAVE_SETLOCALE */
|
---|
187 |
|
---|
188 | /* Define to 1 if you have the `setregid' function. */
|
---|
189 | #define HAVE_SETREGID 1
|
---|
190 |
|
---|
191 | /* Define to 1 if you have the `setreuid' function. */
|
---|
192 | #define HAVE_SETREUID 1
|
---|
193 |
|
---|
194 | /* Define to 1 if you have the `setrlimit' function. */
|
---|
195 | #define HAVE_SETRLIMIT 1
|
---|
196 |
|
---|
197 | /* Define to 1 if you have the `setvbuf' function. */
|
---|
198 | #define HAVE_SETVBUF 1
|
---|
199 |
|
---|
200 | /* Define to 1 if you have the `sigaction' function. */
|
---|
201 | #define HAVE_SIGACTION 1
|
---|
202 |
|
---|
203 | /* Define to 1 if you have the `sigsetmask' function. */
|
---|
204 | #define HAVE_SIGSETMASK 1
|
---|
205 |
|
---|
206 | /* Define to 1 if you have the `socket' function. */
|
---|
207 | /* #undef HAVE_SOCKET */
|
---|
208 |
|
---|
209 | /* Define to 1 if you have the <stdarg.h> header file. */
|
---|
210 | #define HAVE_STDARG_H 1
|
---|
211 |
|
---|
212 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
213 | #define HAVE_STDINT_H 1
|
---|
214 |
|
---|
215 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
216 | #define HAVE_STDLIB_H 1
|
---|
217 |
|
---|
218 | /* Define to 1 if you have the `strcasecmp' function. */
|
---|
219 | /* #undef HAVE_STRCASECMP */
|
---|
220 |
|
---|
221 | /* Define to 1 if you have the `strchr' function. */
|
---|
222 | #define HAVE_STRCHR 1
|
---|
223 |
|
---|
224 | /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
---|
225 | */
|
---|
226 | #define HAVE_STRCOLL 1
|
---|
227 |
|
---|
228 | /* Define to 1 if you have the `strdup' function. */
|
---|
229 | #define HAVE_STRDUP 1
|
---|
230 |
|
---|
231 | /* Define to 1 if you have the `strerror' function. */
|
---|
232 | #define HAVE_STRERROR 1
|
---|
233 |
|
---|
234 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
235 | #define HAVE_STRINGS_H 1
|
---|
236 |
|
---|
237 | /* Define to 1 if you have the <string.h> header file. */
|
---|
238 | #define HAVE_STRING_H 1
|
---|
239 |
|
---|
240 | /* Define to 1 if you have the `strsignal' function. */
|
---|
241 | #define HAVE_STRSIGNAL 1
|
---|
242 |
|
---|
243 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
|
---|
244 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
245 |
|
---|
246 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
247 | */
|
---|
248 | /* #undef HAVE_SYS_DIR_H */
|
---|
249 |
|
---|
250 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
251 | */
|
---|
252 | /* #undef HAVE_SYS_NDIR_H */
|
---|
253 |
|
---|
254 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
255 | #define HAVE_SYS_PARAM_H 1
|
---|
256 |
|
---|
257 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
---|
258 | #define HAVE_SYS_RESOURCE_H 1
|
---|
259 |
|
---|
260 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
261 | #define HAVE_SYS_STAT_H 1
|
---|
262 |
|
---|
263 | /* Define to 1 if you have the <sys/timeb.h> header file. */
|
---|
264 | #define HAVE_SYS_TIMEB_H 1
|
---|
265 |
|
---|
266 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
267 | #define HAVE_SYS_TIME_H 1
|
---|
268 |
|
---|
269 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
270 | #define HAVE_SYS_TYPES_H 1
|
---|
271 |
|
---|
272 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
273 | #define HAVE_SYS_WAIT_H 1
|
---|
274 |
|
---|
275 | /* Define this if you have the \`union wait' type in <sys/wait.h>. */
|
---|
276 | /* #undef HAVE_UNION_WAIT */
|
---|
277 |
|
---|
278 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
279 | #define HAVE_UNISTD_H 1
|
---|
280 |
|
---|
281 | /* Define to 1 if you have the <varargs.h> header file. */
|
---|
282 | /* #undef HAVE_VARARGS_H */
|
---|
283 |
|
---|
284 | /* Define to 1 if you have the `vfork' function. */
|
---|
285 | /* #undef HAVE_VFORK */
|
---|
286 |
|
---|
287 | /* Define to 1 if you have the <vfork.h> header file. */
|
---|
288 | /* #undef HAVE_VFORK_H */
|
---|
289 |
|
---|
290 | /* Define to 1 if you have the `vprintf' function. */
|
---|
291 | #define HAVE_VPRINTF 1
|
---|
292 |
|
---|
293 | /* Define to 1 if you have the `wait3' function. */
|
---|
294 | #define HAVE_WAIT3 1
|
---|
295 |
|
---|
296 | /* Define to 1 if you have the `waitpid' function. */
|
---|
297 | #define HAVE_WAITPID 1
|
---|
298 |
|
---|
299 | /* Define to 1 if `fork' works. */
|
---|
300 | #define HAVE_WORKING_FORK 1
|
---|
301 |
|
---|
302 | /* Define to 1 if `vfork' works. */
|
---|
303 | /* #undef HAVE_WORKING_VFORK */
|
---|
304 |
|
---|
305 | /* Build host information. */
|
---|
306 | #define MAKE_HOST "i386-pc-os2-emx"
|
---|
307 |
|
---|
308 | /* Define this to enable job server support in GNU make. */
|
---|
309 | #define MAKE_JOBSERVER 1
|
---|
310 |
|
---|
311 | /* Define this to enable symbolic link timestamp checking. */
|
---|
312 | #define MAKE_SYMLINKS 1
|
---|
313 |
|
---|
314 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
|
---|
315 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
316 | /* #undef NLIST_NAME_UNION */
|
---|
317 |
|
---|
318 | /* Define if struct nlist.n_name is a pointer rather than an array. */
|
---|
319 | /* #undef NLIST_STRUCT */
|
---|
320 |
|
---|
321 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
---|
322 | /* #undef NO_MINUS_C_MINUS_O */
|
---|
323 |
|
---|
324 | /* Name of package */
|
---|
325 | #define PACKAGE "make"
|
---|
326 |
|
---|
327 | /* Define to the address where bug reports for this package should be sent. */
|
---|
328 | #define PACKAGE_BUGREPORT "[email protected]"
|
---|
329 |
|
---|
330 | /* Define to the full name of this package. */
|
---|
331 | #define PACKAGE_NAME "GNU make"
|
---|
332 |
|
---|
333 | /* Define to the full name and version of this package. */
|
---|
334 | #define PACKAGE_STRING "GNU make 3.81"
|
---|
335 |
|
---|
336 | /* Define to the one symbol short name of this package. */
|
---|
337 | #define PACKAGE_TARNAME "make"
|
---|
338 |
|
---|
339 | /* Define to the version of this package. */
|
---|
340 | #define PACKAGE_VERSION "3.81"
|
---|
341 |
|
---|
342 | /* Define to 1 if the C compiler supports function prototypes. */
|
---|
343 | #define PROTOTYPES 1
|
---|
344 |
|
---|
345 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
346 | #define RETSIGTYPE void
|
---|
347 |
|
---|
348 | /* Define to the name of the SCCS 'get' command. */
|
---|
349 | #define SCCS_GET "get"
|
---|
350 |
|
---|
351 | /* Define this if the SCCS 'get' command understands the '-G<file>' option. */
|
---|
352 | /* #undef SCCS_GET_MINUS_G */
|
---|
353 |
|
---|
354 | /* Define to 1 if the `setvbuf' function takes the buffering type as its
|
---|
355 | second argument and the buffer pointer as the third, as on System V before
|
---|
356 | release 3. */
|
---|
357 | /* #undef SETVBUF_REVERSED */
|
---|
358 |
|
---|
359 | /* If using the C implementation of alloca, define if you know the
|
---|
360 | direction of stack growth for your system; otherwise it will be
|
---|
361 | automatically deduced at run-time.
|
---|
362 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
363 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
364 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
365 | /* #undef STACK_DIRECTION */
|
---|
366 |
|
---|
367 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
368 | /* #undef STAT_MACROS_BROKEN */
|
---|
369 |
|
---|
370 | /* Define to 1 if you have the ANSI C header files. */
|
---|
371 | #define STDC_HEADERS 1
|
---|
372 |
|
---|
373 | /* Define if struct stat contains a nanoseconds field */
|
---|
374 | /* #undef ST_MTIM_NSEC */
|
---|
375 |
|
---|
376 | /* Define to 1 on System V Release 4. */
|
---|
377 | /* #undef SVR4 */
|
---|
378 |
|
---|
379 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
380 | #define TIME_WITH_SYS_TIME 1
|
---|
381 |
|
---|
382 | /* Define to 1 for Encore UMAX. */
|
---|
383 | /* #undef UMAX */
|
---|
384 |
|
---|
385 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
|
---|
386 | <sys/cpustats.h>. */
|
---|
387 | /* #undef UMAX4_3 */
|
---|
388 |
|
---|
389 | /* Version number of package */
|
---|
390 | #define VERSION "3.81"
|
---|
391 |
|
---|
392 | /* Use platform specific coding */
|
---|
393 | /* #undef WINDOWS32 */
|
---|
394 |
|
---|
395 | /* Define if using the dmalloc debugging malloc package */
|
---|
396 | /* #undef WITH_DMALLOC */
|
---|
397 |
|
---|
398 | /* Define to 1 if on AIX 3.
|
---|
399 | System headers sometimes define this.
|
---|
400 | We just want to avoid a redefinition error message. */
|
---|
401 | #ifndef _ALL_SOURCE
|
---|
402 | /* # undef _ALL_SOURCE */
|
---|
403 | #endif
|
---|
404 |
|
---|
405 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
406 | /* #undef _FILE_OFFSET_BITS */
|
---|
407 |
|
---|
408 | /* Define for large files, on AIX-style hosts. */
|
---|
409 | /* #undef _LARGE_FILES */
|
---|
410 |
|
---|
411 | /* Define to 1 if on MINIX. */
|
---|
412 | /* #undef _MINIX */
|
---|
413 |
|
---|
414 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
415 | this defined. */
|
---|
416 | /* #undef _POSIX_1_SOURCE */
|
---|
417 |
|
---|
418 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
419 | /* #undef _POSIX_SOURCE */
|
---|
420 |
|
---|
421 | /* Define like PROTOTYPES; this can be used by system headers. */
|
---|
422 | #define __PROTOTYPES 1
|
---|
423 |
|
---|
424 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
425 | /* #undef const */
|
---|
426 |
|
---|
427 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
428 | /* #undef gid_t */
|
---|
429 |
|
---|
430 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
431 | /* #undef pid_t */
|
---|
432 |
|
---|
433 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
434 | /* #undef uid_t */
|
---|
435 |
|
---|
436 | /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
|
---|
437 | /* #undef uintmax_t */
|
---|
438 |
|
---|
439 | /* Define as `fork' if `vfork' does not work. */
|
---|
440 | #define vfork fork
|
---|
441 |
|
---|
442 | /*
|
---|
443 | * Modifications:
|
---|
444 | */
|
---|
445 |
|
---|
446 | /* Define to the installation directory for locales. */
|
---|
447 | #define LOCALEDIR ""
|
---|
448 |
|
---|
449 | /*
|
---|
450 | * If you have a shell that does not grok 'sh -c quoted-command-line'
|
---|
451 | * correctly, you need this setting. Please see below for specific
|
---|
452 | * shell support.
|
---|
453 | */
|
---|
454 | #define BATCH_MODE_ONLY_SHELL 1
|
---|
455 |
|
---|
456 | #define _DIRENT_HAVE_D_NAMLEN 1
|
---|
457 | #define _DIRENT_HAVE_D_TYPE 1
|
---|
458 |
|
---|
459 | #define INCLUDEDIR "."
|
---|
460 | #define LIBDIR "."
|
---|
461 |
|
---|