AMD64 - Move fdisk and nextboot up one level and remove src/sbin/i386.
[dragonfly.git] / gnu / usr.bin / cc44 / cc_prep / auto-host.h
blob704b2d1bbf589cf3689f54e1b9382fdabd958f92
1 /* auto-host.h. Generated by configure. */
2 /* config.in. Generated from configure.ac by autoheader. */
4 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
5 #ifndef USED_FOR_TARGET
6 /* #undef CHAR_BIT */
7 #endif
10 /* Define 0/1 to force the choice for exception handling model. */
11 #ifndef USED_FOR_TARGET
12 /* #undef CONFIG_SJLJ_EXCEPTIONS */
13 #endif
16 /* Define to enable the use of a default assembler. */
17 #ifndef USED_FOR_TARGET
18 /* #undef DEFAULT_ASSEMBLER */
19 #endif
22 /* Define to enable the use of a default linker. */
23 #ifndef USED_FOR_TARGET
24 /* #undef DEFAULT_LINKER */
25 #endif
28 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
29 destructors for local statics and global objects. This is essential for
30 fully standards-compliant handling of destructors, but requires
31 __cxa_atexit in libc. */
32 #ifndef USED_FOR_TARGET
33 /* #undef DEFAULT_USE_CXA_ATEXIT */
34 #endif
37 /* Define if you want assertions enabled. This is a cheap check. */
38 #ifndef USED_FOR_TARGET
39 #define ENABLE_ASSERT_CHECKING 1
40 #endif
43 /* Define if you want more run-time sanity checks. This one gets a grab bag of
44 miscellaneous but relatively cheap checks. */
45 #ifndef USED_FOR_TARGET
46 /* #undef ENABLE_CHECKING */
47 #endif
50 /* Define to 1 to specify that we are using the BID decimal floating point
51 format instead of DPD */
52 #ifndef USED_FOR_TARGET
53 #define ENABLE_DECIMAL_BID_FORMAT 0
54 #endif
57 /* Define to 1 to enable decimal float extension to C. */
58 #ifndef USED_FOR_TARGET
59 #define ENABLE_DECIMAL_FLOAT 0
60 #endif
63 /* Define if you want more run-time sanity checks for dataflow. */
64 #ifndef USED_FOR_TARGET
65 /* #undef ENABLE_DF_CHECKING */
66 #endif
69 /* Define to 1 to enable fixed-point arithmetic extension to C. */
70 #ifndef USED_FOR_TARGET
71 #define ENABLE_FIXED_POINT 0
72 #endif
75 /* Define if you want fold checked that it never destructs its argument. This
76 is quite expensive. */
77 #ifndef USED_FOR_TARGET
78 /* #undef ENABLE_FOLD_CHECKING */
79 #endif
82 /* Define if you want the garbage collector to operate in maximally paranoid
83 mode, validating the entire heap and collecting garbage at every
84 opportunity. This is extremely expensive. */
85 #ifndef USED_FOR_TARGET
86 /* #undef ENABLE_GC_ALWAYS_COLLECT */
87 #endif
90 /* Define if you want the garbage collector to do object poisoning and other
91 memory allocation checks. This is quite expensive. */
92 #ifndef USED_FOR_TARGET
93 /* #undef ENABLE_GC_CHECKING */
94 #endif
97 /* Define if you want operations on GIMPLE (the basic data structure of the
98 high-level optimizers) to be checked for dynamic type safety at runtime.
99 This is moderately expensive. */
100 #ifndef USED_FOR_TARGET
101 /* #undef ENABLE_GIMPLE_CHECKING */
102 #endif
105 /* Define to 1 if translation of program messages to the user's native
106 language is requested. */
107 #ifndef USED_FOR_TARGET
108 /* #undef ENABLE_NLS */
109 #endif
112 /* Define if you want all operations on RTL (the basic data structure of the
113 optimizer and back end) to be checked for dynamic type safety at runtime.
114 This is quite expensive. */
115 #ifndef USED_FOR_TARGET
116 /* #undef ENABLE_RTL_CHECKING */
117 #endif
120 /* Define if you want RTL flag accesses to be checked against the RTL codes
121 that are supported for each access macro. This is relatively cheap. */
122 #ifndef USED_FOR_TARGET
123 /* #undef ENABLE_RTL_FLAG_CHECKING */
124 #endif
127 /* Define if you want runtime assertions enabled. This is a cheap check. */
128 #define ENABLE_RUNTIME_CHECKING 1
130 /* Define if you want all operations on trees (the basic data structure of the
131 front ends) to be checked for dynamic type safety at runtime. This is
132 moderately expensive. The tree browser debugging routines will also be
133 enabled by this option. */
134 #ifndef USED_FOR_TARGET
135 /* #undef ENABLE_TREE_CHECKING */
136 #endif
139 /* Define if you want all gimple types to be verified after gimplifiation.
140 This is cheap. */
141 #ifndef USED_FOR_TARGET
142 /* #undef ENABLE_TYPES_CHECKING */
143 #endif
146 /* Define if you want to run subprograms and generated programs through
147 valgrind (a memory checker). This is extremely expensive. */
148 #ifndef USED_FOR_TARGET
149 /* #undef ENABLE_VALGRIND_CHECKING */
150 #endif
153 /* Define to 1 if installation paths should be looked up in the Windows
154 Registry. Ignored on non-Windows hosts. */
155 #ifndef USED_FOR_TARGET
156 /* #undef ENABLE_WIN32_REGISTRY */
157 #endif
160 /* Define to the name of a file containing a list of extra machine modes for
161 this architecture. */
162 #ifndef USED_FOR_TARGET
163 #define EXTRA_MODES_FILE "config/i386/i386-modes.def"
164 #endif
167 /* Define to enable detailed memory allocation stats gathering. */
168 #ifndef USED_FOR_TARGET
169 /* #undef GATHER_STATISTICS */
170 #endif
173 /* Define to the type of elements in the array set by `getgroups'. Usually
174 this is either `int' or `gid_t'. */
175 #ifndef USED_FOR_TARGET
176 #define GETGROUPS_T gid_t
177 #endif
180 /* Define if the zone collector is in use */
181 #ifndef USED_FOR_TARGET
182 /* #undef GGC_ZONE */
183 #endif
186 /* mcontext_t fields start with __ */
187 #ifndef USED_FOR_TARGET
188 /* #undef HAS_MCONTEXT_T_UNDERSCORES */
189 #endif
192 /* Define if your assembler supports cmpb. */
193 #ifndef USED_FOR_TARGET
194 /* #undef HAVE_AS_CMPB */
195 #endif
198 /* Define if your assembler supports the --debug-prefix-map option. */
199 #ifndef USED_FOR_TARGET
200 /* #undef HAVE_AS_DEBUG_PREFIX_MAP */
201 #endif
204 /* Define if your assembler supports DFP instructions. */
205 #ifndef USED_FOR_TARGET
206 /* #undef HAVE_AS_DFP */
207 #endif
210 /* Define if your assembler supports .dtprelword. */
211 #ifndef USED_FOR_TARGET
212 /* #undef HAVE_AS_DTPRELWORD */
213 #endif
216 /* Define if your assembler supports dwarf2 .file/.loc directives, and
217 preserves file table indices exactly as given. */
218 #ifndef USED_FOR_TARGET
219 #define HAVE_AS_DWARF2_DEBUG_LINE 1
220 #endif
223 /* Define if your assembler supports explicit relocations. */
224 #ifndef USED_FOR_TARGET
225 /* #undef HAVE_AS_EXPLICIT_RELOCS */
226 #endif
229 /* Define if your assembler supports fprnd. */
230 #ifndef USED_FOR_TARGET
231 /* #undef HAVE_AS_FPRND */
232 #endif
235 /* Define if your assembler supports the --gdwarf2 option. */
236 #ifndef USED_FOR_TARGET
237 #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
238 #endif
241 /* Define if your assembler supports .gnu_attribute. */
242 #ifndef USED_FOR_TARGET
243 /* #undef HAVE_AS_GNU_ATTRIBUTE */
244 #endif
247 /* Define true if the assembler supports '.long foo@GOTOFF'. */
248 #ifndef USED_FOR_TARGET
249 #define HAVE_AS_GOTOFF_IN_DATA 1
250 #endif
253 /* Define if your assembler supports the --gstabs option. */
254 #ifndef USED_FOR_TARGET
255 #define HAVE_AS_GSTABS_DEBUG_FLAG 1
256 #endif
259 /* Define if your assembler supports the Sun syntax for cmov. */
260 #ifndef USED_FOR_TARGET
261 /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
262 #endif
265 /* Define if your assembler supports the subtraction of symbols in different
266 sections. */
267 #ifndef USED_FOR_TARGET
268 #define HAVE_AS_IX86_DIFF_SECT_DELTA 1
269 #endif
272 /* Define if your assembler supports the ffreep mnemonic. */
273 #ifndef USED_FOR_TARGET
274 #define HAVE_AS_IX86_FFREEP 1
275 #endif
278 /* Define if your assembler supports the sahf mnemonic. */
279 #ifndef USED_FOR_TARGET
280 #define HAVE_AS_IX86_SAHF 1
281 #endif
284 /* Define if your assembler supports the lituse_jsrdirect relocation. */
285 #ifndef USED_FOR_TARGET
286 /* #undef HAVE_AS_JSRDIRECT_RELOCS */
287 #endif
290 /* Define if your assembler supports .sleb128 and .uleb128. */
291 #ifndef USED_FOR_TARGET
292 #define HAVE_AS_LEB128 1
293 #endif
296 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
297 #ifndef USED_FOR_TARGET
298 #define HAVE_AS_LINE_ZERO 1
299 #endif
302 /* Define if your assembler supports ltoffx and ldxmov relocations. */
303 #ifndef USED_FOR_TARGET
304 /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
305 #endif
308 /* Define if your assembler supports mfcr field. */
309 #ifndef USED_FOR_TARGET
310 /* #undef HAVE_AS_MFCRF */
311 #endif
314 /* Define if your assembler supports mffgpr and mftgpr. */
315 #ifndef USED_FOR_TARGET
316 /* #undef HAVE_AS_MFPGPR */
317 #endif
320 /* Define if your assembler supports the -no-mul-bug-abort option. */
321 #ifndef USED_FOR_TARGET
322 /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
323 #endif
326 /* Define if the assembler understands -mno-shared. */
327 #ifndef USED_FOR_TARGET
328 /* #undef HAVE_AS_NO_SHARED */
329 #endif
332 /* Define if your assembler supports offsetable %lo(). */
333 #ifndef USED_FOR_TARGET
334 /* #undef HAVE_AS_OFFSETABLE_LO10 */
335 #endif
338 /* Define if your assembler supports popcntb field. */
339 #ifndef USED_FOR_TARGET
340 /* #undef HAVE_AS_POPCNTB */
341 #endif
344 /* Define if your assembler supports .register. */
345 #ifndef USED_FOR_TARGET
346 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
347 #endif
350 /* Define if your assembler supports R_PPC_REL16 relocs. */
351 #ifndef USED_FOR_TARGET
352 /* #undef HAVE_AS_REL16 */
353 #endif
356 /* Define if your assembler supports -relax option. */
357 #ifndef USED_FOR_TARGET
358 /* #undef HAVE_AS_RELAX_OPTION */
359 #endif
362 /* Define if your assembler and linker support unaligned PC relative relocs.
364 #ifndef USED_FOR_TARGET
365 /* #undef HAVE_AS_SPARC_UA_PCREL */
366 #endif
369 /* Define if your assembler and linker support unaligned PC relative relocs
370 against hidden symbols. */
371 #ifndef USED_FOR_TARGET
372 /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
373 #endif
376 /* Define if your assembler supports thread-local storage. */
377 #ifndef USED_FOR_TARGET
378 #define HAVE_AS_TLS 1
379 #endif
382 /* Define if your assembler supports VSX instructions. */
383 #ifndef USED_FOR_TARGET
384 /* #undef HAVE_AS_VSX */
385 #endif
388 /* Define to 1 if you have the `atoll' function. */
389 #ifndef USED_FOR_TARGET
390 #define HAVE_ATOLL 1
391 #endif
394 /* Define to 1 if you have the `atoq' function. */
395 #ifndef USED_FOR_TARGET
396 /* #undef HAVE_ATOQ */
397 #endif
400 /* Define to 1 if you have the `clearerr_unlocked' function. */
401 #ifndef USED_FOR_TARGET
402 #define HAVE_CLEARERR_UNLOCKED 1
403 #endif
406 /* Define to 1 if you have the `clock' function. */
407 #ifndef USED_FOR_TARGET
408 #define HAVE_CLOCK 1
409 #endif
412 /* Define if <time.h> defines clock_t. */
413 #ifndef USED_FOR_TARGET
414 #define HAVE_CLOCK_T 1
415 #endif
418 /* Define 0/1 if your assembler and linker support COMDAT groups. */
419 #ifndef USED_FOR_TARGET
420 #define HAVE_COMDAT_GROUP 1
421 #endif
424 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
426 #ifndef USED_FOR_TARGET
427 #define HAVE_DECL_ABORT 1
428 #endif
431 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
432 0. */
433 #ifndef USED_FOR_TARGET
434 #define HAVE_DECL_ASPRINTF 1
435 #endif
438 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
439 #ifndef USED_FOR_TARGET
440 #define HAVE_DECL_ATOF 1
441 #endif
444 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
445 #ifndef USED_FOR_TARGET
446 #define HAVE_DECL_ATOL 1
447 #endif
450 /* Define to 1 if we found a declaration for 'basename', otherwise define to
451 0. */
452 #ifndef USED_FOR_TARGET
453 #define HAVE_DECL_BASENAME 0
454 #endif
457 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
459 #ifndef USED_FOR_TARGET
460 #define HAVE_DECL_CALLOC 1
461 #endif
464 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
465 define to 0. */
466 #ifndef USED_FOR_TARGET
467 #define HAVE_DECL_CLEARERR_UNLOCKED 1
468 #endif
471 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
473 #ifndef USED_FOR_TARGET
474 #define HAVE_DECL_CLOCK 1
475 #endif
478 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
480 #ifndef USED_FOR_TARGET
481 #define HAVE_DECL_ERRNO 1
482 #endif
485 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
486 to 0. */
487 #ifndef USED_FOR_TARGET
488 #define HAVE_DECL_FEOF_UNLOCKED 1
489 #endif
492 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
493 define to 0. */
494 #ifndef USED_FOR_TARGET
495 #define HAVE_DECL_FERROR_UNLOCKED 1
496 #endif
499 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
500 define to 0. */
501 #ifndef USED_FOR_TARGET
502 #define HAVE_DECL_FFLUSH_UNLOCKED 0
503 #endif
506 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
507 define to 0. */
508 #ifndef USED_FOR_TARGET
509 #define HAVE_DECL_FGETC_UNLOCKED 0
510 #endif
513 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
514 define to 0. */
515 #ifndef USED_FOR_TARGET
516 #define HAVE_DECL_FGETS_UNLOCKED 0
517 #endif
520 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
521 define to 0. */
522 #ifndef USED_FOR_TARGET
523 #define HAVE_DECL_FILENO_UNLOCKED 1
524 #endif
527 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
528 define to 0. */
529 #ifndef USED_FOR_TARGET
530 #define HAVE_DECL_FPRINTF_UNLOCKED 0
531 #endif
534 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
535 define to 0. */
536 #ifndef USED_FOR_TARGET
537 #define HAVE_DECL_FPUTC_UNLOCKED 0
538 #endif
541 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
542 define to 0. */
543 #ifndef USED_FOR_TARGET
544 #define HAVE_DECL_FPUTS_UNLOCKED 0
545 #endif
548 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
549 define to 0. */
550 #ifndef USED_FOR_TARGET
551 #define HAVE_DECL_FREAD_UNLOCKED 0
552 #endif
555 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
556 #ifndef USED_FOR_TARGET
557 #define HAVE_DECL_FREE 1
558 #endif
561 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
562 define to 0. */
563 #ifndef USED_FOR_TARGET
564 #define HAVE_DECL_FWRITE_UNLOCKED 0
565 #endif
568 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
569 define to 0. */
570 #ifndef USED_FOR_TARGET
571 #define HAVE_DECL_GETCHAR_UNLOCKED 1
572 #endif
575 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
577 #ifndef USED_FOR_TARGET
578 #define HAVE_DECL_GETCWD 1
579 #endif
582 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
583 to 0. */
584 #ifndef USED_FOR_TARGET
585 #define HAVE_DECL_GETC_UNLOCKED 1
586 #endif
589 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
591 #ifndef USED_FOR_TARGET
592 #define HAVE_DECL_GETENV 1
593 #endif
596 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
598 #ifndef USED_FOR_TARGET
599 #define HAVE_DECL_GETOPT 1
600 #endif
603 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
604 to 0. */
605 #ifndef USED_FOR_TARGET
606 #define HAVE_DECL_GETPAGESIZE 1
607 #endif
610 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
611 0. */
612 #ifndef USED_FOR_TARGET
613 #define HAVE_DECL_GETRLIMIT 1
614 #endif
617 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
618 0. */
619 #ifndef USED_FOR_TARGET
620 #define HAVE_DECL_GETRUSAGE 1
621 #endif
624 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
626 #ifndef USED_FOR_TARGET
627 #define HAVE_DECL_GETWD 1
628 #endif
631 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
632 0. */
633 #ifndef USED_FOR_TARGET
634 #define HAVE_DECL_LDGETNAME 0
635 #endif
638 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
640 #ifndef USED_FOR_TARGET
641 #define HAVE_DECL_MALLOC 1
642 #endif
645 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
646 define to 0. */
647 #ifndef USED_FOR_TARGET
648 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
649 #endif
652 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
653 to 0. */
654 #ifndef USED_FOR_TARGET
655 #define HAVE_DECL_PUTC_UNLOCKED 1
656 #endif
659 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
661 #ifndef USED_FOR_TARGET
662 #define HAVE_DECL_REALLOC 1
663 #endif
666 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
667 #ifndef USED_FOR_TARGET
668 #define HAVE_DECL_SBRK 1
669 #endif
672 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
673 0. */
674 #ifndef USED_FOR_TARGET
675 #define HAVE_DECL_SETRLIMIT 1
676 #endif
679 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
680 to 0. */
681 #ifndef USED_FOR_TARGET
682 #define HAVE_DECL_SIGALTSTACK 1
683 #endif
686 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
687 0. */
688 #ifndef USED_FOR_TARGET
689 #define HAVE_DECL_SNPRINTF 1
690 #endif
693 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
694 0. */
695 #ifndef USED_FOR_TARGET
696 #define HAVE_DECL_STRSIGNAL 1
697 #endif
700 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
702 #ifndef USED_FOR_TARGET
703 #define HAVE_DECL_STRSTR 1
704 #endif
707 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
708 0. */
709 #ifndef USED_FOR_TARGET
710 #define HAVE_DECL_STRVERSCMP 0
711 #endif
714 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
716 #ifndef USED_FOR_TARGET
717 #define HAVE_DECL_TIMES 1
718 #endif
721 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
722 0. */
723 #ifndef USED_FOR_TARGET
724 #define HAVE_DECL_VASPRINTF 1
725 #endif
728 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
729 0. */
730 #ifndef USED_FOR_TARGET
731 #define HAVE_DECL_VSNPRINTF 1
732 #endif
735 /* Define to 1 if you have the <direct.h> header file. */
736 #ifndef USED_FOR_TARGET
737 /* #undef HAVE_DIRECT_H */
738 #endif
741 /* Define to 1 if you have the <dlfcn.h> header file. */
742 #ifndef USED_FOR_TARGET
743 #define HAVE_DLFCN_H 1
744 #endif
747 /* Define to 1 if you have the <fcntl.h> header file. */
748 #ifndef USED_FOR_TARGET
749 #define HAVE_FCNTL_H 1
750 #endif
753 /* Define to 1 if you have the `feof_unlocked' function. */
754 #ifndef USED_FOR_TARGET
755 #define HAVE_FEOF_UNLOCKED 1
756 #endif
759 /* Define to 1 if you have the `ferror_unlocked' function. */
760 #ifndef USED_FOR_TARGET
761 #define HAVE_FERROR_UNLOCKED 1
762 #endif
765 /* Define to 1 if you have the `fflush_unlocked' function. */
766 #ifndef USED_FOR_TARGET
767 /* #undef HAVE_FFLUSH_UNLOCKED */
768 #endif
771 /* Define to 1 if you have the `fgetc_unlocked' function. */
772 #ifndef USED_FOR_TARGET
773 /* #undef HAVE_FGETC_UNLOCKED */
774 #endif
777 /* Define to 1 if you have the `fgets_unlocked' function. */
778 #ifndef USED_FOR_TARGET
779 /* #undef HAVE_FGETS_UNLOCKED */
780 #endif
783 /* Define to 1 if you have the `fileno_unlocked' function. */
784 #ifndef USED_FOR_TARGET
785 #define HAVE_FILENO_UNLOCKED 1
786 #endif
789 /* Define to 1 if you have the `fork' function. */
790 #ifndef USED_FOR_TARGET
791 #define HAVE_FORK 1
792 #endif
795 /* Define to 1 if you have the `fprintf_unlocked' function. */
796 #ifndef USED_FOR_TARGET
797 /* #undef HAVE_FPRINTF_UNLOCKED */
798 #endif
801 /* Define to 1 if you have the `fputc_unlocked' function. */
802 #ifndef USED_FOR_TARGET
803 /* #undef HAVE_FPUTC_UNLOCKED */
804 #endif
807 /* Define to 1 if you have the `fputs_unlocked' function. */
808 #ifndef USED_FOR_TARGET
809 /* #undef HAVE_FPUTS_UNLOCKED */
810 #endif
813 /* Define to 1 if you have the `fread_unlocked' function. */
814 #ifndef USED_FOR_TARGET
815 /* #undef HAVE_FREAD_UNLOCKED */
816 #endif
819 /* Define to 1 if you have the `fwrite_unlocked' function. */
820 #ifndef USED_FOR_TARGET
821 /* #undef HAVE_FWRITE_UNLOCKED */
822 #endif
825 /* Define if your assembler supports .balign and .p2align. */
826 #ifndef USED_FOR_TARGET
827 #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
828 #endif
831 /* Define 0/1 if your assembler supports CFI directives. */
832 #ifndef USED_FOR_TARGET
833 #define HAVE_GAS_CFI_DIRECTIVE 1
834 #endif
837 /* Define 0/1 if your assembler supports .cfi_personality. */
838 #ifndef USED_FOR_TARGET
839 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 0
840 #endif
843 /* Define if your assembler uses the new HImode fild and fist notation. */
844 #ifndef USED_FOR_TARGET
845 #define HAVE_GAS_FILDS_FISTS 1
846 #endif
849 /* Define if your assembler and linker support .hidden. */
850 #define HAVE_GAS_HIDDEN 1
852 /* Define if your assembler supports .lcomm with an alignment field. */
853 #ifndef USED_FOR_TARGET
854 /* #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT */
855 #endif
858 /* Define if your assembler supports .literal16. */
859 #ifndef USED_FOR_TARGET
860 /* #undef HAVE_GAS_LITERAL16 */
861 #endif
864 /* Define if your assembler supports specifying the maximum number of bytes to
865 skip when using the GAS .p2align command. */
866 #ifndef USED_FOR_TARGET
867 #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
868 #endif
871 /* Define if your assembler supports .nsubspa comdat option. */
872 #ifndef USED_FOR_TARGET
873 /* #undef HAVE_GAS_NSUBSPA_COMDAT */
874 #endif
877 /* Define if your assembler and linker support 32-bit section relative relocs
878 via '.secrel32 label'. */
879 #ifndef USED_FOR_TARGET
880 /* #undef HAVE_GAS_PE_SECREL32_RELOC */
881 #endif
884 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
886 #ifndef USED_FOR_TARGET
887 #define HAVE_GAS_SHF_MERGE 1
888 #endif
891 /* Define if your assembler supports .subsection and .subsection -1 starts
892 emitting at the beginning of your section. */
893 #ifndef USED_FOR_TARGET
894 #define HAVE_GAS_SUBSECTION_ORDERING 1
895 #endif
898 /* Define if your assembler supports .weak. */
899 #ifndef USED_FOR_TARGET
900 #define HAVE_GAS_WEAK 1
901 #endif
904 /* Define if your assembler supports .weakref. */
905 #ifndef USED_FOR_TARGET
906 #define HAVE_GAS_WEAKREF 1
907 #endif
910 /* Define to 1 if you have the `getchar_unlocked' function. */
911 #ifndef USED_FOR_TARGET
912 #define HAVE_GETCHAR_UNLOCKED 1
913 #endif
916 /* Define to 1 if you have the `getc_unlocked' function. */
917 #ifndef USED_FOR_TARGET
918 #define HAVE_GETC_UNLOCKED 1
919 #endif
922 /* Define if _Unwind_GetIPInfo is available. */
923 #ifndef USED_FOR_TARGET
924 #define HAVE_GETIPINFO 1
925 #endif
928 /* Define to 1 if you have the `getrlimit' function. */
929 #ifndef USED_FOR_TARGET
930 #define HAVE_GETRLIMIT 1
931 #endif
934 /* Define to 1 if you have the `getrusage' function. */
935 #ifndef USED_FOR_TARGET
936 #define HAVE_GETRUSAGE 1
937 #endif
940 /* Define to 1 if you have the `gettimeofday' function. */
941 #ifndef USED_FOR_TARGET
942 #define HAVE_GETTIMEOFDAY 1
943 #endif
946 /* Define if using GNU as. */
947 #ifndef USED_FOR_TARGET
948 #define HAVE_GNU_AS 0
949 #endif
952 /* Define if using GNU ld. */
953 #ifndef USED_FOR_TARGET
954 #define HAVE_GNU_LD 0
955 #endif
958 /* Define if you have the iconv() function. */
959 #ifndef USED_FOR_TARGET
960 #define HAVE_ICONV 1
961 #endif
964 /* Define to 1 if you have the <iconv.h> header file. */
965 #ifndef USED_FOR_TARGET
966 #define HAVE_ICONV_H 1
967 #endif
970 /* Define .init_array/.fini_array sections are available and working. */
971 #ifndef USED_FOR_TARGET
972 /* #undef HAVE_INITFINI_ARRAY */
973 #endif
976 /* Define if you have a working <inttypes.h> header file. */
977 #ifndef USED_FOR_TARGET
978 #define HAVE_INTTYPES_H 1
979 #endif
982 /* Define to 1 if you have the `kill' function. */
983 #ifndef USED_FOR_TARGET
984 #define HAVE_KILL 1
985 #endif
988 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
989 #ifndef USED_FOR_TARGET
990 #define HAVE_LANGINFO_CODESET 1
991 #endif
994 /* Define to 1 if you have the <langinfo.h> header file. */
995 #ifndef USED_FOR_TARGET
996 #define HAVE_LANGINFO_H 1
997 #endif
1000 /* Define if your <locale.h> file defines LC_MESSAGES. */
1001 #ifndef USED_FOR_TARGET
1002 #define HAVE_LC_MESSAGES 1
1003 #endif
1006 /* Define to 1 if you have the <ldfcn.h> header file. */
1007 #ifndef USED_FOR_TARGET
1008 /* #undef HAVE_LDFCN_H */
1009 #endif
1012 /* Define if your linker supports --as-needed and --no-as-needed options. */
1013 #ifndef USED_FOR_TARGET
1014 #define HAVE_LD_AS_NEEDED 1
1015 #endif
1018 /* Define if your linker supports --demangle option. */
1019 #ifndef USED_FOR_TARGET
1020 /* #undef HAVE_LD_DEMANGLE */
1021 #endif
1024 /* Define if your linker supports --eh-frame-hdr option. */
1025 #define HAVE_LD_EH_FRAME_HDR 1
1027 /* Define if your linker supports garbage collection of sections in presence
1028 of EH frames. */
1029 #ifndef USED_FOR_TARGET
1030 #define HAVE_LD_EH_GC_SECTIONS 1
1031 #endif
1034 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1035 #ifndef USED_FOR_TARGET
1036 /* #undef HAVE_LD_NO_DOT_SYMS */
1037 #endif
1040 /* Define if your linker supports -pie option. */
1041 #ifndef USED_FOR_TARGET
1042 #define HAVE_LD_PIE 1
1043 #endif
1046 /* Define if your linker links a mix of read-only and read-write sections into
1047 a read-write section. */
1048 #ifndef USED_FOR_TARGET
1049 #define HAVE_LD_RO_RW_SECTION_MIXING 1
1050 #endif
1053 /* Define if your linker supports -Bstatic/-Bdynamic option. */
1054 #ifndef USED_FOR_TARGET
1055 #define HAVE_LD_STATIC_DYNAMIC 1
1056 #endif
1059 /* Define if your linker supports --sysroot. */
1060 #ifndef USED_FOR_TARGET
1061 #define HAVE_LD_SYSROOT 1
1062 #endif
1065 /* Define to 1 if you have the <limits.h> header file. */
1066 #ifndef USED_FOR_TARGET
1067 #define HAVE_LIMITS_H 1
1068 #endif
1071 /* Define to 1 if you have the <locale.h> header file. */
1072 #ifndef USED_FOR_TARGET
1073 #define HAVE_LOCALE_H 1
1074 #endif
1077 /* Define to 1 if the system has the type `long long'. */
1078 #ifndef USED_FOR_TARGET
1079 #define HAVE_LONG_LONG 1
1080 #endif
1083 /* Define to 1 if you have the <malloc.h> header file. */
1084 #ifndef USED_FOR_TARGET
1085 /* #undef HAVE_MALLOC_H */
1086 #endif
1089 /* Define to 1 if you have the `mbstowcs' function. */
1090 #ifndef USED_FOR_TARGET
1091 #define HAVE_MBSTOWCS 1
1092 #endif
1095 /* Define if valgrind's memcheck.h header is installed. */
1096 #ifndef USED_FOR_TARGET
1097 /* #undef HAVE_MEMCHECK_H */
1098 #endif
1101 /* Define to 1 if you have the <memory.h> header file. */
1102 #ifndef USED_FOR_TARGET
1103 #define HAVE_MEMORY_H 1
1104 #endif
1107 /* Define to 1 if you have the `mincore' function. */
1108 #ifndef USED_FOR_TARGET
1109 #define HAVE_MINCORE 1
1110 #endif
1113 /* Define to 1 if you have the `mmap' function. */
1114 #ifndef USED_FOR_TARGET
1115 #define HAVE_MMAP 1
1116 #endif
1119 /* Define if mmap with MAP_ANON(YMOUS) works. */
1120 #ifndef USED_FOR_TARGET
1121 #define HAVE_MMAP_ANON 1
1122 #endif
1125 /* Define if mmap of /dev/zero works. */
1126 #ifndef USED_FOR_TARGET
1127 #define HAVE_MMAP_DEV_ZERO 1
1128 #endif
1131 /* Define if read-only mmap of a plain file works. */
1132 #ifndef USED_FOR_TARGET
1133 #define HAVE_MMAP_FILE 1
1134 #endif
1137 /* Define to 1 if you have the `nl_langinfo' function. */
1138 #ifndef USED_FOR_TARGET
1139 #define HAVE_NL_LANGINFO 1
1140 #endif
1143 /* Define to 1 if you have the `putchar_unlocked' function. */
1144 #ifndef USED_FOR_TARGET
1145 #define HAVE_PUTCHAR_UNLOCKED 1
1146 #endif
1149 /* Define to 1 if you have the `putc_unlocked' function. */
1150 #ifndef USED_FOR_TARGET
1151 #define HAVE_PUTC_UNLOCKED 1
1152 #endif
1155 /* Define to 1 if you have the `setlocale' function. */
1156 #ifndef USED_FOR_TARGET
1157 #define HAVE_SETLOCALE 1
1158 #endif
1161 /* Define to 1 if you have the `setrlimit' function. */
1162 #ifndef USED_FOR_TARGET
1163 #define HAVE_SETRLIMIT 1
1164 #endif
1167 /* Define to 1 if you have the <stddef.h> header file. */
1168 #ifndef USED_FOR_TARGET
1169 #define HAVE_STDDEF_H 1
1170 #endif
1173 /* Define to 1 if you have the <stdint.h> header file. */
1174 #ifndef USED_FOR_TARGET
1175 #define HAVE_STDINT_H 1
1176 #endif
1179 /* Define to 1 if you have the <stdlib.h> header file. */
1180 #ifndef USED_FOR_TARGET
1181 #define HAVE_STDLIB_H 1
1182 #endif
1185 /* Define to 1 if you have the <strings.h> header file. */
1186 #ifndef USED_FOR_TARGET
1187 #define HAVE_STRINGS_H 1
1188 #endif
1191 /* Define to 1 if you have the <string.h> header file. */
1192 #ifndef USED_FOR_TARGET
1193 #define HAVE_STRING_H 1
1194 #endif
1197 /* Define to 1 if you have the `strsignal' function. */
1198 #ifndef USED_FOR_TARGET
1199 #define HAVE_STRSIGNAL 1
1200 #endif
1203 /* Define if <sys/times.h> defines struct tms. */
1204 #ifndef USED_FOR_TARGET
1205 #define HAVE_STRUCT_TMS 1
1206 #endif
1209 /* Define to 1 if you have the `sysconf' function. */
1210 #ifndef USED_FOR_TARGET
1211 #define HAVE_SYSCONF 1
1212 #endif
1215 /* Define to 1 if you have the <sys/file.h> header file. */
1216 #ifndef USED_FOR_TARGET
1217 #define HAVE_SYS_FILE_H 1
1218 #endif
1221 /* Define to 1 if you have the <sys/mman.h> header file. */
1222 #ifndef USED_FOR_TARGET
1223 #define HAVE_SYS_MMAN_H 1
1224 #endif
1227 /* Define to 1 if you have the <sys/param.h> header file. */
1228 #ifndef USED_FOR_TARGET
1229 #define HAVE_SYS_PARAM_H 1
1230 #endif
1233 /* Define to 1 if you have the <sys/resource.h> header file. */
1234 #ifndef USED_FOR_TARGET
1235 #define HAVE_SYS_RESOURCE_H 1
1236 #endif
1239 /* Define to 1 if you have the <sys/stat.h> header file. */
1240 #ifndef USED_FOR_TARGET
1241 #define HAVE_SYS_STAT_H 1
1242 #endif
1245 /* Define to 1 if you have the <sys/times.h> header file. */
1246 #ifndef USED_FOR_TARGET
1247 #define HAVE_SYS_TIMES_H 1
1248 #endif
1251 /* Define to 1 if you have the <sys/time.h> header file. */
1252 #ifndef USED_FOR_TARGET
1253 #define HAVE_SYS_TIME_H 1
1254 #endif
1257 /* Define to 1 if you have the <sys/types.h> header file. */
1258 #ifndef USED_FOR_TARGET
1259 #define HAVE_SYS_TYPES_H 1
1260 #endif
1263 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1264 #ifndef USED_FOR_TARGET
1265 #define HAVE_SYS_WAIT_H 1
1266 #endif
1269 /* Define to 1 if you have the `times' function. */
1270 #ifndef USED_FOR_TARGET
1271 #define HAVE_TIMES 1
1272 #endif
1275 /* Define to 1 if you have the <time.h> header file. */
1276 #ifndef USED_FOR_TARGET
1277 #define HAVE_TIME_H 1
1278 #endif
1281 /* Define to 1 if you have the <unistd.h> header file. */
1282 #ifndef USED_FOR_TARGET
1283 #define HAVE_UNISTD_H 1
1284 #endif
1287 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1288 #ifndef USED_FOR_TARGET
1289 /* #undef HAVE_VALGRIND_MEMCHECK_H */
1290 #endif
1293 /* Define to 1 if you have the `vfork' function. */
1294 #ifndef USED_FOR_TARGET
1295 #define HAVE_VFORK 1
1296 #endif
1299 /* Define to 1 if you have the <vfork.h> header file. */
1300 #ifndef USED_FOR_TARGET
1301 /* #undef HAVE_VFORK_H */
1302 #endif
1305 /* Define to 1 if you have the <wchar.h> header file. */
1306 #ifndef USED_FOR_TARGET
1307 #define HAVE_WCHAR_H 1
1308 #endif
1311 /* Define to 1 if you have the `wcswidth' function. */
1312 #ifndef USED_FOR_TARGET
1313 #define HAVE_WCSWIDTH 1
1314 #endif
1317 /* Define to 1 if `fork' works. */
1318 #ifndef USED_FOR_TARGET
1319 #define HAVE_WORKING_FORK 1
1320 #endif
1323 /* Define this macro if mbstowcs does not crash when its first argument is
1324 NULL. */
1325 #ifndef USED_FOR_TARGET
1326 #define HAVE_WORKING_MBSTOWCS 1
1327 #endif
1330 /* Define to 1 if `vfork' works. */
1331 #ifndef USED_FOR_TARGET
1332 #define HAVE_WORKING_VFORK 1
1333 #endif
1336 /* Define to 1 if the system has the type `__int64'. */
1337 #ifndef USED_FOR_TARGET
1338 /* #undef HAVE___INT64 */
1339 #endif
1342 /* Define if cloog is in use. */
1343 #ifndef USED_FOR_TARGET
1344 /* #undef HAVE_cloog */
1345 #endif
1348 /* Define as const if the declaration of iconv() needs const. */
1349 #ifndef USED_FOR_TARGET
1350 #define ICONV_CONST
1351 #endif
1354 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1356 #ifndef USED_FOR_TARGET
1357 #define LT_OBJDIR ".libs/"
1358 #endif
1361 /* Define if host mkdir takes a single argument. */
1362 #ifndef USED_FOR_TARGET
1363 /* #undef MKDIR_TAKES_ONE_ARG */
1364 #endif
1367 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1368 #ifndef USED_FOR_TARGET
1369 #ifdef CROSS_COMPILE
1370 #define NEED_64BIT_HOST_WIDE_INT 1
1371 #endif
1372 #endif
1375 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1376 #ifndef USED_FOR_TARGET
1377 /* #undef NO_MINUS_C_MINUS_O */
1378 #endif
1381 /* Define to the address where bug reports for this package should be sent. */
1382 #ifndef USED_FOR_TARGET
1383 #define PACKAGE_BUGREPORT ""
1384 #endif
1387 /* Define to the full name of this package. */
1388 #ifndef USED_FOR_TARGET
1389 #define PACKAGE_NAME ""
1390 #endif
1393 /* Define to the full name and version of this package. */
1394 #ifndef USED_FOR_TARGET
1395 #define PACKAGE_STRING ""
1396 #endif
1399 /* Define to the one symbol short name of this package. */
1400 #ifndef USED_FOR_TARGET
1401 #define PACKAGE_TARNAME ""
1402 #endif
1405 /* Define to the version of this package. */
1406 #ifndef USED_FOR_TARGET
1407 #define PACKAGE_VERSION ""
1408 #endif
1411 /* Define to PREFIX/include if cpp should also search that directory. */
1412 #ifndef USED_FOR_TARGET
1413 /* #undef PREFIX_INCLUDE_DIR */
1414 #endif
1417 /* The size of a `int', as computed by sizeof. */
1418 #ifndef USED_FOR_TARGET
1419 #define SIZEOF_INT 4
1420 #endif
1423 /* The size of a `long', as computed by sizeof. */
1424 #ifndef USED_FOR_TARGET
1425 #if defined(__i386__)
1426 #define SIZEOF_LONG SIZEOF_INT
1427 #elif defined(__amd64__)
1428 #define SIZEOF_LONG SIZEOF_LONG_LONG
1429 #else
1430 #error "Unknown architecture"
1431 #endif
1432 #endif
1435 /* The size of a `long long', as computed by sizeof. */
1436 #ifndef USED_FOR_TARGET
1437 #define SIZEOF_LONG_LONG 8
1438 #endif
1441 /* The size of a `short', as computed by sizeof. */
1442 #ifndef USED_FOR_TARGET
1443 #define SIZEOF_SHORT 2
1444 #endif
1447 /* The size of a `void *', as computed by sizeof. */
1448 #ifndef USED_FOR_TARGET
1449 #define SIZEOF_VOID_P SIZEOF_LONG
1450 #endif
1453 /* The size of a `__int64', as computed by sizeof. */
1454 #ifndef USED_FOR_TARGET
1455 /* #undef SIZEOF___INT64 */
1456 #endif
1459 /* Define to 1 if you have the ANSI C header files. */
1460 #ifndef USED_FOR_TARGET
1461 #define STDC_HEADERS 1
1462 #endif
1465 /* Define if you can safely include both <string.h> and <strings.h>. */
1466 #ifndef USED_FOR_TARGET
1467 #define STRING_WITH_STRINGS 1
1468 #endif
1471 /* Define if TFmode long double should be the default */
1472 #ifndef USED_FOR_TARGET
1473 /* #undef TARGET_DEFAULT_LONG_DOUBLE_128 */
1474 #endif
1477 /* Define if your target C library provides stack protector support */
1478 #ifndef USED_FOR_TARGET
1479 /* #undef TARGET_LIBC_PROVIDES_SSP */
1480 #endif
1483 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1484 #ifndef USED_FOR_TARGET
1485 #define TIME_WITH_SYS_TIME 1
1486 #endif
1489 /* Define if your assembler mis-optimizes .eh_frame data. */
1490 #ifndef USED_FOR_TARGET
1491 /* #undef USE_AS_TRADITIONAL_FORMAT */
1492 #endif
1495 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1496 still efficiently supported by the host hardware. */
1497 #ifndef USED_FOR_TARGET
1498 /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */
1499 #endif
1502 /* Define to be the last component of the Windows registry key under which to
1503 look for installation paths. The full key used will be
1504 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1505 The default is the GCC version number. */
1506 #ifndef USED_FOR_TARGET
1507 /* #undef WIN32_REGISTRY_KEY */
1508 #endif
1511 /* Define to 1 if your processor stores words with the most significant byte
1512 first (like Motorola and SPARC, unlike Intel and VAX). */
1513 #ifndef USED_FOR_TARGET
1514 /* #undef WORDS_BIGENDIAN */
1515 #endif
1518 /* Define to 1 if on MINIX. */
1519 #ifndef USED_FOR_TARGET
1520 /* #undef _MINIX */
1521 #endif
1524 /* Define to 2 if the system does not provide POSIX.1 features except with
1525 this defined. */
1526 #ifndef USED_FOR_TARGET
1527 /* #undef _POSIX_1_SOURCE */
1528 #endif
1531 /* Define to 1 if you need to in order for `stat' and other things to work. */
1532 #ifndef USED_FOR_TARGET
1533 /* #undef _POSIX_SOURCE */
1534 #endif
1537 /* Enable extensions on AIX 3, Interix. */
1538 #ifndef _ALL_SOURCE
1539 # define _ALL_SOURCE 1
1540 #endif
1541 /* Enable GNU extensions on systems that have them. */
1542 #ifndef _GNU_SOURCE
1543 # define _GNU_SOURCE 1
1544 #endif
1545 /* Enable threading extensions on Solaris. */
1546 #ifndef _POSIX_PTHREAD_SEMANTICS
1547 # define _POSIX_PTHREAD_SEMANTICS 1
1548 #endif
1549 /* Enable extensions on HP NonStop. */
1550 #ifndef _TANDEM_SOURCE
1551 # define _TANDEM_SOURCE 1
1552 #endif
1553 /* Enable general extensions on Solaris. */
1554 #ifndef __EXTENSIONS__
1555 # define __EXTENSIONS__ 1
1556 #endif
1559 /* Define to `char *' if <sys/types.h> does not define. */
1560 #ifndef USED_FOR_TARGET
1561 /* #undef caddr_t */
1562 #endif
1565 /* Define to `int' if <sys/types.h> doesn't define. */
1566 #ifndef USED_FOR_TARGET
1567 /* #undef gid_t */
1568 #endif
1571 /* Define to `__inline__' or `__inline' if that's what the C compiler
1572 calls it, or to nothing if 'inline' is not supported under any name. */
1573 #ifndef __cplusplus
1574 /* #undef inline */
1575 #endif
1577 /* Define to `int' if <sys/types.h> does not define. */
1578 #ifndef USED_FOR_TARGET
1579 /* #undef pid_t */
1580 #endif
1583 /* Define to `long' if <sys/resource.h> doesn't define. */
1584 #ifndef USED_FOR_TARGET
1585 /* #undef rlim_t */
1586 #endif
1589 /* Define to `int' if <sys/types.h> does not define. */
1590 #ifndef USED_FOR_TARGET
1591 /* #undef ssize_t */
1592 #endif
1595 /* Define to `int' if <sys/types.h> doesn't define. */
1596 #ifndef USED_FOR_TARGET
1597 /* #undef uid_t */
1598 #endif
1601 /* Define as `fork' if `vfork' does not work. */
1602 #ifndef USED_FOR_TARGET
1603 /* #undef vfork */
1604 #endif