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 you have the `atexit' function. */
|
---|
64 | #define HAVE_ATEXIT 1
|
---|
65 |
|
---|
66 | /* Use case insensitive file names */
|
---|
67 | /* #undef HAVE_CASE_INSENSITIVE_FS */
|
---|
68 |
|
---|
69 | /* Define to 1 if you have the clock_gettime function. */
|
---|
70 | #define HAVE_CLOCK_GETTIME 1
|
---|
71 |
|
---|
72 | /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
|
---|
73 | don't. */
|
---|
74 | /* #define HAVE_DECL_BSD_SIGNAL 1 */
|
---|
75 |
|
---|
76 | /* Define to 1 if you have the declaration of `dlerror', and to 0 if you
|
---|
77 | don't. */
|
---|
78 | #define HAVE_DECL_DLERROR 1
|
---|
79 |
|
---|
80 | /* Define to 1 if you have the declaration of `dlopen', and to 0 if you don't.
|
---|
81 | */
|
---|
82 | #define HAVE_DECL_DLOPEN 1
|
---|
83 |
|
---|
84 | /* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't.
|
---|
85 | */
|
---|
86 | #define HAVE_DECL_DLSYM 1
|
---|
87 |
|
---|
88 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
---|
89 | don't. */
|
---|
90 | #define HAVE_DECL_SYS_SIGLIST 1
|
---|
91 |
|
---|
92 | /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
---|
93 | don't. */
|
---|
94 | #define HAVE_DECL__SYS_SIGLIST 1
|
---|
95 |
|
---|
96 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
---|
97 | don't. */
|
---|
98 | #define HAVE_DECL___SYS_SIGLIST 0
|
---|
99 |
|
---|
100 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
101 | */
|
---|
102 | #define HAVE_DIRENT_H 1
|
---|
103 |
|
---|
104 | /* Use platform specific coding */
|
---|
105 | /* #undef HAVE_DOS_PATHS */
|
---|
106 |
|
---|
107 | /* Define to 1 if you have the `dup' function. */
|
---|
108 | #define HAVE_DUP 1
|
---|
109 |
|
---|
110 | /* Define to 1 if you have the `dup2' function. */
|
---|
111 | #define HAVE_DUP2 1
|
---|
112 |
|
---|
113 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
114 | #define HAVE_FCNTL_H 1
|
---|
115 |
|
---|
116 | /* Define to 1 if you have the `fdopen' function. */
|
---|
117 | #define HAVE_FDOPEN 1
|
---|
118 |
|
---|
119 | /* Define to 1 if you have the `fileno' function. */
|
---|
120 | #define HAVE_FILENO 1
|
---|
121 |
|
---|
122 | /* Define to 1 if you have the `fork' function. */
|
---|
123 | #define HAVE_FORK 1
|
---|
124 |
|
---|
125 | /* Define to 1 if you have the `getcwd' function. */
|
---|
126 | #define HAVE_GETCWD 1
|
---|
127 |
|
---|
128 | /* Define to 1 if you have the `getgroups' function. */
|
---|
129 | #define HAVE_GETGROUPS 1
|
---|
130 |
|
---|
131 | /* Define to 1 if you have the `gethostbyname' function. */
|
---|
132 | /* #undef HAVE_GETHOSTBYNAME */
|
---|
133 |
|
---|
134 | /* Define to 1 if you have the `gethostname' function. */
|
---|
135 | /* #undef HAVE_GETHOSTNAME */
|
---|
136 |
|
---|
137 | /* Define to 1 if you have the `getloadavg' function. */
|
---|
138 | #define HAVE_GETLOADAVG 1
|
---|
139 |
|
---|
140 | /* Define to 1 if you have the `getrlimit' function. */
|
---|
141 | #define HAVE_GETRLIMIT 1
|
---|
142 |
|
---|
143 | /* Define to 1 if you have a standard gettimeofday function */
|
---|
144 | #define HAVE_GETTIMEOFDAY 1
|
---|
145 |
|
---|
146 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
147 | #define HAVE_INTTYPES_H 1
|
---|
148 |
|
---|
149 | /* Define to 1 if you have the `isatty' function. */
|
---|
150 | #define HAVE_ISATTY 1
|
---|
151 |
|
---|
152 | /* Define to 1 if you have the `dgc' library (-ldgc). */
|
---|
153 | /* #undef HAVE_LIBDGC */
|
---|
154 |
|
---|
155 | /* Define to 1 if you have the `kstat' library (-lkstat). */
|
---|
156 | /* #undef HAVE_LIBKSTAT */
|
---|
157 |
|
---|
158 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
159 | #define HAVE_LIMITS_H 1
|
---|
160 |
|
---|
161 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
162 | #define HAVE_LOCALE_H 1
|
---|
163 |
|
---|
164 | /* Define to 1 if you have the `lstat' function. */
|
---|
165 | #define HAVE_LSTAT 1
|
---|
166 |
|
---|
167 | /* Define to 1 if you have the <mach/mach.h> header file. */
|
---|
168 | /* #undef HAVE_MACH_MACH_H */
|
---|
169 |
|
---|
170 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
171 | #define HAVE_MEMORY_H 1
|
---|
172 |
|
---|
173 | /* Define to 1 if you have the `mkstemp' function. */
|
---|
174 | #define HAVE_MKSTEMP 1
|
---|
175 |
|
---|
176 | /* Define to 1 if you have the `mktemp' function. */
|
---|
177 | #define HAVE_MKTEMP 1
|
---|
178 |
|
---|
179 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
180 | /* #undef HAVE_NDIR_H */
|
---|
181 |
|
---|
182 | /* Define to 1 if you have the <nlist.h> header file. */
|
---|
183 | /* #undef HAVE_NLIST_H */
|
---|
184 |
|
---|
185 | /* Define to 1 if you have the `pipe' function. */
|
---|
186 | #define HAVE_PIPE 1
|
---|
187 |
|
---|
188 | /* Define to 1 if you have the `pselect' function. */
|
---|
189 | #define HAVE_PSELECT 1
|
---|
190 |
|
---|
191 | /* Define to 1 if you have the `pstat_getdynamic' function. */
|
---|
192 | /* #undef HAVE_PSTAT_GETDYNAMIC */
|
---|
193 |
|
---|
194 | /* Define to 1 if you have the `readlink' function. */
|
---|
195 | #define HAVE_READLINK 1
|
---|
196 |
|
---|
197 | /* Define to 1 if you have the `realpath' function. */
|
---|
198 | #define HAVE_REALPATH 1
|
---|
199 |
|
---|
200 | /* Define to 1 if <signal.h> defines the SA_RESTART constant. */
|
---|
201 | #define HAVE_SA_RESTART 1
|
---|
202 |
|
---|
203 | /* Define to 1 if you have the `setegid' function. */
|
---|
204 | #define HAVE_SETEGID 1
|
---|
205 |
|
---|
206 | /* Define to 1 if you have the `seteuid' function. */
|
---|
207 | #define HAVE_SETEUID 1
|
---|
208 |
|
---|
209 | /* Define to 1 if you have the `setlinebuf' function. */
|
---|
210 | #define HAVE_SETLINEBUF 1
|
---|
211 |
|
---|
212 | /* Define to 1 if you have the `setlocale' function. */
|
---|
213 | /* #undef HAVE_SETLOCALE */
|
---|
214 |
|
---|
215 | /* Define to 1 if you have the `setregid' function. */
|
---|
216 | #define HAVE_SETREGID 1
|
---|
217 |
|
---|
218 | /* Define to 1 if you have the `setreuid' function. */
|
---|
219 | #define HAVE_SETREUID 1
|
---|
220 |
|
---|
221 | /* Define to 1 if you have the `setrlimit' function. */
|
---|
222 | #define HAVE_SETRLIMIT 1
|
---|
223 |
|
---|
224 | /* Define to 1 if you have the `setvbuf' function. */
|
---|
225 | #define HAVE_SETVBUF 1
|
---|
226 |
|
---|
227 | /* Define to 1 if you have the `sigaction' function. */
|
---|
228 | #define HAVE_SIGACTION 1
|
---|
229 |
|
---|
230 | /* Define to 1 if you have the `sigsetmask' function. */
|
---|
231 | #define HAVE_SIGSETMASK 1
|
---|
232 |
|
---|
233 | /* Define to 1 if you have the `socket' function. */
|
---|
234 | /* #undef HAVE_SOCKET */
|
---|
235 |
|
---|
236 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
237 | #define HAVE_STDINT_H 1
|
---|
238 |
|
---|
239 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
240 | #define HAVE_STDLIB_H 1
|
---|
241 |
|
---|
242 | /* Define to 1 if you have the `strcasecmp' function. */
|
---|
243 | #define HAVE_STRCASECMP 1
|
---|
244 |
|
---|
245 | /* Define to 1 if you have the `strcmpi' function. */
|
---|
246 | /* #undef HAVE_STRCMPI */
|
---|
247 |
|
---|
248 | /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
---|
249 | */
|
---|
250 | #define HAVE_STRCOLL 1
|
---|
251 |
|
---|
252 | /* Define to 1 if you have the `strdup' function. */
|
---|
253 | #define HAVE_STRDUP 1
|
---|
254 |
|
---|
255 | /* Define to 1 if you have the `strerror' function. */
|
---|
256 | #define HAVE_STRERROR 1
|
---|
257 |
|
---|
258 | /* Define to 1 if you have the `stricmp' function. */
|
---|
259 | /* #undef HAVE_STRICMP */
|
---|
260 |
|
---|
261 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
262 | #define HAVE_STRINGS_H 1
|
---|
263 |
|
---|
264 | /* Define to 1 if you have the <string.h> header file. */
|
---|
265 | #define HAVE_STRING_H 1
|
---|
266 |
|
---|
267 | /* Define to 1 if you have the `strncasecmp' function. */
|
---|
268 | #define HAVE_STRNCASECMP 1
|
---|
269 |
|
---|
270 | /* Define to 1 if you have the `strncmpi' function. */
|
---|
271 | /* #undef HAVE_STRNCMPI */
|
---|
272 |
|
---|
273 | /* Define to 1 if you have the `strndup' function. */
|
---|
274 | #define HAVE_STRNDUP 1
|
---|
275 |
|
---|
276 | /* Define to 1 if you have the `strnicmp' function. */
|
---|
277 | /* #undef HAVE_STRNICMP */
|
---|
278 |
|
---|
279 | /* Define to 1 if you have the `strsignal' function. */
|
---|
280 | #define HAVE_STRSIGNAL 1
|
---|
281 |
|
---|
282 | /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
|
---|
283 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
284 |
|
---|
285 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
286 | */
|
---|
287 | /* #undef HAVE_SYS_DIR_H */
|
---|
288 |
|
---|
289 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
290 | */
|
---|
291 | /* #undef HAVE_SYS_NDIR_H */
|
---|
292 |
|
---|
293 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
294 | #define HAVE_SYS_PARAM_H 1
|
---|
295 |
|
---|
296 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
---|
297 | #define HAVE_SYS_RESOURCE_H 1
|
---|
298 |
|
---|
299 | /* Define to 1 if you have the <sys/select.h> header file. */
|
---|
300 | #define HAVE_SYS_SELECT_H 1
|
---|
301 |
|
---|
302 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
303 | #define HAVE_SYS_STAT_H 1
|
---|
304 |
|
---|
305 | /* Define to 1 if you have the <sys/timeb.h> header file. */
|
---|
306 | #define HAVE_SYS_TIMEB_H 1
|
---|
307 |
|
---|
308 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
309 | #define HAVE_SYS_TIME_H 1
|
---|
310 |
|
---|
311 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
312 | #define HAVE_SYS_TYPES_H 1
|
---|
313 |
|
---|
314 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
315 | #define HAVE_SYS_WAIT_H 1
|
---|
316 |
|
---|
317 | /* Define to 1 if you have the `ttyname' function. */
|
---|
318 | #define HAVE_TTYNAME 1
|
---|
319 |
|
---|
320 | /* Define to 1 if the system has the type `uintmax_t'. */
|
---|
321 | #define HAVE_UINTMAX_T 1
|
---|
322 |
|
---|
323 | /* Define to 1 if you have the 'union wait' type in <sys/wait.h>. */
|
---|
324 | /* #undef HAVE_UNION_WAIT */
|
---|
325 |
|
---|
326 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
327 | #define HAVE_UNISTD_H 1
|
---|
328 |
|
---|
329 | /* Define to 1 if the system has the type `unsigned long long int'. */
|
---|
330 | #define HAVE_UNSIGNED_LONG_LONG_INT 1
|
---|
331 |
|
---|
332 | /* Define to 1 if you have the `vfork' function. */
|
---|
333 | #define HAVE_VFORK 1
|
---|
334 |
|
---|
335 | /* Define to 1 if you have the <vfork.h> header file. */
|
---|
336 | /* #undef HAVE_VFORK_H */
|
---|
337 |
|
---|
338 | /* Define to 1 if you have the `wait3' function. */
|
---|
339 | #define HAVE_WAIT3 1
|
---|
340 |
|
---|
341 | /* Define to 1 if you have the `waitpid' function. */
|
---|
342 | #define HAVE_WAITPID 1
|
---|
343 |
|
---|
344 | /* Define to 1 if `fork' works. */
|
---|
345 | #define HAVE_WORKING_FORK 1
|
---|
346 |
|
---|
347 | /* Define to 1 if `vfork' works. */
|
---|
348 | #define HAVE_WORKING_VFORK 1
|
---|
349 |
|
---|
350 | /* Build host information. (not used by kmk) */
|
---|
351 | #define MAKE_HOST "i686-pc-linux-gnu"
|
---|
352 |
|
---|
353 | /* Define to 1 to enable job server support in GNU make. */
|
---|
354 | #define MAKE_JOBSERVER 1
|
---|
355 |
|
---|
356 | /* Define to 1 to enable 'load' support in GNU make. */
|
---|
357 | /* #undef MAKE_LOAD */
|
---|
358 |
|
---|
359 | /* Define to 1 to enable symbolic link timestamp checking. */
|
---|
360 | #define MAKE_SYMLINKS 1
|
---|
361 |
|
---|
362 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
|
---|
363 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
---|
364 | /* #undef NLIST_NAME_UNION */
|
---|
365 |
|
---|
366 | /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */
|
---|
367 | /* #undef NLIST_STRUCT */
|
---|
368 |
|
---|
369 | /* Name of package */
|
---|
370 | #define PACKAGE "make"
|
---|
371 |
|
---|
372 | /* Define to the address where bug reports for this package should be sent. */
|
---|
373 | #define PACKAGE_BUGREPORT "[email protected]"
|
---|
374 |
|
---|
375 | /* Define to the full name of this package. */
|
---|
376 | #define PACKAGE_NAME "GNU make"
|
---|
377 |
|
---|
378 | /* Define to the full name and version of this package. */
|
---|
379 | #define PACKAGE_STRING "GNU make 4.2.1"
|
---|
380 |
|
---|
381 | /* Define to the one symbol short name of this package. */
|
---|
382 | #define PACKAGE_TARNAME "make"
|
---|
383 |
|
---|
384 | /* Define to the home page for this package. */
|
---|
385 | #define PACKAGE_URL "http://kbuild.org/"
|
---|
386 |
|
---|
387 | /* Define to the version of this package. */
|
---|
388 | #define PACKAGE_VERSION "4.2.1"
|
---|
389 |
|
---|
390 | /* Define to the character that separates directories in PATH. */
|
---|
391 | #define PATH_SEPARATOR_CHAR ':'
|
---|
392 |
|
---|
393 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
394 | #define RETSIGTYPE void
|
---|
395 |
|
---|
396 | /* Define to the name of the SCCS 'get' command. */
|
---|
397 | #define SCCS_GET "get"
|
---|
398 |
|
---|
399 | /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
|
---|
400 | /* #undef SCCS_GET_MINUS_G */
|
---|
401 |
|
---|
402 | /* If using the C implementation of alloca, define if you know the
|
---|
403 | direction of stack growth for your system; otherwise it will be
|
---|
404 | automatically deduced at runtime.
|
---|
405 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
406 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
407 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
408 | /* #undef STACK_DIRECTION */
|
---|
409 |
|
---|
410 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
411 | /* #undef STAT_MACROS_BROKEN */
|
---|
412 |
|
---|
413 | /* Define to 1 if you have the ANSI C header files. */
|
---|
414 | #define STDC_HEADERS 1
|
---|
415 |
|
---|
416 | /* Define if struct stat contains a nanoseconds field */
|
---|
417 | #if defined(__USE_XOPEN2K8) || defined(__USE_MISC)
|
---|
418 | # define ST_MTIM_NSEC st_mtim.tv_nsec
|
---|
419 | # define ST_ATIM_NSEC st_atim.tv_nsec
|
---|
420 | #else
|
---|
421 | # define ST_MTIM_NSEC st_mtimensec
|
---|
422 | # define ST_ATIM_NSEC st_atimensec
|
---|
423 | #endif
|
---|
424 |
|
---|
425 | /* Define to 1 on System V Release 4. */
|
---|
426 | /* #undef SVR4 */
|
---|
427 |
|
---|
428 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
429 | #define TIME_WITH_SYS_TIME 1
|
---|
430 |
|
---|
431 | /* Define to 1 for Encore UMAX. */
|
---|
432 | /* #undef UMAX */
|
---|
433 |
|
---|
434 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
|
---|
435 | <sys/cpustats.h>. */
|
---|
436 | /* #undef UMAX4_3 */
|
---|
437 |
|
---|
438 |
|
---|
439 | /* Version number of package */
|
---|
440 | #define VERSION "4.2.1"
|
---|
441 |
|
---|
442 | /* Use platform specific coding */
|
---|
443 | /* #undef WINDOWS32 */
|
---|
444 |
|
---|
445 | /* Define if using the dmalloc debugging malloc package */
|
---|
446 | /* #undef WITH_DMALLOC */
|
---|
447 |
|
---|
448 | /* Enable large inode numbers on Mac OS X 10.5. */
|
---|
449 | #ifndef _DARWIN_USE_64_BIT_INODE
|
---|
450 | # define _DARWIN_USE_64_BIT_INODE 1
|
---|
451 | #endif
|
---|
452 |
|
---|
453 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
454 | #define _FILE_OFFSET_BITS 64
|
---|
455 |
|
---|
456 | /* Define for large files, on AIX-style hosts. */
|
---|
457 | /* #undef _LARGE_FILES */
|
---|
458 |
|
---|
459 | /* Define to 1 if on MINIX. */
|
---|
460 | /* #undef _MINIX */
|
---|
461 |
|
---|
462 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
463 | this defined. */
|
---|
464 | /* #undef _POSIX_1_SOURCE */
|
---|
465 |
|
---|
466 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
467 | /* #undef _POSIX_SOURCE */
|
---|
468 |
|
---|
469 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
470 | /* #undef const */
|
---|
471 |
|
---|
472 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
473 | /* #undef gid_t */
|
---|
474 |
|
---|
475 | /* Define to `long int' if <sys/types.h> does not define. */
|
---|
476 | /* #undef off_t */
|
---|
477 |
|
---|
478 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
479 | /* #undef pid_t */
|
---|
480 |
|
---|
481 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
---|
482 | /* #undef size_t */
|
---|
483 |
|
---|
484 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
485 | /* #undef ssize_t */
|
---|
486 |
|
---|
487 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
488 | /* #undef uid_t */
|
---|
489 |
|
---|
490 | /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
|
---|
491 | do not define. */
|
---|
492 | /* #undef uintmax_t */
|
---|
493 |
|
---|
494 | /* Define as `fork' if `vfork' does not work. */
|
---|
495 | /* #undef vfork */
|
---|
496 |
|
---|
497 | #include "inlined_memchr.h"
|
---|
498 |
|
---|