2017-08-28 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / config.in
blob3fda5787755754a6acfc84db23a78b1e888714f9
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
5 #undef ACCEL_COMPILER
6 #endif
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
12 #endif
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
18 #endif
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
24 #endif
27 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
28 #ifndef USED_FOR_TARGET
29 #undef CHAR_BIT
30 #endif
33 /* Define to 0/1 if you want more run-time sanity checks. This one gets a grab
34    bag of miscellaneous but relatively cheap checks. */
35 #ifndef USED_FOR_TARGET
36 #undef CHECKING_P
37 #endif
40 /* Define 0/1 to force the choice for exception handling model. */
41 #ifndef USED_FOR_TARGET
42 #undef CONFIG_SJLJ_EXCEPTIONS
43 #endif
46 /* Define to enable the use of a default assembler. */
47 #ifndef USED_FOR_TARGET
48 #undef DEFAULT_ASSEMBLER
49 #endif
52 /* Define to enable the use of a default linker. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_LINKER
55 #endif
58 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
59    destructors for local statics and global objects. This is essential for
60    fully standards-compliant handling of destructors, but requires
61    __cxa_atexit in libc. */
62 #ifndef USED_FOR_TARGET
63 #undef DEFAULT_USE_CXA_ATEXIT
64 #endif
67 /* The default for -fdiagnostics-color option */
68 #ifndef USED_FOR_TARGET
69 #undef DIAGNOSTICS_COLOR_DEFAULT
70 #endif
73 /* Define if you want assertions enabled. This is a cheap check. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_ASSERT_CHECKING
76 #endif
79 /* Define to 1 to specify that we are using the BID decimal floating point
80    format instead of DPD */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_DECIMAL_BID_FORMAT
83 #endif
86 /* Define to 1 to enable decimal float extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_FLOAT
89 #endif
92 /* Define if your target supports default PIE and it is enabled. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DEFAULT_PIE
95 #endif
98 /* Define if your target supports default stack protector and it is enabled.
99    */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_DEFAULT_SSP
102 #endif
105 /* Define if you want more run-time sanity checks for dataflow. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_DF_CHECKING
108 #endif
111 /* Define to 0/1 if you want extra run-time checking that might affect code
112    generation. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_EXTRA_CHECKING
115 #endif
118 /* Define to 1 to enable fixed-point arithmetic extension to C. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_FIXED_POINT
121 #endif
124 /* Define if you want fold checked that it never destructs its argument. This
125    is quite expensive. */
126 #ifndef USED_FOR_TARGET
127 #undef ENABLE_FOLD_CHECKING
128 #endif
131 /* Define if you want the garbage collector to operate in maximally paranoid
132    mode, validating the entire heap and collecting garbage at every
133    opportunity. This is extremely expensive. */
134 #ifndef USED_FOR_TARGET
135 #undef ENABLE_GC_ALWAYS_COLLECT
136 #endif
139 /* Define if you want the garbage collector to do object poisoning and other
140    memory allocation checks. This is quite expensive. */
141 #ifndef USED_FOR_TARGET
142 #undef ENABLE_GC_CHECKING
143 #endif
146 /* Define if you want operations on GIMPLE (the basic data structure of the
147    high-level optimizers) to be checked for dynamic type safety at runtime.
148    This is moderately expensive. */
149 #ifndef USED_FOR_TARGET
150 #undef ENABLE_GIMPLE_CHECKING
151 #endif
154 /* Define this to enable support for generating HSAIL. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_HSA
157 #endif
160 /* Define if gcc should always pass --build-id to linker. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_LD_BUILDID
163 #endif
166 /* Define to 1 to enable libquadmath support */
167 #ifndef USED_FOR_TARGET
168 #undef ENABLE_LIBQUADMATH_SUPPORT
169 #endif
172 /* Define to enable LTO support. */
173 #ifndef USED_FOR_TARGET
174 #undef ENABLE_LTO
175 #endif
178 /* Define to 1 if translation of program messages to the user's native
179    language is requested. */
180 #ifndef USED_FOR_TARGET
181 #undef ENABLE_NLS
182 #endif
185 /* Define this to enable support for offloading. */
186 #ifndef USED_FOR_TARGET
187 #undef ENABLE_OFFLOADING
188 #endif
191 /* Define to enable plugin support. */
192 #ifndef USED_FOR_TARGET
193 #undef ENABLE_PLUGIN
194 #endif
197 /* Define if you want all operations on RTL (the basic data structure of the
198    optimizer and back end) to be checked for dynamic type safety at runtime.
199    This is quite expensive. */
200 #ifndef USED_FOR_TARGET
201 #undef ENABLE_RTL_CHECKING
202 #endif
205 /* Define if you want RTL flag accesses to be checked against the RTL codes
206    that are supported for each access macro. This is relatively cheap. */
207 #ifndef USED_FOR_TARGET
208 #undef ENABLE_RTL_FLAG_CHECKING
209 #endif
212 /* Define if you want runtime assertions enabled. This is a cheap check. */
213 #undef ENABLE_RUNTIME_CHECKING
215 /* Define if you want all operations on trees (the basic data structure of the
216    front ends) to be checked for dynamic type safety at runtime. This is
217    moderately expensive. */
218 #ifndef USED_FOR_TARGET
219 #undef ENABLE_TREE_CHECKING
220 #endif
223 /* Define if you want all gimple types to be verified after gimplifiation.
224    This is cheap. */
225 #ifndef USED_FOR_TARGET
226 #undef ENABLE_TYPES_CHECKING
227 #endif
230 /* Define to get calls to the valgrind runtime enabled. */
231 #ifndef USED_FOR_TARGET
232 #undef ENABLE_VALGRIND_ANNOTATIONS
233 #endif
236 /* Define if you want to run subprograms and generated programs through
237    valgrind (a memory checker). This is extremely expensive. */
238 #ifndef USED_FOR_TARGET
239 #undef ENABLE_VALGRIND_CHECKING
240 #endif
243 /* Define 0/1 if vtable verification feature is enabled. */
244 #ifndef USED_FOR_TARGET
245 #undef ENABLE_VTABLE_VERIFY
246 #endif
249 /* Define to 1 if installation paths should be looked up in the Windows
250    Registry. Ignored on non-Windows hosts. */
251 #ifndef USED_FOR_TARGET
252 #undef ENABLE_WIN32_REGISTRY
253 #endif
256 /* Define to the name of a file containing a list of extra machine modes for
257    this architecture. */
258 #ifndef USED_FOR_TARGET
259 #undef EXTRA_MODES_FILE
260 #endif
263 /* Define to enable detailed memory allocation stats gathering. */
264 #ifndef USED_FOR_TARGET
265 #undef GATHER_STATISTICS
266 #endif
269 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
270 #ifndef USED_FOR_TARGET
271 #undef GWINSZ_IN_SYS_IOCTL
272 #endif
275 /* mcontext_t fields start with __ */
276 #ifndef USED_FOR_TARGET
277 #undef HAS_MCONTEXT_T_UNDERSCORES
278 #endif
281 /* Define if your assembler supports architecture modifiers. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
284 #endif
287 /* Define if your avr assembler supports --mlink-relax option. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
290 #endif
293 /* Define if your avr assembler supports -mrmw option. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_AVR_MRMW_OPTION
296 #endif
299 /* Define if your assembler supports cmpb. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_CMPB
302 #endif
305 /* Define to the level of your assembler's compressed debug section support.
306    */
307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_COMPRESS_DEBUG
309 #endif
312 /* Define if your assembler supports the DCI/ICI instructions. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_DCI
315 #endif
318 /* Define if your assembler supports the --debug-prefix-map option. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_DEBUG_PREFIX_MAP
321 #endif
324 /* Define if your assembler supports DFP instructions. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_DFP
327 #endif
330 /* Define if your assembler supports .module. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_DOT_MODULE
333 #endif
336 /* Define if your assembler supports DSPR1 mult. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_DSPR1_MULT
339 #endif
342 /* Define if your assembler supports .dtprelword. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_DTPRELWORD
345 #endif
348 /* Define if your assembler supports dwarf2 .file/.loc directives, and
349    preserves file table indices exactly as given. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_DWARF2_DEBUG_LINE
352 #endif
355 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_ENTRY_MARKERS
358 #endif
361 /* Define if your assembler supports explicit relocations. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_EXPLICIT_RELOCS
364 #endif
367 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_FMAF_HPC_VIS3
370 #endif
373 /* Define if your assembler supports fprnd. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_FPRND
376 #endif
379 /* Define if your assembler supports the --gdwarf2 option. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
382 #endif
385 /* Define if your assembler supports .gnu_attribute. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_GNU_ATTRIBUTE
388 #endif
391 /* Define true if the assembler supports '.long foo@GOTOFF'. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_GOTOFF_IN_DATA
394 #endif
397 /* Define if your assembler supports the --gstabs option. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_GSTABS_DEBUG_FLAG
400 #endif
403 /* Define if your assembler supports the Sun syntax for cmov. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
406 #endif
409 /* Define if your assembler supports the subtraction of symbols in different
410    sections. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
413 #endif
416 /* Define if your assembler supports the ffreep mnemonic. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_AS_IX86_FFREEP
419 #endif
422 /* Define if your assembler uses fildq and fistq mnemonics. */
423 #ifndef USED_FOR_TARGET
424 #undef HAVE_AS_IX86_FILDQ
425 #endif
428 /* Define if your assembler uses filds and fists mnemonics. */
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_AS_IX86_FILDS
431 #endif
434 /* Define 0/1 if your assembler and linker support @GOT. */
435 #ifndef USED_FOR_TARGET
436 #undef HAVE_AS_IX86_GOT32X
437 #endif
440 /* Define if your assembler supports HLE prefixes. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_HLE
443 #endif
446 /* Define if your assembler supports interunit movq mnemonic. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
449 #endif
452 /* Define if your assembler supports the .quad directive. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_QUAD
455 #endif
458 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
461 #endif
464 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_SAHF
467 #endif
470 /* Define if your assembler supports the swap suffix. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_SWAP
473 #endif
476 /* Define if your assembler and linker support @tlsgdplt. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_TLSGDPLT
479 #endif
482 /* Define to 1 if your assembler and linker support @tlsldm. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_IX86_TLSLDM
485 #endif
488 /* Define to 1 if your assembler and linker support @tlsldmplt. */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_AS_IX86_TLSLDMPLT
491 #endif
494 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
495    GOT. */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
498 #endif
501 /* Define if your assembler supports the 'ud2' mnemonic. */
502 #ifndef USED_FOR_TARGET
503 #undef HAVE_AS_IX86_UD2
504 #endif
507 /* Define if your assembler supports the lituse_jsrdirect relocation. */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_AS_JSRDIRECT_RELOCS
510 #endif
513 /* Define if your assembler supports .sleb128 and .uleb128. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_AS_LEB128
516 #endif
519 /* Define if your assembler supports LEON instructions. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_AS_LEON
522 #endif
525 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_LINE_ZERO
528 #endif
531 /* Define if your assembler supports ltoffx and ldxmov relocations. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
534 #endif
537 /* Define if your assembler supports LWSYNC instructions. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_LWSYNC
540 #endif
543 /* Define if your assembler supports the -mabi option. */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_AS_MABI_OPTION
546 #endif
549 /* Define if your assembler supports .machine and .machinemode. */
550 #ifndef USED_FOR_TARGET
551 #undef HAVE_AS_MACHINE_MACHINEMODE
552 #endif
555 /* Define if your assembler supports mfcr field. */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_AS_MFCRF
558 #endif
561 /* Define if your assembler supports mffgpr and mftgpr. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_AS_MFPGPR
564 #endif
567 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
568    */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
571 #endif
574 /* Define if the assembler understands -mnan=. */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_AS_NAN
577 #endif
580 /* Define if your assembler supports the -no-mul-bug-abort option. */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
583 #endif
586 /* Define if the assembler understands -mno-shared. */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_NO_SHARED
589 #endif
592 /* Define if your assembler supports offsetable %lo(). */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_OFFSETABLE_LO10
595 #endif
598 /* Define if your assembler supports popcntb field. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_POPCNTB
601 #endif
604 /* Define if your assembler supports POPCNTD instructions. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_POPCNTD
607 #endif
610 /* Define if your assembler supports POWER8 instructions. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_POWER8
613 #endif
616 /* Define if your assembler supports POWER9 instructions. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_POWER9
619 #endif
622 /* Define if your assembler supports .ref */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_REF
625 #endif
628 /* Define if your assembler supports .register. */
629 #ifndef USED_FOR_TARGET
630 #undef HAVE_AS_REGISTER_PSEUDO_OP
631 #endif
634 /* Define if your assembler supports R_PPC_REL16 relocs. */
635 #ifndef USED_FOR_TARGET
636 #undef HAVE_AS_REL16
637 #endif
640 /* Define if your assembler supports -relax option. */
641 #ifndef USED_FOR_TARGET
642 #undef HAVE_AS_RELAX_OPTION
643 #endif
646 /* Define if your assembler supports relocs needed by -fpic. */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_AS_SMALL_PIC_RELOCS
649 #endif
652 /* Define if your assembler supports SPARC4 instructions. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_AS_SPARC4
655 #endif
658 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_SPARC5_VIS4
661 #endif
663 /* Define if your assembler supports SPARC6 instructions. */
664 #ifndef USED_FOR_TARGET
665 #undef HAVE_AS_SPARC6
666 #endif
668 /* Define if your assembler and linker support GOTDATA_OP relocs. */
669 #ifndef USED_FOR_TARGET
670 #undef HAVE_AS_SPARC_GOTDATA_OP
671 #endif
674 /* Define if your assembler and linker support unaligned PC relative relocs.
675    */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_AS_SPARC_UA_PCREL
678 #endif
681 /* Define if your assembler and linker support unaligned PC relative relocs
682    against hidden symbols. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
685 #endif
688 /* Define if your assembler supports .stabs. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_AS_STABS_DIRECTIVE
691 #endif
694 /* Define if your assembler and linker support thread-local storage. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_AS_TLS
697 #endif
700 /* Define if your assembler supports arg info for __tls_get_addr. */
701 #ifndef USED_FOR_TARGET
702 #undef HAVE_AS_TLS_MARKERS
703 #endif
706 /* Define if your assembler supports VSX instructions. */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_AS_VSX
709 #endif
712 /* Define to 1 if you have the `atoq' function. */
713 #ifndef USED_FOR_TARGET
714 #undef HAVE_ATOQ
715 #endif
718 /* Define to 1 if you have the `clearerr_unlocked' function. */
719 #ifndef USED_FOR_TARGET
720 #undef HAVE_CLEARERR_UNLOCKED
721 #endif
724 /* Define to 1 if you have the `clock' function. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_CLOCK
727 #endif
730 /* Define if <time.h> defines clock_t. */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_CLOCK_T
733 #endif
736 /* Define 0/1 if your assembler and linker support COMDAT groups. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_COMDAT_GROUP
739 #endif
742 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
743    */
744 #ifndef USED_FOR_TARGET
745 #undef HAVE_DECL_ABORT
746 #endif
749 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
750    0. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_DECL_ASPRINTF
753 #endif
756 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
757 #ifndef USED_FOR_TARGET
758 #undef HAVE_DECL_ATOF
759 #endif
762 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
763 #ifndef USED_FOR_TARGET
764 #undef HAVE_DECL_ATOL
765 #endif
768 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
769    */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_DECL_ATOLL
772 #endif
775 /* Define to 1 if you have the declaration of `basename(const char*)', and to
776    0 if you don't. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_DECL_BASENAME
779 #endif
782 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
783    */
784 #ifndef USED_FOR_TARGET
785 #undef HAVE_DECL_CALLOC
786 #endif
789 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
790    define to 0. */
791 #ifndef USED_FOR_TARGET
792 #undef HAVE_DECL_CLEARERR_UNLOCKED
793 #endif
796 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
797    */
798 #ifndef USED_FOR_TARGET
799 #undef HAVE_DECL_CLOCK
800 #endif
803 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
804    */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_DECL_ERRNO
807 #endif
810 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
811    to 0. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_DECL_FEOF_UNLOCKED
814 #endif
817 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
818    define to 0. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_DECL_FERROR_UNLOCKED
821 #endif
824 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
825    define to 0. */
826 #ifndef USED_FOR_TARGET
827 #undef HAVE_DECL_FFLUSH_UNLOCKED
828 #endif
831 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
832 #ifndef USED_FOR_TARGET
833 #undef HAVE_DECL_FFS
834 #endif
837 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
838    define to 0. */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_DECL_FGETC_UNLOCKED
841 #endif
844 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
845    define to 0. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_DECL_FGETS_UNLOCKED
848 #endif
851 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
852    define to 0. */
853 #ifndef USED_FOR_TARGET
854 #undef HAVE_DECL_FILENO_UNLOCKED
855 #endif
858 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
859    define to 0. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_DECL_FPRINTF_UNLOCKED
862 #endif
865 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
866    define to 0. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DECL_FPUTC_UNLOCKED
869 #endif
872 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
873    define to 0. */
874 #ifndef USED_FOR_TARGET
875 #undef HAVE_DECL_FPUTS_UNLOCKED
876 #endif
879 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
880    define to 0. */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_DECL_FREAD_UNLOCKED
883 #endif
886 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
887 #ifndef USED_FOR_TARGET
888 #undef HAVE_DECL_FREE
889 #endif
892 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
893    define to 0. */
894 #ifndef USED_FOR_TARGET
895 #undef HAVE_DECL_FWRITE_UNLOCKED
896 #endif
899 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
900    define to 0. */
901 #ifndef USED_FOR_TARGET
902 #undef HAVE_DECL_GETCHAR_UNLOCKED
903 #endif
906 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
907    */
908 #ifndef USED_FOR_TARGET
909 #undef HAVE_DECL_GETCWD
910 #endif
913 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
914    to 0. */
915 #ifndef USED_FOR_TARGET
916 #undef HAVE_DECL_GETC_UNLOCKED
917 #endif
920 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
921    */
922 #ifndef USED_FOR_TARGET
923 #undef HAVE_DECL_GETENV
924 #endif
927 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
928    */
929 #ifndef USED_FOR_TARGET
930 #undef HAVE_DECL_GETOPT
931 #endif
934 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
935    to 0. */
936 #ifndef USED_FOR_TARGET
937 #undef HAVE_DECL_GETPAGESIZE
938 #endif
941 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
942    0. */
943 #ifndef USED_FOR_TARGET
944 #undef HAVE_DECL_GETRLIMIT
945 #endif
948 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
949    0. */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_DECL_GETRUSAGE
952 #endif
955 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
956    */
957 #ifndef USED_FOR_TARGET
958 #undef HAVE_DECL_GETWD
959 #endif
962 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
963    0. */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_DECL_LDGETNAME
966 #endif
969 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
970    */
971 #ifndef USED_FOR_TARGET
972 #undef HAVE_DECL_MADVISE
973 #endif
976 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
977    */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_DECL_MALLOC
980 #endif
983 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
984    define to 0. */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_DECL_PUTCHAR_UNLOCKED
987 #endif
990 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
991    to 0. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_DECL_PUTC_UNLOCKED
994 #endif
997 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
998    */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_DECL_REALLOC
1001 #endif
1004 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1005 #ifndef USED_FOR_TARGET
1006 #undef HAVE_DECL_SBRK
1007 #endif
1010 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1011    */
1012 #ifndef USED_FOR_TARGET
1013 #undef HAVE_DECL_SETENV
1014 #endif
1017 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1018    0. */
1019 #ifndef USED_FOR_TARGET
1020 #undef HAVE_DECL_SETRLIMIT
1021 #endif
1024 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1025    to 0. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_DECL_SIGALTSTACK
1028 #endif
1031 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1032    0. */
1033 #ifndef USED_FOR_TARGET
1034 #undef HAVE_DECL_SNPRINTF
1035 #endif
1038 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1039    */
1040 #ifndef USED_FOR_TARGET
1041 #undef HAVE_DECL_STPCPY
1042 #endif
1045 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1046    */
1047 #ifndef USED_FOR_TARGET
1048 #undef HAVE_DECL_STRNLEN
1049 #endif
1052 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1053    0. */
1054 #ifndef USED_FOR_TARGET
1055 #undef HAVE_DECL_STRSIGNAL
1056 #endif
1059 /* Define to 1 if you have the declaration of `strstr(const char*,const
1060    char*)', and to 0 if you don't. */
1061 #ifndef USED_FOR_TARGET
1062 #undef HAVE_DECL_STRSTR
1063 #endif
1066 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1067    */
1068 #ifndef USED_FOR_TARGET
1069 #undef HAVE_DECL_STRTOL
1070 #endif
1073 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1074    */
1075 #ifndef USED_FOR_TARGET
1076 #undef HAVE_DECL_STRTOLL
1077 #endif
1080 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1081    */
1082 #ifndef USED_FOR_TARGET
1083 #undef HAVE_DECL_STRTOUL
1084 #endif
1087 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1088    0. */
1089 #ifndef USED_FOR_TARGET
1090 #undef HAVE_DECL_STRTOULL
1091 #endif
1094 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1095    0. */
1096 #ifndef USED_FOR_TARGET
1097 #undef HAVE_DECL_STRVERSCMP
1098 #endif
1101 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1102    */
1103 #ifndef USED_FOR_TARGET
1104 #undef HAVE_DECL_TIMES
1105 #endif
1108 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1109    0. */
1110 #ifndef USED_FOR_TARGET
1111 #undef HAVE_DECL_UNSETENV
1112 #endif
1115 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1116    0. */
1117 #ifndef USED_FOR_TARGET
1118 #undef HAVE_DECL_VASPRINTF
1119 #endif
1122 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1123    0. */
1124 #ifndef USED_FOR_TARGET
1125 #undef HAVE_DECL_VSNPRINTF
1126 #endif
1129 /* Define to 1 if you have the <direct.h> header file. */
1130 #ifndef USED_FOR_TARGET
1131 #undef HAVE_DIRECT_H
1132 #endif
1135 /* Define to 1 if you have the <dlfcn.h> header file. */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_DLFCN_H
1138 #endif
1141 /* Define to 1 if you have the <ext/hash_map> header file. */
1142 #ifndef USED_FOR_TARGET
1143 #undef HAVE_EXT_HASH_MAP
1144 #endif
1147 /* Define to 1 if you have the <fcntl.h> header file. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_FCNTL_H
1150 #endif
1153 /* Define to 1 if you have the `feof_unlocked' function. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_FEOF_UNLOCKED
1156 #endif
1159 /* Define to 1 if you have the `ferror_unlocked' function. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_FERROR_UNLOCKED
1162 #endif
1165 /* Define to 1 if you have the `fflush_unlocked' function. */
1166 #ifndef USED_FOR_TARGET
1167 #undef HAVE_FFLUSH_UNLOCKED
1168 #endif
1171 /* Define to 1 if you have the `fgetc_unlocked' function. */
1172 #ifndef USED_FOR_TARGET
1173 #undef HAVE_FGETC_UNLOCKED
1174 #endif
1177 /* Define to 1 if you have the `fgets_unlocked' function. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_FGETS_UNLOCKED
1180 #endif
1183 /* Define to 1 if you have the `fileno_unlocked' function. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_FILENO_UNLOCKED
1186 #endif
1189 /* Define to 1 if you have the `fork' function. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_FORK
1192 #endif
1195 /* Define to 1 if you have the `fprintf_unlocked' function. */
1196 #ifndef USED_FOR_TARGET
1197 #undef HAVE_FPRINTF_UNLOCKED
1198 #endif
1201 /* Define to 1 if you have the `fputc_unlocked' function. */
1202 #ifndef USED_FOR_TARGET
1203 #undef HAVE_FPUTC_UNLOCKED
1204 #endif
1207 /* Define to 1 if you have the `fputs_unlocked' function. */
1208 #ifndef USED_FOR_TARGET
1209 #undef HAVE_FPUTS_UNLOCKED
1210 #endif
1213 /* Define to 1 if you have the `fread_unlocked' function. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_FREAD_UNLOCKED
1216 #endif
1219 /* Define to 1 if you have the <ftw.h> header file. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_FTW_H
1222 #endif
1225 /* Define to 1 if you have the `fwrite_unlocked' function. */
1226 #ifndef USED_FOR_TARGET
1227 #undef HAVE_FWRITE_UNLOCKED
1228 #endif
1231 /* Define if your assembler supports specifying the alignment of objects
1232    allocated using the GAS .comm command. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_GAS_ALIGNED_COMM
1235 #endif
1238 /* Define if your assembler supports .balign and .p2align. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1241 #endif
1244 /* Define 0/1 if your assembler supports CFI directives. */
1245 #undef HAVE_GAS_CFI_DIRECTIVE
1247 /* Define 0/1 if your assembler supports .cfi_personality. */
1248 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1250 /* Define 0/1 if your assembler supports .cfi_sections. */
1251 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1253 /* Define if your assembler supports the .loc discriminator sub-directive. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_GAS_DISCRIMINATOR
1256 #endif
1259 /* Define if your assembler supports @gnu_unique_object. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1262 #endif
1265 /* Define if your assembler and linker support .hidden. */
1266 #undef HAVE_GAS_HIDDEN
1268 /* Define if your assembler supports .lcomm with an alignment field. */
1269 #ifndef USED_FOR_TARGET
1270 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1271 #endif
1274 /* Define if your assembler supports .literal16. */
1275 #ifndef USED_FOR_TARGET
1276 #undef HAVE_GAS_LITERAL16
1277 #endif
1280 /* Define if your assembler supports specifying the maximum number of bytes to
1281    skip when using the GAS .p2align command. */
1282 #ifndef USED_FOR_TARGET
1283 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1284 #endif
1287 /* Define if your assembler supports the .set micromips directive */
1288 #ifndef USED_FOR_TARGET
1289 #undef HAVE_GAS_MICROMIPS
1290 #endif
1293 /* Define if your assembler supports .nsubspa comdat option. */
1294 #ifndef USED_FOR_TARGET
1295 #undef HAVE_GAS_NSUBSPA_COMDAT
1296 #endif
1299 /* Define if your assembler and linker support 32-bit section relative relocs
1300    via '.secrel32 label'. */
1301 #ifndef USED_FOR_TARGET
1302 #undef HAVE_GAS_PE_SECREL32_RELOC
1303 #endif
1306 /* Define if your assembler supports specifying the section flag e. */
1307 #ifndef USED_FOR_TARGET
1308 #undef HAVE_GAS_SECTION_EXCLUDE
1309 #endif
1312 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1313    */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_GAS_SHF_MERGE
1316 #endif
1319 /* Define if your assembler supports .subsection and .subsection -1 starts
1320    emitting at the beginning of your section. */
1321 #ifndef USED_FOR_TARGET
1322 #undef HAVE_GAS_SUBSECTION_ORDERING
1323 #endif
1326 /* Define if your assembler supports .weak. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_GAS_WEAK
1329 #endif
1332 /* Define if your assembler supports .weakref. */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE_GAS_WEAKREF
1335 #endif
1338 /* Define to 1 if you have the `getchar_unlocked' function. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_GETCHAR_UNLOCKED
1341 #endif
1344 /* Define to 1 if you have the `getc_unlocked' function. */
1345 #ifndef USED_FOR_TARGET
1346 #undef HAVE_GETC_UNLOCKED
1347 #endif
1350 /* Define to 1 if you have the `getrlimit' function. */
1351 #ifndef USED_FOR_TARGET
1352 #undef HAVE_GETRLIMIT
1353 #endif
1356 /* Define to 1 if you have the `getrusage' function. */
1357 #ifndef USED_FOR_TARGET
1358 #undef HAVE_GETRUSAGE
1359 #endif
1362 /* Define to 1 if you have the `gettimeofday' function. */
1363 #ifndef USED_FOR_TARGET
1364 #undef HAVE_GETTIMEOFDAY
1365 #endif
1368 /* Define to 1 if using GNU as. */
1369 #ifndef USED_FOR_TARGET
1370 #undef HAVE_GNU_AS
1371 #endif
1374 /* Define if your system supports gnu indirect functions. */
1375 #ifndef USED_FOR_TARGET
1376 #undef HAVE_GNU_INDIRECT_FUNCTION
1377 #endif
1380 /* Define to 1 if using GNU ld. */
1381 #ifndef USED_FOR_TARGET
1382 #undef HAVE_GNU_LD
1383 #endif
1386 /* Define if the gold linker supports split stack and is available as a
1387    non-default */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1390 #endif
1393 /* Define if you have the iconv() function. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_ICONV
1396 #endif
1399 /* Define to 1 if you have the <iconv.h> header file. */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_ICONV_H
1402 #endif
1405 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1406    */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_INITFINI_ARRAY_SUPPORT
1409 #endif
1412 /* Define to 1 if the system has the type `intmax_t'. */
1413 #ifndef USED_FOR_TARGET
1414 #undef HAVE_INTMAX_T
1415 #endif
1418 /* Define to 1 if the system has the type `intptr_t'. */
1419 #ifndef USED_FOR_TARGET
1420 #undef HAVE_INTPTR_T
1421 #endif
1424 /* Define if you have a working <inttypes.h> header file. */
1425 #ifndef USED_FOR_TARGET
1426 #undef HAVE_INTTYPES_H
1427 #endif
1430 /* Define to 1 if you have the `kill' function. */
1431 #ifndef USED_FOR_TARGET
1432 #undef HAVE_KILL
1433 #endif
1436 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1437 #ifndef USED_FOR_TARGET
1438 #undef HAVE_LANGINFO_CODESET
1439 #endif
1442 /* Define to 1 if you have the <langinfo.h> header file. */
1443 #ifndef USED_FOR_TARGET
1444 #undef HAVE_LANGINFO_H
1445 #endif
1448 /* Define if your <locale.h> file defines LC_MESSAGES. */
1449 #ifndef USED_FOR_TARGET
1450 #undef HAVE_LC_MESSAGES
1451 #endif
1454 /* Define to 1 if you have the <ldfcn.h> header file. */
1455 #ifndef USED_FOR_TARGET
1456 #undef HAVE_LDFCN_H
1457 #endif
1460 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1461    options. */
1462 #ifndef USED_FOR_TARGET
1463 #undef HAVE_LD_AS_NEEDED
1464 #endif
1467 /* Define if your linker supports -z bndplt */
1468 #ifndef USED_FOR_TARGET
1469 #undef HAVE_LD_BNDPLT_SUPPORT
1470 #endif
1473 /* Define if your linker supports --build-id. */
1474 #ifndef USED_FOR_TARGET
1475 #undef HAVE_LD_BUILDID
1476 #endif
1479 /* Define if the linker supports clearing hardware capabilities via mapfile.
1480    */
1481 #ifndef USED_FOR_TARGET
1482 #undef HAVE_LD_CLEARCAP
1483 #endif
1486 /* Define to the level of your linker's compressed debug section support. */
1487 #ifndef USED_FOR_TARGET
1488 #undef HAVE_LD_COMPRESS_DEBUG
1489 #endif
1492 /* Define if your linker supports --demangle option. */
1493 #ifndef USED_FOR_TARGET
1494 #undef HAVE_LD_DEMANGLE
1495 #endif
1498 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1499 #ifndef USED_FOR_TARGET
1500 #undef HAVE_LD_EH_FRAME_CIEV3
1501 #endif
1504 /* Define if your linker supports .eh_frame_hdr. */
1505 #undef HAVE_LD_EH_FRAME_HDR
1507 /* Define if your linker supports garbage collection of sections in presence
1508    of EH frames. */
1509 #ifndef USED_FOR_TARGET
1510 #undef HAVE_LD_EH_GC_SECTIONS
1511 #endif
1514 /* Define if your linker has buggy garbage collection of sections support when
1515    .text.startup.foo like sections are used. */
1516 #ifndef USED_FOR_TARGET
1517 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1518 #endif
1521 /* Define if your PowerPC64 linker supports a large TOC. */
1522 #ifndef USED_FOR_TARGET
1523 #undef HAVE_LD_LARGE_TOC
1524 #endif
1527 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1528 #ifndef USED_FOR_TARGET
1529 #undef HAVE_LD_NO_DOT_SYMS
1530 #endif
1533 /* Define if your linker can relax absolute .eh_frame personality pointers
1534    into PC-relative form. */
1535 #ifndef USED_FOR_TARGET
1536 #undef HAVE_LD_PERSONALITY_RELAXATION
1537 #endif
1540 /* Define if your linker supports PIE option. */
1541 #ifndef USED_FOR_TARGET
1542 #undef HAVE_LD_PIE
1543 #endif
1546 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1547 #ifndef USED_FOR_TARGET
1548 #undef HAVE_LD_PIE_COPYRELOC
1549 #endif
1552 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1553 #ifndef USED_FOR_TARGET
1554 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1555 #endif
1558 /* Define if your linker supports --push-state/--pop-state */
1559 #ifndef USED_FOR_TARGET
1560 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1561 #endif
1564 /* Define if your linker links a mix of read-only and read-write sections into
1565    a read-write section. */
1566 #ifndef USED_FOR_TARGET
1567 #undef HAVE_LD_RO_RW_SECTION_MIXING
1568 #endif
1571 /* Define if your linker supports the *_sol2 emulations. */
1572 #ifndef USED_FOR_TARGET
1573 #undef HAVE_LD_SOL2_EMULATION
1574 #endif
1577 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1578 #ifndef USED_FOR_TARGET
1579 #undef HAVE_LD_STATIC_DYNAMIC
1580 #endif
1583 /* Define if your linker supports --sysroot. */
1584 #ifndef USED_FOR_TARGET
1585 #undef HAVE_LD_SYSROOT
1586 #endif
1589 /* Define to 1 if you have the <limits.h> header file. */
1590 #ifndef USED_FOR_TARGET
1591 #undef HAVE_LIMITS_H
1592 #endif
1595 /* Define to 1 if you have the <locale.h> header file. */
1596 #ifndef USED_FOR_TARGET
1597 #undef HAVE_LOCALE_H
1598 #endif
1601 /* Define to 1 if the system has the type `long long'. */
1602 #ifndef USED_FOR_TARGET
1603 #undef HAVE_LONG_LONG
1604 #endif
1607 /* Define to 1 if the system has the type `long long int'. */
1608 #ifndef USED_FOR_TARGET
1609 #undef HAVE_LONG_LONG_INT
1610 #endif
1613 /* Define to the level of your linker's plugin support. */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LTO_PLUGIN
1616 #endif
1619 /* Define to 1 if you have the `madvise' function. */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_MADVISE
1622 #endif
1625 /* Define to 1 if you have the <malloc.h> header file. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_MALLOC_H
1628 #endif
1631 /* Define to 1 if you have the `mbstowcs' function. */
1632 #ifndef USED_FOR_TARGET
1633 #undef HAVE_MBSTOWCS
1634 #endif
1637 /* Define if valgrind's memcheck.h header is installed. */
1638 #ifndef USED_FOR_TARGET
1639 #undef HAVE_MEMCHECK_H
1640 #endif
1643 /* Define to 1 if you have the <memory.h> header file. */
1644 #ifndef USED_FOR_TARGET
1645 #undef HAVE_MEMORY_H
1646 #endif
1649 /* Define to 1 if you have the `mmap' function. */
1650 #ifndef USED_FOR_TARGET
1651 #undef HAVE_MMAP
1652 #endif
1655 /* Define if mmap with MAP_ANON(YMOUS) works. */
1656 #ifndef USED_FOR_TARGET
1657 #undef HAVE_MMAP_ANON
1658 #endif
1661 /* Define if mmap of /dev/zero works. */
1662 #ifndef USED_FOR_TARGET
1663 #undef HAVE_MMAP_DEV_ZERO
1664 #endif
1667 /* Define if read-only mmap of a plain file works. */
1668 #ifndef USED_FOR_TARGET
1669 #undef HAVE_MMAP_FILE
1670 #endif
1673 /* Define to 1 if you have the `nl_langinfo' function. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_NL_LANGINFO
1676 #endif
1679 /* Define to 1 if you have the `popen' function. */
1680 #ifndef USED_FOR_TARGET
1681 #undef HAVE_POPEN
1682 #endif
1685 /* Define to 1 if you have the `putchar_unlocked' function. */
1686 #ifndef USED_FOR_TARGET
1687 #undef HAVE_PUTCHAR_UNLOCKED
1688 #endif
1691 /* Define to 1 if you have the `putc_unlocked' function. */
1692 #ifndef USED_FOR_TARGET
1693 #undef HAVE_PUTC_UNLOCKED
1694 #endif
1697 /* Define to 1 if you have the `setlocale' function. */
1698 #ifndef USED_FOR_TARGET
1699 #undef HAVE_SETLOCALE
1700 #endif
1703 /* Define to 1 if you have the `setrlimit' function. */
1704 #ifndef USED_FOR_TARGET
1705 #undef HAVE_SETRLIMIT
1706 #endif
1709 /* Define if the system-provided CRTs are present on Solaris. */
1710 #ifndef USED_FOR_TARGET
1711 #undef HAVE_SOLARIS_CRTS
1712 #endif
1715 /* Define to 1 if you have the <stddef.h> header file. */
1716 #ifndef USED_FOR_TARGET
1717 #undef HAVE_STDDEF_H
1718 #endif
1721 /* Define to 1 if you have the <stdint.h> header file. */
1722 #ifndef USED_FOR_TARGET
1723 #undef HAVE_STDINT_H
1724 #endif
1727 /* Define to 1 if you have the <stdlib.h> header file. */
1728 #ifndef USED_FOR_TARGET
1729 #undef HAVE_STDLIB_H
1730 #endif
1733 /* Define to 1 if you have the <strings.h> header file. */
1734 #ifndef USED_FOR_TARGET
1735 #undef HAVE_STRINGS_H
1736 #endif
1739 /* Define to 1 if you have the <string.h> header file. */
1740 #ifndef USED_FOR_TARGET
1741 #undef HAVE_STRING_H
1742 #endif
1745 /* Define to 1 if you have the `strsignal' function. */
1746 #ifndef USED_FOR_TARGET
1747 #undef HAVE_STRSIGNAL
1748 #endif
1751 /* Define if <sys/times.h> defines struct tms. */
1752 #ifndef USED_FOR_TARGET
1753 #undef HAVE_STRUCT_TMS
1754 #endif
1757 /* Define if <utility> defines std::swap. */
1758 #ifndef USED_FOR_TARGET
1759 #undef HAVE_SWAP_IN_UTILITY
1760 #endif
1763 /* Define to 1 if you have the `sysconf' function. */
1764 #ifndef USED_FOR_TARGET
1765 #undef HAVE_SYSCONF
1766 #endif
1769 /* Define to 1 if you have the <sys/file.h> header file. */
1770 #ifndef USED_FOR_TARGET
1771 #undef HAVE_SYS_FILE_H
1772 #endif
1775 /* Define to 1 if you have the <sys/mman.h> header file. */
1776 #ifndef USED_FOR_TARGET
1777 #undef HAVE_SYS_MMAN_H
1778 #endif
1781 /* Define to 1 if you have the <sys/param.h> header file. */
1782 #ifndef USED_FOR_TARGET
1783 #undef HAVE_SYS_PARAM_H
1784 #endif
1787 /* Define to 1 if you have the <sys/resource.h> header file. */
1788 #ifndef USED_FOR_TARGET
1789 #undef HAVE_SYS_RESOURCE_H
1790 #endif
1793 /* Define if your target C library provides sys/sdt.h */
1794 #undef HAVE_SYS_SDT_H
1796 /* Define to 1 if you have the <sys/stat.h> header file. */
1797 #ifndef USED_FOR_TARGET
1798 #undef HAVE_SYS_STAT_H
1799 #endif
1802 /* Define to 1 if you have the <sys/times.h> header file. */
1803 #ifndef USED_FOR_TARGET
1804 #undef HAVE_SYS_TIMES_H
1805 #endif
1808 /* Define to 1 if you have the <sys/time.h> header file. */
1809 #ifndef USED_FOR_TARGET
1810 #undef HAVE_SYS_TIME_H
1811 #endif
1814 /* Define to 1 if you have the <sys/types.h> header file. */
1815 #ifndef USED_FOR_TARGET
1816 #undef HAVE_SYS_TYPES_H
1817 #endif
1820 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1821 #ifndef USED_FOR_TARGET
1822 #undef HAVE_SYS_WAIT_H
1823 #endif
1826 /* Define to 1 if you have the `times' function. */
1827 #ifndef USED_FOR_TARGET
1828 #undef HAVE_TIMES
1829 #endif
1832 /* Define to 1 if you have the <time.h> header file. */
1833 #ifndef USED_FOR_TARGET
1834 #undef HAVE_TIME_H
1835 #endif
1838 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_TR1_UNORDERED_MAP
1841 #endif
1844 /* Define to 1 if the system has the type `uintmax_t'. */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_UINTMAX_T
1847 #endif
1850 /* Define to 1 if the system has the type `uintptr_t'. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_UINTPTR_T
1853 #endif
1856 /* Define to 1 if you have the <unistd.h> header file. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_UNISTD_H
1859 #endif
1862 /* Define to 1 if you have the <unordered_map> header file. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_UNORDERED_MAP
1865 #endif
1868 /* Define to 1 if the system has the type `unsigned long long int'. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_UNSIGNED_LONG_LONG_INT
1871 #endif
1874 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_VALGRIND_MEMCHECK_H
1877 #endif
1880 /* Define to 1 if you have the `vfork' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_VFORK
1883 #endif
1886 /* Define to 1 if you have the <vfork.h> header file. */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_VFORK_H
1889 #endif
1892 /* Define to 1 if you have the <wchar.h> header file. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_WCHAR_H
1895 #endif
1898 /* Define to 1 if you have the `wcswidth' function. */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_WCSWIDTH
1901 #endif
1904 /* Define to 1 if `fork' works. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_WORKING_FORK
1907 #endif
1910 /* Define this macro if mbstowcs does not crash when its first argument is
1911    NULL. */
1912 #ifndef USED_FOR_TARGET
1913 #undef HAVE_WORKING_MBSTOWCS
1914 #endif
1917 /* Define to 1 if `vfork' works. */
1918 #ifndef USED_FOR_TARGET
1919 #undef HAVE_WORKING_VFORK
1920 #endif
1923 /* Define if your assembler supports AIX debug frame section label reference.
1924    */
1925 #ifndef USED_FOR_TARGET
1926 #undef HAVE_XCOFF_DWARF_EXTRAS
1927 #endif
1930 /* Define if isl is in use. */
1931 #ifndef USED_FOR_TARGET
1932 #undef HAVE_isl
1933 #endif
1936 /* Define if F_SETLKW supported by fcntl. */
1937 #ifndef USED_FOR_TARGET
1938 #undef HOST_HAS_F_SETLKW
1939 #endif
1942 /* Define as const if the declaration of iconv() needs const. */
1943 #ifndef USED_FOR_TARGET
1944 #undef ICONV_CONST
1945 #endif
1948 /* Define if int64_t uses long as underlying type. */
1949 #ifndef USED_FOR_TARGET
1950 #undef INT64_T_IS_LONG
1951 #endif
1954 /* Define to 1 if ld64 supports '-export_dynamic'. */
1955 #ifndef USED_FOR_TARGET
1956 #undef LD64_HAS_EXPORT_DYNAMIC
1957 #endif
1960 /* Define to ld64 version. */
1961 #ifndef USED_FOR_TARGET
1962 #undef LD64_VERSION
1963 #endif
1966 /* Define to the linker option to ignore unused dependencies. */
1967 #ifndef USED_FOR_TARGET
1968 #undef LD_AS_NEEDED_OPTION
1969 #endif
1972 /* Define to the linker option to enable compressed debug sections. */
1973 #ifndef USED_FOR_TARGET
1974 #undef LD_COMPRESS_DEBUG_OPTION
1975 #endif
1978 /* Define to the linker option to enable use of shared objects. */
1979 #ifndef USED_FOR_TARGET
1980 #undef LD_DYNAMIC_OPTION
1981 #endif
1984 /* Define to the linker option to keep unused dependencies. */
1985 #ifndef USED_FOR_TARGET
1986 #undef LD_NO_AS_NEEDED_OPTION
1987 #endif
1990 /* Define to the linker option to disable use of shared objects. */
1991 #ifndef USED_FOR_TARGET
1992 #undef LD_STATIC_OPTION
1993 #endif
1996 /* The linker hash style */
1997 #ifndef USED_FOR_TARGET
1998 #undef LINKER_HASH_STYLE
1999 #endif
2002 /* Define to the name of the LTO plugin DSO that must be passed to the
2003    linker's -plugin=LIB option. */
2004 #ifndef USED_FOR_TARGET
2005 #undef LTOPLUGINSONAME
2006 #endif
2009 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2010    */
2011 #ifndef USED_FOR_TARGET
2012 #undef LT_OBJDIR
2013 #endif
2016 /* Define if host mkdir takes a single argument. */
2017 #ifndef USED_FOR_TARGET
2018 #undef MKDIR_TAKES_ONE_ARG
2019 #endif
2022 /* Define to offload targets, separated by commas. */
2023 #ifndef USED_FOR_TARGET
2024 #undef OFFLOAD_TARGETS
2025 #endif
2028 /* Define to the address where bug reports for this package should be sent. */
2029 #ifndef USED_FOR_TARGET
2030 #undef PACKAGE_BUGREPORT
2031 #endif
2034 /* Define to the full name of this package. */
2035 #ifndef USED_FOR_TARGET
2036 #undef PACKAGE_NAME
2037 #endif
2040 /* Define to the full name and version of this package. */
2041 #ifndef USED_FOR_TARGET
2042 #undef PACKAGE_STRING
2043 #endif
2046 /* Define to the one symbol short name of this package. */
2047 #ifndef USED_FOR_TARGET
2048 #undef PACKAGE_TARNAME
2049 #endif
2052 /* Define to the home page for this package. */
2053 #ifndef USED_FOR_TARGET
2054 #undef PACKAGE_URL
2055 #endif
2058 /* Define to the version of this package. */
2059 #ifndef USED_FOR_TARGET
2060 #undef PACKAGE_VERSION
2061 #endif
2064 /* Specify plugin linker */
2065 #ifndef USED_FOR_TARGET
2066 #undef PLUGIN_LD_SUFFIX
2067 #endif
2070 /* Define to .TOC. alignment forced by your linker. */
2071 #ifndef USED_FOR_TARGET
2072 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2073 #endif
2076 /* Define to PREFIX/include if cpp should also search that directory. */
2077 #ifndef USED_FOR_TARGET
2078 #undef PREFIX_INCLUDE_DIR
2079 #endif
2082 /* The size of `int', as computed by sizeof. */
2083 #ifndef USED_FOR_TARGET
2084 #undef SIZEOF_INT
2085 #endif
2088 /* The size of `long', as computed by sizeof. */
2089 #ifndef USED_FOR_TARGET
2090 #undef SIZEOF_LONG
2091 #endif
2094 /* The size of `long long', as computed by sizeof. */
2095 #ifndef USED_FOR_TARGET
2096 #undef SIZEOF_LONG_LONG
2097 #endif
2100 /* The size of `short', as computed by sizeof. */
2101 #ifndef USED_FOR_TARGET
2102 #undef SIZEOF_SHORT
2103 #endif
2106 /* The size of `void *', as computed by sizeof. */
2107 #ifndef USED_FOR_TARGET
2108 #undef SIZEOF_VOID_P
2109 #endif
2112 /* Define to 1 if you have the ANSI C header files. */
2113 #ifndef USED_FOR_TARGET
2114 #undef STDC_HEADERS
2115 #endif
2118 /* Define if you can safely include both <string.h> and <strings.h>. */
2119 #ifndef USED_FOR_TARGET
2120 #undef STRING_WITH_STRINGS
2121 #endif
2124 /* Define if TFmode long double should be the default */
2125 #ifndef USED_FOR_TARGET
2126 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2127 #endif
2130 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2131 #undef TARGET_DL_ITERATE_PHDR
2133 /* GNU C Library major version number used on the target, or 0. */
2134 #ifndef USED_FOR_TARGET
2135 #undef TARGET_GLIBC_MAJOR
2136 #endif
2139 /* GNU C Library minor version number used on the target, or 0. */
2140 #ifndef USED_FOR_TARGET
2141 #undef TARGET_GLIBC_MINOR
2142 #endif
2145 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2146 #ifndef USED_FOR_TARGET
2147 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2148 #endif
2151 /* Define if your target C library provides stack protector support */
2152 #ifndef USED_FOR_TARGET
2153 #undef TARGET_LIBC_PROVIDES_SSP
2154 #endif
2157 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2158 #ifndef USED_FOR_TARGET
2159 #undef TIME_WITH_SYS_TIME
2160 #endif
2163 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2164    work. */
2165 #ifndef USED_FOR_TARGET
2166 #undef TLS_SECTION_ASM_FLAG
2167 #endif
2170 /* Define if your assembler mis-optimizes .eh_frame data. */
2171 #ifndef USED_FOR_TARGET
2172 #undef USE_AS_TRADITIONAL_FORMAT
2173 #endif
2176 /* Define if you want to generate code by default that assumes that the Cygwin
2177    DLL exports wrappers to support libstdc++ function replacement. */
2178 #ifndef USED_FOR_TARGET
2179 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2180 #endif
2183 /* Define to 1 if the 'long long' type is wider than 'long' but still
2184    efficiently supported by the host hardware. */
2185 #ifndef USED_FOR_TARGET
2186 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2187 #endif
2190 /* Define if we should use leading underscore on 64 bit mingw targets */
2191 #ifndef USED_FOR_TARGET
2192 #undef USE_MINGW64_LEADING_UNDERSCORES
2193 #endif
2196 /* Enable extensions on AIX 3, Interix.  */
2197 #ifndef _ALL_SOURCE
2198 # undef _ALL_SOURCE
2199 #endif
2200 /* Enable GNU extensions on systems that have them.  */
2201 #ifndef _GNU_SOURCE
2202 # undef _GNU_SOURCE
2203 #endif
2204 /* Enable threading extensions on Solaris.  */
2205 #ifndef _POSIX_PTHREAD_SEMANTICS
2206 # undef _POSIX_PTHREAD_SEMANTICS
2207 #endif
2208 /* Enable extensions on HP NonStop.  */
2209 #ifndef _TANDEM_SOURCE
2210 # undef _TANDEM_SOURCE
2211 #endif
2212 /* Enable general extensions on Solaris.  */
2213 #ifndef __EXTENSIONS__
2214 # undef __EXTENSIONS__
2215 #endif
2218 /* Define to be the last component of the Windows registry key under which to
2219    look for installation paths. The full key used will be
2220    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2221    The default is the GCC version number. */
2222 #ifndef USED_FOR_TARGET
2223 #undef WIN32_REGISTRY_KEY
2224 #endif
2227 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2228    significant byte first (like Motorola and SPARC, unlike Intel). */
2229 #if defined AC_APPLE_UNIVERSAL_BUILD
2230 # if defined __BIG_ENDIAN__
2231 #  define WORDS_BIGENDIAN 1
2232 # endif
2233 #else
2234 # ifndef WORDS_BIGENDIAN
2235 #  undef WORDS_BIGENDIAN
2236 # endif
2237 #endif
2239 /* Number of bits in a file offset, on hosts where this is settable. */
2240 #ifndef USED_FOR_TARGET
2241 #undef _FILE_OFFSET_BITS
2242 #endif
2245 /* Define for large files, on AIX-style hosts. */
2246 #ifndef USED_FOR_TARGET
2247 #undef _LARGE_FILES
2248 #endif
2251 /* Define to 1 if on MINIX. */
2252 #ifndef USED_FOR_TARGET
2253 #undef _MINIX
2254 #endif
2257 /* Define to 2 if the system does not provide POSIX.1 features except with
2258    this defined. */
2259 #ifndef USED_FOR_TARGET
2260 #undef _POSIX_1_SOURCE
2261 #endif
2264 /* Define to 1 if you need to in order for `stat' and other things to work. */
2265 #ifndef USED_FOR_TARGET
2266 #undef _POSIX_SOURCE
2267 #endif
2270 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2271    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2272    #define below would cause a syntax error. */
2273 #ifndef USED_FOR_TARGET
2274 #undef _UINT32_T
2275 #endif
2278 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2279    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2280    #define below would cause a syntax error. */
2281 #ifndef USED_FOR_TARGET
2282 #undef _UINT64_T
2283 #endif
2286 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2287    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2288    #define below would cause a syntax error. */
2289 #ifndef USED_FOR_TARGET
2290 #undef _UINT8_T
2291 #endif
2294 /* Define to `char *' if <sys/types.h> does not define. */
2295 #ifndef USED_FOR_TARGET
2296 #undef caddr_t
2297 #endif
2300 /* Define to `__inline__' or `__inline' if that's what the C compiler
2301    calls it, or to nothing if 'inline' is not supported under any name.  */
2302 #ifndef __cplusplus
2303 #undef inline
2304 #endif
2306 /* Define to the type of a signed integer type of width exactly 16 bits if
2307    such a type exists and the standard includes do not define it. */
2308 #ifndef USED_FOR_TARGET
2309 #undef int16_t
2310 #endif
2313 /* Define to the type of a signed integer type of width exactly 32 bits if
2314    such a type exists and the standard includes do not define it. */
2315 #ifndef USED_FOR_TARGET
2316 #undef int32_t
2317 #endif
2320 /* Define to the type of a signed integer type of width exactly 64 bits if
2321    such a type exists and the standard includes do not define it. */
2322 #ifndef USED_FOR_TARGET
2323 #undef int64_t
2324 #endif
2327 /* Define to the type of a signed integer type of width exactly 8 bits if such
2328    a type exists and the standard includes do not define it. */
2329 #ifndef USED_FOR_TARGET
2330 #undef int8_t
2331 #endif
2334 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2335    not define. */
2336 #ifndef USED_FOR_TARGET
2337 #undef intmax_t
2338 #endif
2341 /* Define to the type of a signed integer type wide enough to hold a pointer,
2342    if such a type exists, and if the system does not define it. */
2343 #ifndef USED_FOR_TARGET
2344 #undef intptr_t
2345 #endif
2348 /* Define to `int' if <sys/types.h> does not define. */
2349 #ifndef USED_FOR_TARGET
2350 #undef pid_t
2351 #endif
2354 /* Define to `long' if <sys/resource.h> doesn't define. */
2355 #ifndef USED_FOR_TARGET
2356 #undef rlim_t
2357 #endif
2360 /* Define to `int' if <sys/types.h> does not define. */
2361 #ifndef USED_FOR_TARGET
2362 #undef ssize_t
2363 #endif
2366 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2367    such a type exists and the standard includes do not define it. */
2368 #ifndef USED_FOR_TARGET
2369 #undef uint16_t
2370 #endif
2373 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2374    such a type exists and the standard includes do not define it. */
2375 #ifndef USED_FOR_TARGET
2376 #undef uint32_t
2377 #endif
2380 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2381    such a type exists and the standard includes do not define it. */
2382 #ifndef USED_FOR_TARGET
2383 #undef uint64_t
2384 #endif
2387 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2388    such a type exists and the standard includes do not define it. */
2389 #ifndef USED_FOR_TARGET
2390 #undef uint8_t
2391 #endif
2394 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2395    do not define. */
2396 #ifndef USED_FOR_TARGET
2397 #undef uintmax_t
2398 #endif
2401 /* Define to the type of an unsigned integer type wide enough to hold a
2402    pointer, if such a type exists, and if the system does not define it. */
2403 #ifndef USED_FOR_TARGET
2404 #undef uintptr_t
2405 #endif
2408 /* Define as `fork' if `vfork' does not work. */
2409 #ifndef USED_FOR_TARGET
2410 #undef vfork
2411 #endif