Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / usr.bin / cc40 / cc_prep / dragonfly-native.h
1 /* $DragonFly: src/gnu/usr.bin/cc40/cc_prep/Attic/dragonfly-native.h,v 1.1 2005/06/05 22:43:20 corecode Exp $ */
2
3 /* auto-host.h.  Generated by configure.  */
4 /* config.in.  Generated from configure.ac by autoheader.  */
5
6 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
7 #define BYTEORDER 1234
8
9 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
10 /* #undef CHAR_BIT */
11
12 /* Define 0/1 to force the choice for exception handling model. */
13 /* #undef CONFIG_SJLJ_EXCEPTIONS */
14
15 /* Define to enable the use of a default assembler. */
16 /* #undef DEFAULT_ASSEMBLER */
17
18 /* Define to enable the use of a default linker. */
19 /* #undef DEFAULT_LINKER */
20
21 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
22    destructors for local statics and global objects. This is essential for
23    fully standards-compliant handling of destructors, but requires
24    __cxa_atexit in libc. */
25 #define DEFAULT_USE_CXA_ATEXIT 1
26
27 /* Define if you want assertions enabled. This is a cheap check. */
28 #define ENABLE_ASSERT_CHECKING 1
29
30 /* Define if you want more run-time sanity checks. This one gets a grab bag of
31    miscellaneous but relatively cheap checks. */
32 /* #undef ENABLE_CHECKING */
33
34 /* Define if you want fold checked that it never destructs its argument. This
35    is quite expensive. */
36 /* #undef ENABLE_FOLD_CHECKING */
37
38 /* Define if you want the garbage collector to operate in maximally paranoid
39    mode, validating the entire heap and collecting garbage at every
40    opportunity. This is extremely expensive. */
41 /* #undef ENABLE_GC_ALWAYS_COLLECT */
42
43 /* Define if you want the garbage collector to do object poisoning and other
44    memory allocation checks. This is quite expensive. */
45 /* #undef ENABLE_GC_CHECKING */
46
47 /* Define to 1 if translation of program messages to the user's native
48    language is requested. */
49 /* #undef ENABLE_NLS */
50
51 /* Define if you want all operations on RTL (the basic data structure of the
52    optimizer and back end) to be checked for dynamic type safety at runtime.
53    This is quite expensive. */
54 /* #undef ENABLE_RTL_CHECKING */
55
56 /* Define if you want RTL flag accesses to be checked against the RTL codes
57    that are supported for each access macro. This is relatively cheap. */
58 /* #undef ENABLE_RTL_FLAG_CHECKING */
59
60 /* Define if you want all operations on trees (the basic data structure of the
61    front ends) to be checked for dynamic type safety at runtime. This is
62    moderately expensive. The tree browser debugging routines will also be
63    enabled by this option. */
64 /* #undef ENABLE_TREE_CHECKING */
65
66 /* Define if you want to run subprograms and generated programs through
67    valgrind (a memory checker). This is extremely expensive. */
68 /* #undef ENABLE_VALGRIND_CHECKING */
69
70 /* Define to 1 if installation paths should be looked up in Windows32
71    Registry. Ignored on non windows32 hosts. */
72 /* #undef ENABLE_WIN32_REGISTRY */
73
74 /* Define to the name of a file containing a list of extra machine modes for
75    this architecture. */
76 #define EXTRA_MODES_FILE "config/i386/i386-modes.def"
77
78 /* Define to enable detailed memory allocation stats gathering. */
79 /* #undef GATHER_STATISTICS */
80
81 /* Define to the type of elements in the array set by `getgroups'. Usually
82    this is either `int' or `gid_t'. */
83 #define GETGROUPS_T gid_t
84
85 /* Define to 1 if you have the `alphasort' function. */
86 #define HAVE_ALPHASORT 1
87
88 /* Define if your assembler supports dwarf2 .file/.loc directives, and
89    preserves file table indices exactly as given. */
90 #define HAVE_AS_DWARF2_DEBUG_LINE 1
91
92 /* Define if your assembler supports explicit relocations. */
93 /* #undef HAVE_AS_EXPLICIT_RELOCS */
94
95 /* Define if your assembler supports the --gdwarf2 option. */
96 #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
97
98 /* Define true if the assembler supports '.long foo@GOTOFF'. */
99 #define HAVE_AS_GOTOFF_IN_DATA 1
100
101 /* Define if your assembler supports the --gstabs option. */
102 #define HAVE_AS_GSTABS_DEBUG_FLAG 1
103
104 /* Define if your assembler supports the Sun syntax for cmov. */
105 /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
106
107 /* Define if your assembler supports .sleb128 and .uleb128. */
108 #define HAVE_AS_LEB128 1
109
110 /* Define if your assembler supports ltoffx and ldxmov relocations. */
111 /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
112
113 /* Define if your assembler supports mfcr field. */
114 /* #undef HAVE_AS_MFCRF */
115
116 /* Define if your assembler supports the -no-mul-bug-abort option. */
117 /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
118
119 /* Define if your assembler supports offsetable %lo(). */
120 /* #undef HAVE_AS_OFFSETABLE_LO10 */
121
122 /* Define if your assembler supports .register. */
123 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
124
125 /* Define if your assembler supports -relax option. */
126 /* #undef HAVE_AS_RELAX_OPTION */
127
128 /* Define if your assembler and linker support unaligned PC relative relocs.
129    */
130 /* #undef HAVE_AS_SPARC_UA_PCREL */
131
132 /* Define if your assembler and linker support unaligned PC relative relocs
133    against hidden symbols. */
134 /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
135
136 /* Define if your assembler supports thread-local storage. */
137 #define HAVE_AS_TLS 1
138
139 /* Define to 1 if you have the `atoll' function. */
140 /* #undef HAVE_ATOLL */
141
142 /* Define to 1 if you have the `atoq' function. */
143 /* #undef HAVE_ATOQ */
144
145 /* Define to 1 if you have the `clock' function. */
146 #define HAVE_CLOCK 1
147
148 /* Define if <time.h> defines clock_t. */
149 #define HAVE_CLOCK_T 1
150
151 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
152    */
153 #define HAVE_DECL_ABORT 1
154
155 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
156 #define HAVE_DECL_ATOF 1
157
158 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
159 #define HAVE_DECL_ATOL 1
160
161 /* Define to 1 if we found a declaration for 'basename', otherwise define to
162    0. */
163 #define HAVE_DECL_BASENAME 0
164
165 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
166    */
167 #define HAVE_DECL_CALLOC 1
168
169 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
170    */
171 #define HAVE_DECL_CLOCK 1
172
173 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
174    */
175 #define HAVE_DECL_ERRNO 1
176
177 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
178    define to 0. */
179 #define HAVE_DECL_FPRINTF_UNLOCKED 0
180
181 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
182    define to 0. */
183 #define HAVE_DECL_FPUTS_UNLOCKED 0
184
185 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
186 #define HAVE_DECL_FREE 1
187
188 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
189    define to 0. */
190 #define HAVE_DECL_FWRITE_UNLOCKED 0
191
192 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
193    */
194 #define HAVE_DECL_GETCWD 1
195
196 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
197    */
198 #define HAVE_DECL_GETENV 1
199
200 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
201    */
202 #define HAVE_DECL_GETOPT 1
203
204 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
205    to 0. */
206 #define HAVE_DECL_GETPAGESIZE 1
207
208 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
209    0. */
210 #define HAVE_DECL_GETRLIMIT 1
211
212 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
213    0. */
214 #define HAVE_DECL_GETRUSAGE 1
215
216 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
217    */
218 #define HAVE_DECL_GETWD 1
219
220 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
221    0. */
222 #define HAVE_DECL_LDGETNAME 0
223
224 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
225    */
226 #define HAVE_DECL_MALLOC 1
227
228 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
229    to 0. */
230 #define HAVE_DECL_PUTC_UNLOCKED 1
231
232 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
233    */
234 #define HAVE_DECL_REALLOC 1
235
236 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
237 #define HAVE_DECL_SBRK 1
238
239 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
240    0. */
241 #define HAVE_DECL_SETRLIMIT 1
242
243 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
244    0. */
245 #define HAVE_DECL_SNPRINTF 1
246
247 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
248    0. */
249 #define HAVE_DECL_STRSIGNAL 1
250
251 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
252    */
253 #define HAVE_DECL_STRSTR 1
254
255 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
256    */
257 #define HAVE_DECL_TIMES 1
258
259 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
260    0. */
261 #define HAVE_DECL_VASPRINTF 1
262
263 /* Define to 1 if you have the <direct.h> header file. */
264 /* #undef HAVE_DIRECT_H */
265
266 /* Define to 1 if you have the `dup2' function. */
267 #define HAVE_DUP2 1
268
269 /* Define to 1 if you have the <fcntl.h> header file. */
270 #define HAVE_FCNTL_H 1
271
272 /* Define to 1 if you have the `fork' function. */
273 #define HAVE_FORK 1
274
275 /* Define to 1 if you have the `fprintf_unlocked' function. */
276 /* #undef HAVE_FPRINTF_UNLOCKED */
277
278 /* Define to 1 if you have the `fputc_unlocked' function. */
279 /* #undef HAVE_FPUTC_UNLOCKED */
280
281 /* Define to 1 if you have the `fputs_unlocked' function. */
282 /* #undef HAVE_FPUTS_UNLOCKED */
283
284 /* Define to 1 if you have the `fwrite_unlocked' function. */
285 /* #undef HAVE_FWRITE_UNLOCKED */
286
287 /* Define if your assembler supports .balign and .p2align. */
288 #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
289
290 /* Define 0/1 if your assembler supports COMDAT group. */
291 #define HAVE_GAS_COMDAT_GROUP 0
292
293 /* Define if your assembler uses the new HImode fild and fist notation. */
294 #define HAVE_GAS_FILDS_FISTS 1
295
296 /* Define if your assembler and linker support .hidden. */
297 #define HAVE_GAS_HIDDEN 1
298
299 /* Define if your assembler supports specifying the maximum number of bytes to
300    skip when using the GAS .p2align command. */
301 #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
302
303 /* Define if your assembler supports .nsubspa comdat option. */
304 /* #undef HAVE_GAS_NSUBSPA_COMDAT */
305
306 /* Define if your assembler and linker support 32-bit section relative relocs
307    via '.secrel32 label'. */
308 /* #undef HAVE_GAS_PE_SECREL32_RELOC */
309
310 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
311    */
312 #define HAVE_GAS_SHF_MERGE 1
313
314 /* Define if your assembler supports .subsection and .subsection -1 starts
315    emitting at the beginning of your section. */
316 #define HAVE_GAS_SUBSECTION_ORDERING 1
317
318 /* Define if your assembler supports .weak. */
319 #define HAVE_GAS_WEAK 1
320
321 /* Define to 1 if you have the `getrlimit' function. */
322 #define HAVE_GETRLIMIT 1
323
324 /* Define to 1 if you have the `getrusage' function. */
325 #define HAVE_GETRUSAGE 1
326
327 /* Define to 1 if you have the `gettimeofday' function. */
328 #define HAVE_GETTIMEOFDAY 1
329
330 /* Define if you have the iconv() function. */
331 /* #undef HAVE_ICONV */
332
333 /* Define to 1 if you have the <iconv.h> header file. */
334 /* #undef HAVE_ICONV_H */
335
336 /* Define .init_array/.fini_array sections are available and working. */
337 /* #undef HAVE_INITFINI_ARRAY */
338
339 /* Define if you have a working <inttypes.h> header file. */
340 #define HAVE_INTTYPES_H 1
341
342 /* Define to 1 if you have the `kill' function. */
343 #define HAVE_KILL 1
344
345 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
346 #define HAVE_LANGINFO_CODESET 1
347
348 /* Define to 1 if you have the <langinfo.h> header file. */
349 #define HAVE_LANGINFO_H 1
350
351 /* Define if your <locale.h> file defines LC_MESSAGES. */
352 #define HAVE_LC_MESSAGES 1
353
354 /* Define to 1 if you have the <ldfcn.h> header file. */
355 /* #undef HAVE_LDFCN_H */
356
357 /* Define if your linker supports --as-needed and --no-as-needed options. */
358 /* #undef HAVE_LD_AS_NEEDED */
359
360 /* Define if your linker supports --demangle option. */
361 /* #undef HAVE_LD_DEMANGLE */
362
363 /* Define if your linker supports --eh-frame-hdr option. */
364 #define HAVE_LD_EH_FRAME_HDR 1
365
366 /* Define if your PowerPC64 linker only needs function descriptor syms. */
367 /* #undef HAVE_LD_NO_DOT_SYMS */
368
369 /* Define if your linker supports -pie option. */
370 /* #undef HAVE_LD_PIE */
371
372 /* Define if your linker links a mix of read-only and read-write sections into
373    a read-write section. */
374 #define HAVE_LD_RO_RW_SECTION_MIXING 1
375
376 /* Define if your linker supports -Bstatic/-Bdynamic option. */
377 #define HAVE_LD_STATIC_DYNAMIC 1
378
379 /* Define to 1 if you have the <limits.h> header file. */
380 #define HAVE_LIMITS_H 1
381
382 /* Define to 1 if you have the <locale.h> header file. */
383 #define HAVE_LOCALE_H 1
384
385 /* Define if your compiler supports the \`long long' type. */
386 #define HAVE_LONG_LONG 1
387
388 /* Define to 1 if you have the <malloc.h> header file. */
389 /* #undef HAVE_MALLOC_H */
390
391 /* Define to 1 if you have the `mbstowcs' function. */
392 #define HAVE_MBSTOWCS 1
393
394 /* Define if valgrind's memcheck.h header is installed. */
395 /* #undef HAVE_MEMCHECK_H */
396
397 /* Define to 1 if you have the <memory.h> header file. */
398 #define HAVE_MEMORY_H 1
399
400 /* Define to 1 if you have the `mincore' function. */
401 #define HAVE_MINCORE 1
402
403 /* Define to 1 if you have the `mmap' function. */
404 #define HAVE_MMAP 1
405
406 /* Define if mmap with MAP_ANON(YMOUS) works. */
407 #define HAVE_MMAP_ANON 1
408
409 /* Define if mmap of /dev/zero works. */
410 #define HAVE_MMAP_DEV_ZERO 1
411
412 /* Define if read-only mmap of a plain file works. */
413 #define HAVE_MMAP_FILE 1
414
415 /* Define to 1 if you have the `nl_langinfo' function. */
416 #define HAVE_NL_LANGINFO 1
417
418 /* Define if printf supports "%p". */
419 #define HAVE_PRINTF_PTR 1
420
421 /* Define to 1 if you have the `putc_unlocked' function. */
422 /* #undef HAVE_PUTC_UNLOCKED */
423
424 /* Define to 1 if you have the `scandir' function. */
425 #define HAVE_SCANDIR 1
426
427 /* Define to 1 if you have the `setlocale' function. */
428 #define HAVE_SETLOCALE 1
429
430 /* Define to 1 if you have the `setrlimit' function. */
431 #define HAVE_SETRLIMIT 1
432
433 /* Define to 1 if you have the <stddef.h> header file. */
434 #define HAVE_STDDEF_H 1
435
436 /* Define to 1 if you have the <stdint.h> header file. */
437 #define HAVE_STDINT_H 1
438
439 /* Define to 1 if you have the <stdlib.h> header file. */
440 #define HAVE_STDLIB_H 1
441
442 /* Define to 1 if you have the <strings.h> header file. */
443 #define HAVE_STRINGS_H 1
444
445 /* Define to 1 if you have the <string.h> header file. */
446 #define HAVE_STRING_H 1
447
448 /* Define to 1 if you have the `strsignal' function. */
449 #define HAVE_STRSIGNAL 1
450
451 /* Define if <sys/times.h> defines struct tms. */
452 #define HAVE_STRUCT_TMS 1
453
454 /* Define to 1 if you have the `sysconf' function. */
455 #define HAVE_SYSCONF 1
456
457 /* Define to 1 if you have the <sys/file.h> header file. */
458 #define HAVE_SYS_FILE_H 1
459
460 /* Define to 1 if you have the <sys/mman.h> header file. */
461 #define HAVE_SYS_MMAN_H 1
462
463 /* Define to 1 if you have the <sys/param.h> header file. */
464 #define HAVE_SYS_PARAM_H 1
465
466 /* Define to 1 if you have the <sys/resource.h> header file. */
467 #define HAVE_SYS_RESOURCE_H 1
468
469 /* Define to 1 if you have the <sys/stat.h> header file. */
470 #define HAVE_SYS_STAT_H 1
471
472 /* Define to 1 if you have the <sys/times.h> header file. */
473 #define HAVE_SYS_TIMES_H 1
474
475 /* Define to 1 if you have the <sys/time.h> header file. */
476 #define HAVE_SYS_TIME_H 1
477
478 /* Define to 1 if you have the <sys/types.h> header file. */
479 #define HAVE_SYS_TYPES_H 1
480
481 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
482 #define HAVE_SYS_WAIT_H 1
483
484 /* Define to 1 if you have the `times' function. */
485 #define HAVE_TIMES 1
486
487 /* Define to 1 if you have the <time.h> header file. */
488 #define HAVE_TIME_H 1
489
490 /* Define to 1 if you have the <unistd.h> header file. */
491 #define HAVE_UNISTD_H 1
492
493 /* Define if valgrind's valgrind/memcheck.h header is installed. */
494 /* #undef HAVE_VALGRIND_MEMCHECK_H */
495
496 /* Define to 1 if you have the `vfork' function. */
497 #define HAVE_VFORK 1
498
499 /* Define to 1 if you have the <vfork.h> header file. */
500 /* #undef HAVE_VFORK_H */
501
502 /* Define to 1 if you have the <wchar.h> header file. */
503 #define HAVE_WCHAR_H 1
504
505 /* Define to 1 if you have the `wcswidth' function. */
506 /* #undef HAVE_WCSWIDTH */
507
508 /* Define to 1 if `fork' works. */
509 #define HAVE_WORKING_FORK 1
510
511 /* Define this macro if mbstowcs does not crash when its first argument is
512    NULL. */
513 #define HAVE_WORKING_MBSTOWCS 1
514
515 /* Define to 1 if `vfork' works. */
516 #define HAVE_WORKING_VFORK 1
517
518 /* Define if your compiler supports the \`__int64' type. */
519 /* #undef HAVE___INT64 */
520
521 /* Define if the host machine stores words of multi-word integers in
522    big-endian order. */
523 /* #undef HOST_WORDS_BIG_ENDIAN */
524
525 /* Define as const if the declaration of iconv() needs const. */
526 /* #undef ICONV_CONST */
527
528 /* Define if host mkdir takes a single argument. */
529 /* #undef MKDIR_TAKES_ONE_ARG */
530
531 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
532 /* #undef NEED_64BIT_HOST_WIDE_INT */
533
534 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
535 /* #undef NO_MINUS_C_MINUS_O */
536
537 /* The name of this program for internationalization purposes. */
538 #define PACKAGE "gcc"
539
540 /* Define to the address where bug reports for this package should be sent. */
541 #define PACKAGE_BUGREPORT ""
542
543 /* Define to the full name of this package. */
544 #define PACKAGE_NAME ""
545
546 /* Define to the full name and version of this package. */
547 #define PACKAGE_STRING ""
548
549 /* Define to the one symbol short name of this package. */
550 #define PACKAGE_TARNAME ""
551
552 /* Define to the version of this package. */
553 #define PACKAGE_VERSION ""
554
555 /* Define to PREFIX/include if cpp should also search that directory. */
556 /* #undef PREFIX_INCLUDE_DIR */
557
558 /* The size of a `int', as computed by sizeof. */
559 #define SIZEOF_INT 4
560
561 /* The size of a `long', as computed by sizeof. */
562 #define SIZEOF_LONG 4
563
564 /* The size of a `long long', as computed by sizeof. */
565 #define SIZEOF_LONG_LONG 8
566
567 /* The size of a `short', as computed by sizeof. */
568 #define SIZEOF_SHORT 2
569
570 /* The size of a `void *', as computed by sizeof. */
571 #define SIZEOF_VOID_P 4
572
573 /* The size of a `__int64', as computed by sizeof. */
574 /* #undef SIZEOF___INT64 */
575
576 /* Define to 1 if you have the ANSI C header files. */
577 #define STDC_HEADERS 1
578
579 /* Define if you can safely include both <string.h> and <strings.h>. */
580 #define STRING_WITH_STRINGS 1
581
582 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
583 #define TIME_WITH_SYS_TIME 1
584
585 /* Define if your assembler mis-optimizes .eh_frame data. */
586 /* #undef USE_AS_TRADITIONAL_FORMAT */
587
588 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
589    still efficiently supported by the host hardware. */
590 /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */
591
592 /* Define if location_t is fileline integer cookie. */
593 /* #undef USE_MAPPED_LOCATION */
594
595 /* Define to be the last portion of registry key on windows hosts. */
596 /* #undef WIN32_REGISTRY_KEY */
597
598 /* whether byteorder is bigendian */
599 /* #undef WORDS_BIGENDIAN */
600
601 /* Always define this when using the GNU C Library */
602 /* #undef _GNU_SOURCE */
603
604 /* Define to `int' if <sys/types.h> doesn't define. */
605 /* #undef gid_t */
606
607 /* Define to `__inline__' or `__inline' if that's what the C compiler
608    calls it, or to nothing if 'inline' is not supported under any name.  */
609 #ifndef __cplusplus
610 /* #undef inline */
611 #endif
612
613 /* Define to `int' if <sys/types.h> does not define. */
614 /* #undef pid_t */
615
616 /* Define to \`long' if <sys/resource.h> doesn't define. */
617 /* #undef rlim_t */
618
619 /* Define to `int' if <sys/types.h> does not define. */
620 /* #undef ssize_t */
621
622 /* Define to `int' if <sys/types.h> doesn't define. */
623 /* #undef uid_t */
624
625 /* Define as `fork' if `vfork' does not work. */
626 /* #undef vfork */