source: trunk/src/kmk/config.h.linux@ 3141

Last change on this file since 3141 was 3141, checked in by bird, 7 years ago

kmk: linux merge fixes.

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