]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/config.in
testsuite: Fix data check loop on vect-early-break_124-pr114403.c
[thirdparty/gcc.git] / libiberty / config.in
CommitLineData
c31d56ed 1/* config.in. Generated from configure.ac by autoheader. */
c6451ce1 2
5213506e
RW
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
c31d56ed
KC
6/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8#undef CRAY_STACKSEG_END
7ac27e08 9
c31d56ed
KC
10/* Define to 1 if you have the <alloca.h> header file. */
11#undef HAVE_ALLOCA_H
d3982b71 12
c31d56ed 13/* Define to 1 if you have the `asprintf' function. */
0bc0cd11
JL
14#undef HAVE_ASPRINTF
15
c31d56ed 16/* Define to 1 if you have the `atexit' function. */
0bc0cd11
JL
17#undef HAVE_ATEXIT
18
c31d56ed 19/* Define to 1 if you have the `basename' function. */
0bc0cd11
JL
20#undef HAVE_BASENAME
21
c31d56ed 22/* Define to 1 if you have the `bcmp' function. */
0bc0cd11
JL
23#undef HAVE_BCMP
24
c31d56ed 25/* Define to 1 if you have the `bcopy' function. */
0bc0cd11
JL
26#undef HAVE_BCOPY
27
c31d56ed 28/* Define to 1 if you have the `bsearch' function. */
dac45916
MS
29#undef HAVE_BSEARCH
30
c31d56ed 31/* Define to 1 if you have the `bzero' function. */
0bc0cd11
JL
32#undef HAVE_BZERO
33
c31d56ed 34/* Define to 1 if you have the `calloc' function. */
9f3b5583
KG
35#undef HAVE_CALLOC
36
c31d56ed 37/* Define to 1 if you have the `canonicalize_file_name' function. */
4876b2b4
DJ
38#undef HAVE_CANONICALIZE_FILE_NAME
39
c31d56ed 40/* Define to 1 if you have the `clock' function. */
0bc0cd11
JL
41#undef HAVE_CLOCK
42
1ff7682c
GDR
43/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
44 don't. */
45#undef HAVE_DECL_ASPRINTF
46
6e9bd0f8
AK
47/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
48 you don't. */
1ff7682c
GDR
49#undef HAVE_DECL_BASENAME
50
d7cf8390
GDR
51/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
52 */
53#undef HAVE_DECL_CALLOC
54
1ff7682c
GDR
55/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
56#undef HAVE_DECL_FFS
57
d7cf8390
GDR
58/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
59 */
60#undef HAVE_DECL_GETENV
61
8b82b724
BE
62/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
63 */
64#undef HAVE_DECL_GETOPT
65
d7cf8390
GDR
66/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
67 */
68#undef HAVE_DECL_MALLOC
69
70/* Define to 1 if you have the declaration of `realloc', and to 0 if you
71 don't. */
72#undef HAVE_DECL_REALLOC
73
74/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
75 */
76#undef HAVE_DECL_SBRK
77
ddcf783b
EZ
78/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
79 don't. */
80#undef HAVE_DECL_SNPRINTF
81
63d9caf9
DD
82/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
83 don't. */
84#undef HAVE_DECL_STRNLEN
85
ea41822a
YG
86/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
87 */
88#undef HAVE_DECL_STRTOL
89
90/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
91 don't. */
92#undef HAVE_DECL_STRTOLL
93
94/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
95 don't. */
96#undef HAVE_DECL_STRTOUL
97
98/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
99 don't. */
100#undef HAVE_DECL_STRTOULL
101
f379ddd1
KC
102/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
103 don't. */
104#undef HAVE_DECL_STRVERSCMP
105
1ff7682c
GDR
106/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
107 don't. */
108#undef HAVE_DECL_VASPRINTF
109
ddcf783b
EZ
110/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
111 don't. */
112#undef HAVE_DECL_VSNPRINTF
113
3b63ca7e
RH
114/* Define to 1 if you have the `dup3' function. */
115#undef HAVE_DUP3
116
c31d56ed
KC
117/* Define to 1 if you have the <fcntl.h> header file. */
118#undef HAVE_FCNTL_H
119
120/* Define to 1 if you have the `ffs' function. */
e490616e
ZW
121#undef HAVE_FFS
122
c31d56ed
KC
123/* Define to 1 if you have the `fork' function. */
124#undef HAVE_FORK
125
126/* Define to 1 if you have the `getcwd' function. */
0bc0cd11
JL
127#undef HAVE_GETCWD
128
c31d56ed 129/* Define to 1 if you have the `getpagesize' function. */
0bc0cd11
JL
130#undef HAVE_GETPAGESIZE
131
d423df48
JJ
132/* Define to 1 if you have the `getrlimit' function. */
133#undef HAVE_GETRLIMIT
134
c31d56ed 135/* Define to 1 if you have the `getrusage' function. */
0bc0cd11
JL
136#undef HAVE_GETRUSAGE
137
c31d56ed 138/* Define to 1 if you have the `getsysinfo' function. */
4a06f7f2
RO
139#undef HAVE_GETSYSINFO
140
c31d56ed 141/* Define to 1 if you have the `gettimeofday' function. */
90e72e20
AS
142#undef HAVE_GETTIMEOFDAY
143
c31d56ed 144/* Define to 1 if you have the `index' function. */
0bc0cd11
JL
145#undef HAVE_INDEX
146
c31d56ed 147/* Define to 1 if you have the `insque' function. */
0bc0cd11
JL
148#undef HAVE_INSQUE
149
0e497905
OS
150/* Define to 1 if the system has the type `intptr_t'. */
151#undef HAVE_INTPTR_T
152
c31d56ed
KC
153/* Define to 1 if you have the <inttypes.h> header file. */
154#undef HAVE_INTTYPES_H
155
156/* Define to 1 if you have the <limits.h> header file. */
157#undef HAVE_LIMITS_H
158
ea41822a
YG
159/* Define if you have the `long long' type. */
160#undef HAVE_LONG_LONG
161
c31d56ed
KC
162/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
163#undef HAVE_MACHINE_HAL_SYSINFO_H
164
165/* Define to 1 if you have the <malloc.h> header file. */
166#undef HAVE_MALLOC_H
167
168/* Define to 1 if you have the `memchr' function. */
0bc0cd11
JL
169#undef HAVE_MEMCHR
170
c31d56ed 171/* Define to 1 if you have the `memcmp' function. */
0bc0cd11
JL
172#undef HAVE_MEMCMP
173
c31d56ed 174/* Define to 1 if you have the `memcpy' function. */
0bc0cd11
JL
175#undef HAVE_MEMCPY
176
5fbd9447
ILT
177/* Define to 1 if you have the `memmem' function. */
178#undef HAVE_MEMMEM
179
c31d56ed 180/* Define to 1 if you have the `memmove' function. */
0bc0cd11
JL
181#undef HAVE_MEMMOVE
182
c31d56ed
KC
183/* Define to 1 if you have the <memory.h> header file. */
184#undef HAVE_MEMORY_H
185
c31d56ed 186/* Define to 1 if you have the `memset' function. */
0bc0cd11
JL
187#undef HAVE_MEMSET
188
c31d56ed 189/* Define to 1 if you have the `mkstemps' function. */
acbbd80a
MK
190#undef HAVE_MKSTEMPS
191
c31d56ed
KC
192/* Define to 1 if you have a working `mmap' system call. */
193#undef HAVE_MMAP
194
195/* Define to 1 if you have the `on_exit' function. */
0bc0cd11
JL
196#undef HAVE_ON_EXIT
197
df1346b4
NS
198/* Define to 1 if you have the `pipe2' function. */
199#undef HAVE_PIPE2
200
879cf9ff
BS
201/* Define to 1 if you have the `posix_spawn' function. */
202#undef HAVE_POSIX_SPAWN
203
204/* Define to 1 if you have the `posix_spawnp' function. */
205#undef HAVE_POSIX_SPAWNP
206
3b63ca7e
RH
207/* Define to 1 if you have the <process.h> header file. */
208#undef HAVE_PROCESS_H
209
c31d56ed 210/* Define to 1 if you have the `psignal' function. */
0bc0cd11
JL
211#undef HAVE_PSIGNAL
212
c31d56ed 213/* Define to 1 if you have the `pstat_getdynamic' function. */
e9019af6
KG
214#undef HAVE_PSTAT_GETDYNAMIC
215
c31d56ed 216/* Define to 1 if you have the `pstat_getstatic' function. */
e9019af6
KG
217#undef HAVE_PSTAT_GETSTATIC
218
c31d56ed 219/* Define to 1 if you have the `putenv' function. */
90e72e20
AS
220#undef HAVE_PUTENV
221
c31d56ed 222/* Define to 1 if you have the `random' function. */
0bc0cd11
JL
223#undef HAVE_RANDOM
224
c31d56ed 225/* Define to 1 if you have the `realpath' function. */
4876b2b4
DJ
226#undef HAVE_REALPATH
227
c31d56ed 228/* Define to 1 if you have the `rename' function. */
0bc0cd11
JL
229#undef HAVE_RENAME
230
c31d56ed 231/* Define to 1 if you have the `rindex' function. */
0bc0cd11
JL
232#undef HAVE_RINDEX
233
c31d56ed 234/* Define to 1 if you have the `sbrk' function. */
acbbd80a
MK
235#undef HAVE_SBRK
236
c31d56ed 237/* Define to 1 if you have the `setenv' function. */
90e72e20
AS
238#undef HAVE_SETENV
239
6e9bd0f8
AK
240/* Define to 1 if you have the `setproctitle' function. */
241#undef HAVE_SETPROCTITLE
242
d423df48
JJ
243/* Define to 1 if you have the `setrlimit' function. */
244#undef HAVE_SETRLIMIT
245
c31d56ed 246/* Define to 1 if you have the `sigsetmask' function. */
0bc0cd11
JL
247#undef HAVE_SIGSETMASK
248
c31d56ed 249/* Define to 1 if you have the `snprintf' function. */
bd3fbc6b
KG
250#undef HAVE_SNPRINTF
251
3b63ca7e
RH
252/* Define to 1 if you have the `spawnve' function. */
253#undef HAVE_SPAWNVE
254
255/* Define to 1 if you have the `spawnvpe' function. */
256#undef HAVE_SPAWNVPE
257
879cf9ff
BS
258/* Define to 1 if you have the <spawn.h> header file. */
259#undef HAVE_SPAWN_H
260
c31d56ed
KC
261/* Define to 1 if you have the <stdint.h> header file. */
262#undef HAVE_STDINT_H
263
78a7dc90
KG
264/* Define to 1 if you have the <stdio_ext.h> header file. */
265#undef HAVE_STDIO_EXT_H
266
c31d56ed
KC
267/* Define to 1 if you have the <stdlib.h> header file. */
268#undef HAVE_STDLIB_H
269
270/* Define to 1 if you have the `stpcpy' function. */
029bcc09
KG
271#undef HAVE_STPCPY
272
c31d56ed 273/* Define to 1 if you have the `stpncpy' function. */
029bcc09
KG
274#undef HAVE_STPNCPY
275
c31d56ed 276/* Define to 1 if you have the `strcasecmp' function. */
0bc0cd11
JL
277#undef HAVE_STRCASECMP
278
c31d56ed 279/* Define to 1 if you have the `strchr' function. */
0bc0cd11
JL
280#undef HAVE_STRCHR
281
c31d56ed 282/* Define to 1 if you have the `strdup' function. */
0bc0cd11
JL
283#undef HAVE_STRDUP
284
c31d56ed 285/* Define to 1 if you have the `strerror' function. */
0bc0cd11
JL
286#undef HAVE_STRERROR
287
c31d56ed
KC
288/* Define to 1 if you have the <strings.h> header file. */
289#undef HAVE_STRINGS_H
290
291/* Define to 1 if you have the <string.h> header file. */
292#undef HAVE_STRING_H
293
294/* Define to 1 if you have the `strncasecmp' function. */
0bc0cd11
JL
295#undef HAVE_STRNCASECMP
296
17998b22
KG
297/* Define to 1 if you have the `strndup' function. */
298#undef HAVE_STRNDUP
299
9a9baa52
ILT
300/* Define to 1 if you have the `strnlen' function. */
301#undef HAVE_STRNLEN
302
c31d56ed 303/* Define to 1 if you have the `strrchr' function. */
0bc0cd11
JL
304#undef HAVE_STRRCHR
305
c31d56ed 306/* Define to 1 if you have the `strsignal' function. */
0bc0cd11
JL
307#undef HAVE_STRSIGNAL
308
c31d56ed 309/* Define to 1 if you have the `strstr' function. */
0bc0cd11
JL
310#undef HAVE_STRSTR
311
c31d56ed 312/* Define to 1 if you have the `strtod' function. */
0bc0cd11
JL
313#undef HAVE_STRTOD
314
c31d56ed 315/* Define to 1 if you have the `strtol' function. */
0bc0cd11
JL
316#undef HAVE_STRTOL
317
ea41822a
YG
318/* Define to 1 if you have the `strtoll' function. */
319#undef HAVE_STRTOLL
320
c31d56ed 321/* Define to 1 if you have the `strtoul' function. */
0bc0cd11
JL
322#undef HAVE_STRTOUL
323
ea41822a
YG
324/* Define to 1 if you have the `strtoull' function. */
325#undef HAVE_STRTOULL
326
f379ddd1
KC
327/* Define to 1 if you have the `strverscmp' function. */
328#undef HAVE_STRVERSCMP
329
c31d56ed 330/* Define to 1 if you have the `sysconf' function. */
0bc0cd11
JL
331#undef HAVE_SYSCONF
332
c31d56ed 333/* Define to 1 if you have the `sysctl' function. */
170230b7
KG
334#undef HAVE_SYSCTL
335
c31d56ed 336/* Define to 1 if you have the `sysmp' function. */
64c7e556
KG
337#undef HAVE_SYSMP
338
c31d56ed
KC
339/* Define if you have the sys_errlist variable. */
340#undef HAVE_SYS_ERRLIST
4a06f7f2 341
c31d56ed
KC
342/* Define to 1 if you have the <sys/file.h> header file. */
343#undef HAVE_SYS_FILE_H
0bc0cd11 344
c31d56ed
KC
345/* Define to 1 if you have the <sys/mman.h> header file. */
346#undef HAVE_SYS_MMAN_H
0bc0cd11 347
c31d56ed
KC
348/* Define if you have the sys_nerr variable. */
349#undef HAVE_SYS_NERR
0bc0cd11 350
c31d56ed
KC
351/* Define to 1 if you have the <sys/param.h> header file. */
352#undef HAVE_SYS_PARAM_H
0bc0cd11 353
52ae149d
AG
354/* Define to 1 if you have the <sys/prctl.h> header file. */
355#undef HAVE_SYS_PRCTL_H
356
c31d56ed
KC
357/* Define to 1 if you have the <sys/pstat.h> header file. */
358#undef HAVE_SYS_PSTAT_H
0bc0cd11 359
c31d56ed
KC
360/* Define to 1 if you have the <sys/resource.h> header file. */
361#undef HAVE_SYS_RESOURCE_H
bd3fbc6b 362
c31d56ed
KC
363/* Define if you have the sys_siglist variable. */
364#undef HAVE_SYS_SIGLIST
0bc0cd11 365
c31d56ed
KC
366/* Define to 1 if you have the <sys/stat.h> header file. */
367#undef HAVE_SYS_STAT_H
0bc0cd11 368
c31d56ed
KC
369/* Define to 1 if you have the <sys/sysctl.h> header file. */
370#undef HAVE_SYS_SYSCTL_H
c3bb7df0 371
c31d56ed
KC
372/* Define to 1 if you have the <sys/sysinfo.h> header file. */
373#undef HAVE_SYS_SYSINFO_H
e490616e 374
c31d56ed
KC
375/* Define to 1 if you have the <sys/sysmp.h> header file. */
376#undef HAVE_SYS_SYSMP_H
cd447360 377
c31d56ed
KC
378/* Define to 1 if you have the <sys/systemcfg.h> header file. */
379#undef HAVE_SYS_SYSTEMCFG_H
4a06f7f2 380
c31d56ed
KC
381/* Define to 1 if you have the <sys/table.h> header file. */
382#undef HAVE_SYS_TABLE_H
0bc0cd11 383
c31d56ed
KC
384/* Define to 1 if you have the <sys/time.h> header file. */
385#undef HAVE_SYS_TIME_H
0bc0cd11 386
c31d56ed
KC
387/* Define to 1 if you have the <sys/types.h> header file. */
388#undef HAVE_SYS_TYPES_H
73aeb2ff 389
c31d56ed
KC
390/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
391#undef HAVE_SYS_WAIT_H
0bc0cd11 392
c31d56ed
KC
393/* Define to 1 if you have the `table' function. */
394#undef HAVE_TABLE
a9266bfa 395
c31d56ed
KC
396/* Define to 1 if you have the `times' function. */
397#undef HAVE_TIMES
b9256371 398
c31d56ed
KC
399/* Define to 1 if you have the <time.h> header file. */
400#undef HAVE_TIME_H
a354191e 401
c31d56ed
KC
402/* Define to 1 if you have the `tmpnam' function. */
403#undef HAVE_TMPNAM
90e72e20 404
c31d56ed
KC
405/* Define if you have the \`uintptr_t' type. */
406#undef HAVE_UINTPTR_T
4ac3cb83 407
c31d56ed
KC
408/* Define to 1 if you have the <unistd.h> header file. */
409#undef HAVE_UNISTD_H
170230b7 410
c31d56ed
KC
411/* Define to 1 if you have the `vasprintf' function. */
412#undef HAVE_VASPRINTF
4a06f7f2 413
c31d56ed
KC
414/* Define to 1 if you have the `vfork' function. */
415#undef HAVE_VFORK
64c7e556 416
c31d56ed
KC
417/* Define to 1 if you have the <vfork.h> header file. */
418#undef HAVE_VFORK_H
d47f75c4 419
c31d56ed
KC
420/* Define to 1 if you have the `vfprintf' function. */
421#undef HAVE_VFPRINTF
4a06f7f2 422
c31d56ed
KC
423/* Define to 1 if you have the `vprintf' function. */
424#undef HAVE_VPRINTF
ae76f1be 425
c31d56ed
KC
426/* Define to 1 if you have the `vsprintf' function. */
427#undef HAVE_VSPRINTF
3b58c099 428
f9a9ac80
KG
429/* Define to 1 if you have the `wait3' function. */
430#undef HAVE_WAIT3
431
432/* Define to 1 if you have the `wait4' function. */
433#undef HAVE_WAIT4
434
c31d56ed
KC
435/* Define to 1 if you have the `waitpid' function. */
436#undef HAVE_WAITPID
cf8e4b78 437
c31d56ed
KC
438/* Define to 1 if `fork' works. */
439#undef HAVE_WORKING_FORK
440
441/* Define to 1 if `vfork' works. */
442#undef HAVE_WORKING_VFORK
443
bf4f40cc
JJ
444/* Define if you have x86 SHA1 HW acceleration support. */
445#undef HAVE_X86_SHA1_HW_SUPPORT
446
c31d56ed
KC
447/* Define to 1 if you have the `_doprnt' function. */
448#undef HAVE__DOPRNT
449
450/* Define if you have the _system_configuration variable. */
451#undef HAVE__SYSTEM_CONFIGURATION
5cc5a0d0 452
78a7dc90
KG
453/* Define to 1 if you have the `__fsetlocking' function. */
454#undef HAVE___FSETLOCKING
455
c31d56ed
KC
456/* Define if canonicalize_file_name is not declared in system header files. */
457#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
5cc5a0d0 458
3b58c099
MS
459/* Define if errno must be declared even when <errno.h> is included. */
460#undef NEED_DECLARATION_ERRNO
461
c31d56ed
KC
462/* Define to 1 if your C compiler doesn't accept -c and -o together. */
463#undef NO_MINUS_C_MINUS_O
e490616e 464
c31d56ed
KC
465/* Define to the address where bug reports for this package should be sent. */
466#undef PACKAGE_BUGREPORT
d1209685 467
c31d56ed
KC
468/* Define to the full name of this package. */
469#undef PACKAGE_NAME
d1209685 470
c31d56ed
KC
471/* Define to the full name and version of this package. */
472#undef PACKAGE_STRING
d1209685 473
c31d56ed
KC
474/* Define to the one symbol short name of this package. */
475#undef PACKAGE_TARNAME
476
5213506e
RW
477/* Define to the home page for this package. */
478#undef PACKAGE_URL
479
c31d56ed
KC
480/* Define to the version of this package. */
481#undef PACKAGE_VERSION
b548dffb 482
5213506e 483/* The size of `int', as computed by sizeof. */
d49d0907
BE
484#undef SIZEOF_INT
485
ea41822a
YG
486/* The size of `long', as computed by sizeof. */
487#undef SIZEOF_LONG
488
489/* The size of `long long', as computed by sizeof. */
490#undef SIZEOF_LONG_LONG
491
61c94e79
AM
492/* The size of `size_t', as computed by sizeof. */
493#undef SIZEOF_SIZE_T
494
c31d56ed
KC
495/* Define if you know the direction of stack growth for your system; otherwise
496 it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
497 toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
498 STACK_DIRECTION = 0 => direction of growth unknown */
b548dffb
ZW
499#undef STACK_DIRECTION
500
c31d56ed
KC
501/* Define to 1 if you have the ANSI C header files. */
502#undef STDC_HEADERS
aa9dc53d 503
c31d56ed
KC
504/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
505#undef TIME_WITH_SYS_TIME
506
9bf3c9cc
RH
507/* Define to an unsigned 64-bit type available in the compiler. */
508#undef UNSIGNED_64BIT_TYPE
509
f50f17e6
YJ
510/* Enable extensions on AIX 3, Interix. */
511#ifndef _ALL_SOURCE
512# undef _ALL_SOURCE
513#endif
514/* Enable GNU extensions on systems that have them. */
515#ifndef _GNU_SOURCE
516# undef _GNU_SOURCE
517#endif
518/* Enable threading extensions on Solaris. */
519#ifndef _POSIX_PTHREAD_SEMANTICS
520# undef _POSIX_PTHREAD_SEMANTICS
521#endif
522/* Enable extensions on HP NonStop. */
523#ifndef _TANDEM_SOURCE
524# undef _TANDEM_SOURCE
525#endif
526/* Enable general extensions on Solaris. */
527#ifndef __EXTENSIONS__
528# undef __EXTENSIONS__
529#endif
530
531
5213506e
RW
532/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
533 significant byte first (like Motorola and SPARC, unlike Intel). */
534#if defined AC_APPLE_UNIVERSAL_BUILD
535# if defined __BIG_ENDIAN__
536# define WORDS_BIGENDIAN 1
537# endif
538#else
539# ifndef WORDS_BIGENDIAN
540# undef WORDS_BIGENDIAN
541# endif
542#endif
4876b2b4 543
22e05272
JM
544/* Enable large inode numbers on Mac OS X 10.5. */
545#ifndef _DARWIN_USE_64_BIT_INODE
546# define _DARWIN_USE_64_BIT_INODE 1
547#endif
548
d208e2d2
JK
549/* Number of bits in a file offset, on hosts where this is settable. */
550#undef _FILE_OFFSET_BITS
551
552/* Define for large files, on AIX-style hosts. */
553#undef _LARGE_FILES
554
f50f17e6
YJ
555/* Define to 1 if on MINIX. */
556#undef _MINIX
557
558/* Define to 2 if the system does not provide POSIX.1 features except with
559 this defined. */
560#undef _POSIX_1_SOURCE
561
562/* Define to 1 if you need to in order for `stat' and other things to work. */
563#undef _POSIX_SOURCE
564
c31d56ed
KC
565/* Define to empty if `const' does not conform to ANSI C. */
566#undef const
567
a4f74b58
KC
568/* Define to `__inline__' or `__inline' if that's what the C compiler
569 calls it, or to nothing if 'inline' is not supported under any name. */
570#ifndef __cplusplus
c31d56ed 571#undef inline
a4f74b58 572#endif
c31d56ed 573
0e497905
OS
574/* Define to the type of a signed integer type wide enough to hold a pointer,
575 if such a type exists, and if the system does not define it. */
2e3dac6f
OS
576#undef intptr_t
577
c31d56ed
KC
578/* Define to `int' if <sys/types.h> does not define. */
579#undef pid_t
580
1cfabf34
ILT
581/* Define to `int' if <sys/types.h> does not define. */
582#undef ssize_t
583
0e497905
OS
584/* Define to the type of an unsigned integer type wide enough to hold a
585 pointer, if such a type exists, and if the system does not define it. */
c31d56ed
KC
586#undef uintptr_t
587
588/* Define as `fork' if `vfork' does not work. */
589#undef vfork