Fix build on sparc64-linux-gnu.
[official-gcc.git] / gcc / config.in
blob67a1e6cfc4cf8021ef5458c5a6bb530d5a8d3305
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 to larger than zero set the default stack clash protector size. */
59 #ifndef USED_FOR_TARGET
60 #undef DEFAULT_STK_CLASH_GUARD_SIZE
61 #endif
64 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
65    destructors for local statics and global objects. This is essential for
66    fully standards-compliant handling of destructors, but requires
67    __cxa_atexit in libc. */
68 #ifndef USED_FOR_TARGET
69 #undef DEFAULT_USE_CXA_ATEXIT
70 #endif
73 /* The default for -fdiagnostics-color option */
74 #ifndef USED_FOR_TARGET
75 #undef DIAGNOSTICS_COLOR_DEFAULT
76 #endif
79 /* Define if you want assertions enabled. This is a cheap check. */
80 #ifndef USED_FOR_TARGET
81 #undef ENABLE_ASSERT_CHECKING
82 #endif
85 /* Define to 1 to specify that we are using the BID decimal floating point
86    format instead of DPD */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_BID_FORMAT
89 #endif
92 /* Define to 1 to enable decimal float extension to C. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DECIMAL_FLOAT
95 #endif
98 /* Define if your target supports default PIE and it is enabled. */
99 #ifndef USED_FOR_TARGET
100 #undef ENABLE_DEFAULT_PIE
101 #endif
104 /* Define if your target supports default stack protector and it is enabled.
105    */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_DEFAULT_SSP
108 #endif
111 /* Define if you want more run-time sanity checks for dataflow. */
112 #ifndef USED_FOR_TARGET
113 #undef ENABLE_DF_CHECKING
114 #endif
117 /* Define to 0/1 if you want extra run-time checking that might affect code
118    generation. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_EXTRA_CHECKING
121 #endif
124 /* Define to 1 to enable fixed-point arithmetic extension to C. */
125 #ifndef USED_FOR_TARGET
126 #undef ENABLE_FIXED_POINT
127 #endif
130 /* Define if you want fold checked that it never destructs its argument. This
131    is quite expensive. */
132 #ifndef USED_FOR_TARGET
133 #undef ENABLE_FOLD_CHECKING
134 #endif
137 /* Define if you want the garbage collector to operate in maximally paranoid
138    mode, validating the entire heap and collecting garbage at every
139    opportunity. This is extremely expensive. */
140 #ifndef USED_FOR_TARGET
141 #undef ENABLE_GC_ALWAYS_COLLECT
142 #endif
145 /* Define if you want the garbage collector to do object poisoning and other
146    memory allocation checks. This is quite expensive. */
147 #ifndef USED_FOR_TARGET
148 #undef ENABLE_GC_CHECKING
149 #endif
152 /* Define if you want operations on GIMPLE (the basic data structure of the
153    high-level optimizers) to be checked for dynamic type safety at runtime.
154    This is moderately expensive. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_GIMPLE_CHECKING
157 #endif
160 /* Define this to enable support for generating HSAIL. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_HSA
163 #endif
166 /* Define if gcc should always pass --build-id to linker. */
167 #ifndef USED_FOR_TARGET
168 #undef ENABLE_LD_BUILDID
169 #endif
172 /* Define to 1 to enable libquadmath support */
173 #ifndef USED_FOR_TARGET
174 #undef ENABLE_LIBQUADMATH_SUPPORT
175 #endif
178 /* Define to enable LTO support. */
179 #ifndef USED_FOR_TARGET
180 #undef ENABLE_LTO
181 #endif
184 /* Define to 1 if translation of program messages to the user's native
185    language is requested. */
186 #ifndef USED_FOR_TARGET
187 #undef ENABLE_NLS
188 #endif
191 /* Define this to enable support for offloading. */
192 #ifndef USED_FOR_TARGET
193 #undef ENABLE_OFFLOADING
194 #endif
197 /* Define to enable plugin support. */
198 #ifndef USED_FOR_TARGET
199 #undef ENABLE_PLUGIN
200 #endif
203 /* Define if you want all operations on RTL (the basic data structure of the
204    optimizer and back end) to be checked for dynamic type safety at runtime.
205    This is quite expensive. */
206 #ifndef USED_FOR_TARGET
207 #undef ENABLE_RTL_CHECKING
208 #endif
211 /* Define if you want RTL flag accesses to be checked against the RTL codes
212    that are supported for each access macro. This is relatively cheap. */
213 #ifndef USED_FOR_TARGET
214 #undef ENABLE_RTL_FLAG_CHECKING
215 #endif
218 /* Define if you want runtime assertions enabled. This is a cheap check. */
219 #undef ENABLE_RUNTIME_CHECKING
221 /* Define if you want all operations on trees (the basic data structure of the
222    front ends) to be checked for dynamic type safety at runtime. This is
223    moderately expensive. */
224 #ifndef USED_FOR_TARGET
225 #undef ENABLE_TREE_CHECKING
226 #endif
229 /* Define if you want all gimple types to be verified after gimplifiation.
230    This is cheap. */
231 #ifndef USED_FOR_TARGET
232 #undef ENABLE_TYPES_CHECKING
233 #endif
236 /* Define to get calls to the valgrind runtime enabled. */
237 #ifndef USED_FOR_TARGET
238 #undef ENABLE_VALGRIND_ANNOTATIONS
239 #endif
242 /* Define if you want to run subprograms and generated programs through
243    valgrind (a memory checker). This is extremely expensive. */
244 #ifndef USED_FOR_TARGET
245 #undef ENABLE_VALGRIND_CHECKING
246 #endif
249 /* Define 0/1 if vtable verification feature is enabled. */
250 #ifndef USED_FOR_TARGET
251 #undef ENABLE_VTABLE_VERIFY
252 #endif
255 /* Define to 1 if installation paths should be looked up in the Windows
256    Registry. Ignored on non-Windows hosts. */
257 #ifndef USED_FOR_TARGET
258 #undef ENABLE_WIN32_REGISTRY
259 #endif
262 /* Define to the name of a file containing a list of extra machine modes for
263    this architecture. */
264 #ifndef USED_FOR_TARGET
265 #undef EXTRA_MODES_FILE
266 #endif
269 /* Define to enable detailed memory allocation stats gathering. */
270 #ifndef USED_FOR_TARGET
271 #undef GATHER_STATISTICS
272 #endif
275 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
276 #ifndef USED_FOR_TARGET
277 #undef GWINSZ_IN_SYS_IOCTL
278 #endif
281 /* mcontext_t fields start with __ */
282 #ifndef USED_FOR_TARGET
283 #undef HAS_MCONTEXT_T_UNDERSCORES
284 #endif
287 /* Define if your assembler supports architecture modifiers. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
290 #endif
293 /* Define if your avr assembler supports -mgcc-isr option. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_AVR_MGCCISR_OPTION
296 #endif
299 /* Define if your avr assembler supports --mlink-relax option. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
302 #endif
305 /* Define if your avr assembler supports -mrmw option. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_AVR_MRMW_OPTION
308 #endif
311 /* Define to the level of your assembler's compressed debug section support.
312    */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_COMPRESS_DEBUG
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 .module. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_DOT_MODULE
327 #endif
330 /* Define if your assembler supports DSPR1 mult. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_DSPR1_MULT
333 #endif
336 /* Define if your assembler supports .dtprelword. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_DTPRELWORD
339 #endif
342 /* Define if your assembler supports dwarf2 .file/.loc directives, and
343    preserves file table indices exactly as given. */
344 #ifndef USED_FOR_TARGET
345 #undef HAVE_AS_DWARF2_DEBUG_LINE
346 #endif
349 /* Define if your assembler supports views in dwarf2 .loc directives. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_DWARF2_DEBUG_VIEW
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 the --gdwarf2 option. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
376 #endif
379 /* Define if your assembler supports .gnu_attribute. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_GNU_ATTRIBUTE
382 #endif
385 /* Define true if the assembler supports '.long foo@GOTOFF'. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_GOTOFF_IN_DATA
388 #endif
391 /* Define if your assembler supports the --gstabs option. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_GSTABS_DEBUG_FLAG
394 #endif
397 /* Define if your assembler supports the Sun syntax for cmov. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
400 #endif
403 /* Define if your assembler supports the subtraction of symbols in different
404    sections. */
405 #ifndef USED_FOR_TARGET
406 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
407 #endif
410 /* Define if your assembler supports the ffreep mnemonic. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_AS_IX86_FFREEP
413 #endif
416 /* Define if your assembler uses fildq and fistq mnemonics. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_AS_IX86_FILDQ
419 #endif
422 /* Define if your assembler uses filds and fists mnemonics. */
423 #ifndef USED_FOR_TARGET
424 #undef HAVE_AS_IX86_FILDS
425 #endif
428 /* Define 0/1 if your assembler and linker support @GOT. */
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_AS_IX86_GOT32X
431 #endif
434 /* Define if your assembler supports HLE prefixes. */
435 #ifndef USED_FOR_TARGET
436 #undef HAVE_AS_IX86_HLE
437 #endif
440 /* Define if your assembler supports interunit movq mnemonic. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
443 #endif
446 /* Define if your assembler supports the .quad directive. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_QUAD
449 #endif
452 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
455 #endif
458 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_SAHF
461 #endif
464 /* Define if your assembler supports the swap suffix. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_SWAP
467 #endif
470 /* Define if your assembler and linker support @tlsgdplt. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_TLSGDPLT
473 #endif
476 /* Define to 1 if your assembler and linker support @tlsldm. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_TLSLDM
479 #endif
482 /* Define to 1 if your assembler and linker support @tlsldmplt. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_IX86_TLSLDMPLT
485 #endif
488 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
489    GOT. */
490 #ifndef USED_FOR_TARGET
491 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
492 #endif
495 /* Define if your assembler supports the 'ud2' mnemonic. */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_AS_IX86_UD2
498 #endif
501 /* Define if your assembler supports the lituse_jsrdirect relocation. */
502 #ifndef USED_FOR_TARGET
503 #undef HAVE_AS_JSRDIRECT_RELOCS
504 #endif
507 /* Define if your assembler supports .sleb128 and .uleb128. */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_AS_LEB128
510 #endif
513 /* Define if your assembler supports LEON instructions. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_AS_LEON
516 #endif
519 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_AS_LINE_ZERO
522 #endif
525 /* Define if your assembler supports ltoffx and ldxmov relocations. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
528 #endif
531 /* Define if your assembler supports the -mabi option. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_MABI_OPTION
534 #endif
537 /* Define if your assembler supports .machine and .machinemode. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_MACHINE_MACHINEMODE
540 #endif
543 /* Define if your assembler supports mfcr field. */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_AS_MFCRF
546 #endif
549 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
550    */
551 #ifndef USED_FOR_TARGET
552 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
553 #endif
556 /* Define if the assembler understands -mnan=. */
557 #ifndef USED_FOR_TARGET
558 #undef HAVE_AS_NAN
559 #endif
562 /* Define if your assembler supports the -no-mul-bug-abort option. */
563 #ifndef USED_FOR_TARGET
564 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
565 #endif
568 /* Define if the assembler understands -mno-shared. */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_AS_NO_SHARED
571 #endif
574 /* Define if your assembler supports offsetable %lo(). */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_AS_OFFSETABLE_LO10
577 #endif
580 /* Define if your assembler supports .ref */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_REF
583 #endif
586 /* Define if your assembler supports R_PPC_REL16 relocs. */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_REL16
589 #endif
592 /* Define if your assembler supports -relax option. */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_RELAX_OPTION
595 #endif
598 /* Define if your assembler supports relocs needed by -fpic. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_SMALL_PIC_RELOCS
601 #endif
604 /* Define if your assembler supports SPARC4 instructions. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_SPARC4
607 #endif
610 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_SPARC5_VIS4
613 #endif
616 /* Define if your assembler supports SPARC6 instructions. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_SPARC6
619 #endif
622 /* Define if your assembler and linker support GOTDATA_OP relocs. */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_SPARC_GOTDATA_OP
625 #endif
628 /* Define if your assembler and linker support unaligned PC relative relocs.
629    */
630 #ifndef USED_FOR_TARGET
631 #undef HAVE_AS_SPARC_UA_PCREL
632 #endif
635 /* Define if your assembler and linker support unaligned PC relative relocs
636    against hidden symbols. */
637 #ifndef USED_FOR_TARGET
638 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
639 #endif
642 /* Define if your assembler supports .stabs. */
643 #ifndef USED_FOR_TARGET
644 #undef HAVE_AS_STABS_DIRECTIVE
645 #endif
648 /* Define if your assembler and linker support thread-local storage. */
649 #ifndef USED_FOR_TARGET
650 #undef HAVE_AS_TLS
651 #endif
654 /* Define if your assembler supports arg info for __tls_get_addr. */
655 #ifndef USED_FOR_TARGET
656 #undef HAVE_AS_TLS_MARKERS
657 #endif
660 /* Define if your assembler supports VSX instructions. */
661 #ifndef USED_FOR_TARGET
662 #undef HAVE_AS_VSX
663 #endif
666 /* Define if your assembler supports -xbrace_comment option. */
667 #ifndef USED_FOR_TARGET
668 #undef HAVE_AS_XBRACE_COMMENT_OPTION
669 #endif
672 /* Define to 1 if you have the `atoq' function. */
673 #ifndef USED_FOR_TARGET
674 #undef HAVE_ATOQ
675 #endif
678 /* Define to 1 if you have the `clearerr_unlocked' function. */
679 #ifndef USED_FOR_TARGET
680 #undef HAVE_CLEARERR_UNLOCKED
681 #endif
684 /* Define to 1 if you have the `clock' function. */
685 #ifndef USED_FOR_TARGET
686 #undef HAVE_CLOCK
687 #endif
690 /* Define if <time.h> defines clock_t. */
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_CLOCK_T
693 #endif
696 /* Define 0/1 if your assembler and linker support COMDAT groups. */
697 #ifndef USED_FOR_TARGET
698 #undef HAVE_COMDAT_GROUP
699 #endif
702 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
703    */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_DECL_ABORT
706 #endif
709 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
710    0. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_DECL_ASPRINTF
713 #endif
716 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_DECL_ATOF
719 #endif
722 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
723 #ifndef USED_FOR_TARGET
724 #undef HAVE_DECL_ATOL
725 #endif
728 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
729    */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_DECL_ATOLL
732 #endif
735 /* Define to 1 if you have the declaration of `basename(const char*)', and to
736    0 if you don't. */
737 #ifndef USED_FOR_TARGET
738 #undef HAVE_DECL_BASENAME
739 #endif
742 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
743    */
744 #ifndef USED_FOR_TARGET
745 #undef HAVE_DECL_CALLOC
746 #endif
749 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
750    define to 0. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_DECL_CLEARERR_UNLOCKED
753 #endif
756 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
757    */
758 #ifndef USED_FOR_TARGET
759 #undef HAVE_DECL_CLOCK
760 #endif
763 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
764    */
765 #ifndef USED_FOR_TARGET
766 #undef HAVE_DECL_ERRNO
767 #endif
770 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
771    to 0. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_DECL_FEOF_UNLOCKED
774 #endif
777 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
778    define to 0. */
779 #ifndef USED_FOR_TARGET
780 #undef HAVE_DECL_FERROR_UNLOCKED
781 #endif
784 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
785    define to 0. */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_DECL_FFLUSH_UNLOCKED
788 #endif
791 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_DECL_FFS
794 #endif
797 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
798    define to 0. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_DECL_FGETC_UNLOCKED
801 #endif
804 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
805    define to 0. */
806 #ifndef USED_FOR_TARGET
807 #undef HAVE_DECL_FGETS_UNLOCKED
808 #endif
811 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
812    define to 0. */
813 #ifndef USED_FOR_TARGET
814 #undef HAVE_DECL_FILENO_UNLOCKED
815 #endif
818 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
819    define to 0. */
820 #ifndef USED_FOR_TARGET
821 #undef HAVE_DECL_FPRINTF_UNLOCKED
822 #endif
825 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
826    define to 0. */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_DECL_FPUTC_UNLOCKED
829 #endif
832 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
833    define to 0. */
834 #ifndef USED_FOR_TARGET
835 #undef HAVE_DECL_FPUTS_UNLOCKED
836 #endif
839 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
840    define to 0. */
841 #ifndef USED_FOR_TARGET
842 #undef HAVE_DECL_FREAD_UNLOCKED
843 #endif
846 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
847 #ifndef USED_FOR_TARGET
848 #undef HAVE_DECL_FREE
849 #endif
852 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
853    define to 0. */
854 #ifndef USED_FOR_TARGET
855 #undef HAVE_DECL_FWRITE_UNLOCKED
856 #endif
859 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
860    define to 0. */
861 #ifndef USED_FOR_TARGET
862 #undef HAVE_DECL_GETCHAR_UNLOCKED
863 #endif
866 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
867    */
868 #ifndef USED_FOR_TARGET
869 #undef HAVE_DECL_GETCWD
870 #endif
873 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
874    to 0. */
875 #ifndef USED_FOR_TARGET
876 #undef HAVE_DECL_GETC_UNLOCKED
877 #endif
880 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
881    */
882 #ifndef USED_FOR_TARGET
883 #undef HAVE_DECL_GETENV
884 #endif
887 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
888    */
889 #ifndef USED_FOR_TARGET
890 #undef HAVE_DECL_GETOPT
891 #endif
894 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
895    to 0. */
896 #ifndef USED_FOR_TARGET
897 #undef HAVE_DECL_GETPAGESIZE
898 #endif
901 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
902    0. */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_DECL_GETRLIMIT
905 #endif
908 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
909    0. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_DECL_GETRUSAGE
912 #endif
915 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
916    */
917 #ifndef USED_FOR_TARGET
918 #undef HAVE_DECL_GETWD
919 #endif
922 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
923    0. */
924 #ifndef USED_FOR_TARGET
925 #undef HAVE_DECL_LDGETNAME
926 #endif
929 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
930    */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_DECL_MADVISE
933 #endif
936 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
937    */
938 #ifndef USED_FOR_TARGET
939 #undef HAVE_DECL_MALLOC
940 #endif
943 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
944    define to 0. */
945 #ifndef USED_FOR_TARGET
946 #undef HAVE_DECL_PUTCHAR_UNLOCKED
947 #endif
950 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
951    to 0. */
952 #ifndef USED_FOR_TARGET
953 #undef HAVE_DECL_PUTC_UNLOCKED
954 #endif
957 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
958    */
959 #ifndef USED_FOR_TARGET
960 #undef HAVE_DECL_REALLOC
961 #endif
964 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
965 #ifndef USED_FOR_TARGET
966 #undef HAVE_DECL_SBRK
967 #endif
970 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
971    */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_DECL_SETENV
974 #endif
977 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
978    0. */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_DECL_SETRLIMIT
981 #endif
984 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
985    to 0. */
986 #ifndef USED_FOR_TARGET
987 #undef HAVE_DECL_SIGALTSTACK
988 #endif
991 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
992    0. */
993 #ifndef USED_FOR_TARGET
994 #undef HAVE_DECL_SNPRINTF
995 #endif
998 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
999    */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_DECL_STPCPY
1002 #endif
1005 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1006    */
1007 #ifndef USED_FOR_TARGET
1008 #undef HAVE_DECL_STRNLEN
1009 #endif
1012 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1013    0. */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_DECL_STRSIGNAL
1016 #endif
1019 /* Define to 1 if you have the declaration of `strstr(const char*,const
1020    char*)', and to 0 if you don't. */
1021 #ifndef USED_FOR_TARGET
1022 #undef HAVE_DECL_STRSTR
1023 #endif
1026 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1027    */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_DECL_STRTOL
1030 #endif
1033 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1034    */
1035 #ifndef USED_FOR_TARGET
1036 #undef HAVE_DECL_STRTOLL
1037 #endif
1040 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1041    */
1042 #ifndef USED_FOR_TARGET
1043 #undef HAVE_DECL_STRTOUL
1044 #endif
1047 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1048    0. */
1049 #ifndef USED_FOR_TARGET
1050 #undef HAVE_DECL_STRTOULL
1051 #endif
1054 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1055    0. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_DECL_STRVERSCMP
1058 #endif
1061 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1062    */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_DECL_TIMES
1065 #endif
1068 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1069    0. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_DECL_UNSETENV
1072 #endif
1075 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1076    0. */
1077 #ifndef USED_FOR_TARGET
1078 #undef HAVE_DECL_VASPRINTF
1079 #endif
1082 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1083    0. */
1084 #ifndef USED_FOR_TARGET
1085 #undef HAVE_DECL_VSNPRINTF
1086 #endif
1089 /* Define to 1 if you have the <direct.h> header file. */
1090 #ifndef USED_FOR_TARGET
1091 #undef HAVE_DIRECT_H
1092 #endif
1095 /* Define to 1 if you have the <dlfcn.h> header file. */
1096 #ifndef USED_FOR_TARGET
1097 #undef HAVE_DLFCN_H
1098 #endif
1101 /* Define to 1 if you have the <ext/hash_map> header file. */
1102 #ifndef USED_FOR_TARGET
1103 #undef HAVE_EXT_HASH_MAP
1104 #endif
1107 /* Define to 1 if you have the <fcntl.h> header file. */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_FCNTL_H
1110 #endif
1113 /* Define to 1 if you have the `feof_unlocked' function. */
1114 #ifndef USED_FOR_TARGET
1115 #undef HAVE_FEOF_UNLOCKED
1116 #endif
1119 /* Define to 1 if you have the `ferror_unlocked' function. */
1120 #ifndef USED_FOR_TARGET
1121 #undef HAVE_FERROR_UNLOCKED
1122 #endif
1125 /* Define to 1 if you have the `fflush_unlocked' function. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_FFLUSH_UNLOCKED
1128 #endif
1131 /* Define to 1 if you have the `fgetc_unlocked' function. */
1132 #ifndef USED_FOR_TARGET
1133 #undef HAVE_FGETC_UNLOCKED
1134 #endif
1137 /* Define to 1 if you have the `fgets_unlocked' function. */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_FGETS_UNLOCKED
1140 #endif
1143 /* Define to 1 if you have the `fileno_unlocked' function. */
1144 #ifndef USED_FOR_TARGET
1145 #undef HAVE_FILENO_UNLOCKED
1146 #endif
1149 /* Define to 1 if you have the `fork' function. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_FORK
1152 #endif
1155 /* Define to 1 if you have the `fprintf_unlocked' function. */
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_FPRINTF_UNLOCKED
1158 #endif
1161 /* Define to 1 if you have the `fputc_unlocked' function. */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_FPUTC_UNLOCKED
1164 #endif
1167 /* Define to 1 if you have the `fputs_unlocked' function. */
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_FPUTS_UNLOCKED
1170 #endif
1173 /* Define to 1 if you have the `fread_unlocked' function. */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_FREAD_UNLOCKED
1176 #endif
1179 /* Define to 1 if you have the <ftw.h> header file. */
1180 #ifndef USED_FOR_TARGET
1181 #undef HAVE_FTW_H
1182 #endif
1185 /* Define to 1 if you have the `fwrite_unlocked' function. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_FWRITE_UNLOCKED
1188 #endif
1191 /* Define if your assembler supports specifying the alignment of objects
1192    allocated using the GAS .comm command. */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_GAS_ALIGNED_COMM
1195 #endif
1198 /* Define if your assembler supports .balign and .p2align. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1201 #endif
1204 /* Define 0/1 if your assembler supports CFI directives. */
1205 #undef HAVE_GAS_CFI_DIRECTIVE
1207 /* Define 0/1 if your assembler supports .cfi_personality. */
1208 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1210 /* Define 0/1 if your assembler supports .cfi_sections. */
1211 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1213 /* Define if your assembler supports the .loc discriminator sub-directive. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_GAS_DISCRIMINATOR
1216 #endif
1219 /* Define if your assembler supports @gnu_unique_object. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1222 #endif
1225 /* Define if your assembler and linker support .hidden. */
1226 #undef HAVE_GAS_HIDDEN
1228 /* Define if your assembler supports .lcomm with an alignment field. */
1229 #ifndef USED_FOR_TARGET
1230 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1231 #endif
1234 /* Define if your assembler supports .literal16. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_GAS_LITERAL16
1237 #endif
1240 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1241 #ifndef USED_FOR_TARGET
1242 #undef HAVE_GAS_LOC_STMT
1243 #endif
1246 /* Define if your assembler supports specifying the maximum number of bytes to
1247    skip when using the GAS .p2align command. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1250 #endif
1253 /* Define if your assembler supports the .set micromips directive */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_GAS_MICROMIPS
1256 #endif
1259 /* Define if your assembler supports .nsubspa comdat option. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_GAS_NSUBSPA_COMDAT
1262 #endif
1265 /* Define if your assembler and linker support 32-bit section relative relocs
1266    via '.secrel32 label'. */
1267 #ifndef USED_FOR_TARGET
1268 #undef HAVE_GAS_PE_SECREL32_RELOC
1269 #endif
1272 /* Define if your assembler supports specifying the exclude section flag. */
1273 #ifndef USED_FOR_TARGET
1274 #undef HAVE_GAS_SECTION_EXCLUDE
1275 #endif
1278 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1279    */
1280 #ifndef USED_FOR_TARGET
1281 #undef HAVE_GAS_SHF_MERGE
1282 #endif
1285 /* Define if your assembler supports .subsection and .subsection -1 starts
1286    emitting at the beginning of your section. */
1287 #ifndef USED_FOR_TARGET
1288 #undef HAVE_GAS_SUBSECTION_ORDERING
1289 #endif
1292 /* Define if your assembler supports .weak. */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_GAS_WEAK
1295 #endif
1298 /* Define if your assembler supports .weakref. */
1299 #ifndef USED_FOR_TARGET
1300 #undef HAVE_GAS_WEAKREF
1301 #endif
1304 /* Define to 1 if you have the `getchar_unlocked' function. */
1305 #ifndef USED_FOR_TARGET
1306 #undef HAVE_GETCHAR_UNLOCKED
1307 #endif
1310 /* Define to 1 if you have the `getc_unlocked' function. */
1311 #ifndef USED_FOR_TARGET
1312 #undef HAVE_GETC_UNLOCKED
1313 #endif
1316 /* Define to 1 if you have the `getrlimit' function. */
1317 #ifndef USED_FOR_TARGET
1318 #undef HAVE_GETRLIMIT
1319 #endif
1322 /* Define to 1 if you have the `getrusage' function. */
1323 #ifndef USED_FOR_TARGET
1324 #undef HAVE_GETRUSAGE
1325 #endif
1328 /* Define to 1 if you have the `gettimeofday' function. */
1329 #ifndef USED_FOR_TARGET
1330 #undef HAVE_GETTIMEOFDAY
1331 #endif
1334 /* Define to 1 if using GNU as. */
1335 #ifndef USED_FOR_TARGET
1336 #undef HAVE_GNU_AS
1337 #endif
1340 /* Define if your system supports gnu indirect functions. */
1341 #ifndef USED_FOR_TARGET
1342 #undef HAVE_GNU_INDIRECT_FUNCTION
1343 #endif
1346 /* Define to 1 if using GNU ld. */
1347 #ifndef USED_FOR_TARGET
1348 #undef HAVE_GNU_LD
1349 #endif
1352 /* Define if the gold linker supports split stack and is available as a
1353    non-default */
1354 #ifndef USED_FOR_TARGET
1355 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1356 #endif
1359 /* Define if you have the iconv() function. */
1360 #ifndef USED_FOR_TARGET
1361 #undef HAVE_ICONV
1362 #endif
1365 /* Define to 1 if you have the <iconv.h> header file. */
1366 #ifndef USED_FOR_TARGET
1367 #undef HAVE_ICONV_H
1368 #endif
1371 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1372    */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_INITFINI_ARRAY_SUPPORT
1375 #endif
1378 /* Define to 1 if the system has the type `intmax_t'. */
1379 #ifndef USED_FOR_TARGET
1380 #undef HAVE_INTMAX_T
1381 #endif
1384 /* Define to 1 if the system has the type `intptr_t'. */
1385 #ifndef USED_FOR_TARGET
1386 #undef HAVE_INTPTR_T
1387 #endif
1390 /* Define if you have a working <inttypes.h> header file. */
1391 #ifndef USED_FOR_TARGET
1392 #undef HAVE_INTTYPES_H
1393 #endif
1396 /* Define to 1 if you have the `kill' function. */
1397 #ifndef USED_FOR_TARGET
1398 #undef HAVE_KILL
1399 #endif
1402 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_LANGINFO_CODESET
1405 #endif
1408 /* Define to 1 if you have the <langinfo.h> header file. */
1409 #ifndef USED_FOR_TARGET
1410 #undef HAVE_LANGINFO_H
1411 #endif
1414 /* Define if your <locale.h> file defines LC_MESSAGES. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_LC_MESSAGES
1417 #endif
1420 /* Define to 1 if you have the <ldfcn.h> header file. */
1421 #ifndef USED_FOR_TARGET
1422 #undef HAVE_LDFCN_H
1423 #endif
1426 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1427    alignment > 1. */
1428 #ifndef USED_FOR_TARGET
1429 #undef HAVE_LD_ALIGNED_SHF_MERGE
1430 #endif
1433 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1434    options. */
1435 #ifndef USED_FOR_TARGET
1436 #undef HAVE_LD_AS_NEEDED
1437 #endif
1440 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1441    flash. */
1442 #ifndef USED_FOR_TARGET
1443 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1444 #endif
1447 /* Define if your linker supports -z bndplt */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_LD_BNDPLT_SUPPORT
1450 #endif
1453 /* Define if your linker supports --build-id. */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_LD_BUILDID
1456 #endif
1459 /* Define if the linker supports clearing hardware capabilities via mapfile.
1460    */
1461 #ifndef USED_FOR_TARGET
1462 #undef HAVE_LD_CLEARCAP
1463 #endif
1466 /* Define to the level of your linker's compressed debug section support. */
1467 #ifndef USED_FOR_TARGET
1468 #undef HAVE_LD_COMPRESS_DEBUG
1469 #endif
1472 /* Define if your linker supports --demangle option. */
1473 #ifndef USED_FOR_TARGET
1474 #undef HAVE_LD_DEMANGLE
1475 #endif
1478 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1479 #ifndef USED_FOR_TARGET
1480 #undef HAVE_LD_EH_FRAME_CIEV3
1481 #endif
1484 /* Define if your linker supports .eh_frame_hdr. */
1485 #undef HAVE_LD_EH_FRAME_HDR
1487 /* Define if your linker supports garbage collection of sections in presence
1488    of EH frames. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_LD_EH_GC_SECTIONS
1491 #endif
1494 /* Define if your linker has buggy garbage collection of sections support when
1495    .text.startup.foo like sections are used. */
1496 #ifndef USED_FOR_TARGET
1497 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1498 #endif
1501 /* Define if your PowerPC64 linker supports a large TOC. */
1502 #ifndef USED_FOR_TARGET
1503 #undef HAVE_LD_LARGE_TOC
1504 #endif
1507 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1508 #ifndef USED_FOR_TARGET
1509 #undef HAVE_LD_NO_DOT_SYMS
1510 #endif
1513 /* Define if your linker can relax absolute .eh_frame personality pointers
1514    into PC-relative form. */
1515 #ifndef USED_FOR_TARGET
1516 #undef HAVE_LD_PERSONALITY_RELAXATION
1517 #endif
1520 /* Define if your linker supports PIE option. */
1521 #ifndef USED_FOR_TARGET
1522 #undef HAVE_LD_PIE
1523 #endif
1526 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1527 #ifndef USED_FOR_TARGET
1528 #undef HAVE_LD_PIE_COPYRELOC
1529 #endif
1532 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1533 #ifndef USED_FOR_TARGET
1534 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1535 #endif
1538 /* Define if your linker supports --push-state/--pop-state */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1541 #endif
1544 /* Define if your linker links a mix of read-only and read-write sections into
1545    a read-write section. */
1546 #ifndef USED_FOR_TARGET
1547 #undef HAVE_LD_RO_RW_SECTION_MIXING
1548 #endif
1551 /* Define if your linker supports the *_sol2 emulations. */
1552 #ifndef USED_FOR_TARGET
1553 #undef HAVE_LD_SOL2_EMULATION
1554 #endif
1557 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1558 #ifndef USED_FOR_TARGET
1559 #undef HAVE_LD_STATIC_DYNAMIC
1560 #endif
1563 /* Define if your linker supports --sysroot. */
1564 #ifndef USED_FOR_TARGET
1565 #undef HAVE_LD_SYSROOT
1566 #endif
1569 /* Define to 1 if you have the <limits.h> header file. */
1570 #ifndef USED_FOR_TARGET
1571 #undef HAVE_LIMITS_H
1572 #endif
1575 /* Define to 1 if you have the <locale.h> header file. */
1576 #ifndef USED_FOR_TARGET
1577 #undef HAVE_LOCALE_H
1578 #endif
1581 /* Define to 1 if the system has the type `long long'. */
1582 #ifndef USED_FOR_TARGET
1583 #undef HAVE_LONG_LONG
1584 #endif
1587 /* Define to 1 if the system has the type `long long int'. */
1588 #ifndef USED_FOR_TARGET
1589 #undef HAVE_LONG_LONG_INT
1590 #endif
1593 /* Define to the level of your linker's plugin support. */
1594 #ifndef USED_FOR_TARGET
1595 #undef HAVE_LTO_PLUGIN
1596 #endif
1599 /* Define to 1 if you have the `madvise' function. */
1600 #ifndef USED_FOR_TARGET
1601 #undef HAVE_MADVISE
1602 #endif
1605 /* Define to 1 if you have the <malloc.h> header file. */
1606 #ifndef USED_FOR_TARGET
1607 #undef HAVE_MALLOC_H
1608 #endif
1611 /* Define to 1 if you have the `mbstowcs' function. */
1612 #ifndef USED_FOR_TARGET
1613 #undef HAVE_MBSTOWCS
1614 #endif
1617 /* Define if valgrind's memcheck.h header is installed. */
1618 #ifndef USED_FOR_TARGET
1619 #undef HAVE_MEMCHECK_H
1620 #endif
1623 /* Define to 1 if you have the <memory.h> header file. */
1624 #ifndef USED_FOR_TARGET
1625 #undef HAVE_MEMORY_H
1626 #endif
1629 /* Define to 1 if you have the `mmap' function. */
1630 #ifndef USED_FOR_TARGET
1631 #undef HAVE_MMAP
1632 #endif
1635 /* Define if mmap with MAP_ANON(YMOUS) works. */
1636 #ifndef USED_FOR_TARGET
1637 #undef HAVE_MMAP_ANON
1638 #endif
1641 /* Define if mmap of /dev/zero works. */
1642 #ifndef USED_FOR_TARGET
1643 #undef HAVE_MMAP_DEV_ZERO
1644 #endif
1647 /* Define if read-only mmap of a plain file works. */
1648 #ifndef USED_FOR_TARGET
1649 #undef HAVE_MMAP_FILE
1650 #endif
1653 /* Define to 1 if you have the `nl_langinfo' function. */
1654 #ifndef USED_FOR_TARGET
1655 #undef HAVE_NL_LANGINFO
1656 #endif
1659 /* Define to 1 if you have the `popen' function. */
1660 #ifndef USED_FOR_TARGET
1661 #undef HAVE_POPEN
1662 #endif
1665 /* Define to 1 if you have the `putchar_unlocked' function. */
1666 #ifndef USED_FOR_TARGET
1667 #undef HAVE_PUTCHAR_UNLOCKED
1668 #endif
1671 /* Define to 1 if you have the `putc_unlocked' function. */
1672 #ifndef USED_FOR_TARGET
1673 #undef HAVE_PUTC_UNLOCKED
1674 #endif
1677 /* Define to 1 if you have the `setlocale' function. */
1678 #ifndef USED_FOR_TARGET
1679 #undef HAVE_SETLOCALE
1680 #endif
1683 /* Define to 1 if you have the `setrlimit' function. */
1684 #ifndef USED_FOR_TARGET
1685 #undef HAVE_SETRLIMIT
1686 #endif
1689 /* Define if the system-provided CRTs are present on Solaris. */
1690 #ifndef USED_FOR_TARGET
1691 #undef HAVE_SOLARIS_CRTS
1692 #endif
1695 /* Define to 1 if you have the <stddef.h> header file. */
1696 #ifndef USED_FOR_TARGET
1697 #undef HAVE_STDDEF_H
1698 #endif
1701 /* Define to 1 if you have the <stdint.h> header file. */
1702 #ifndef USED_FOR_TARGET
1703 #undef HAVE_STDINT_H
1704 #endif
1707 /* Define to 1 if you have the <stdlib.h> header file. */
1708 #ifndef USED_FOR_TARGET
1709 #undef HAVE_STDLIB_H
1710 #endif
1713 /* Define to 1 if you have the <strings.h> header file. */
1714 #ifndef USED_FOR_TARGET
1715 #undef HAVE_STRINGS_H
1716 #endif
1719 /* Define to 1 if you have the <string.h> header file. */
1720 #ifndef USED_FOR_TARGET
1721 #undef HAVE_STRING_H
1722 #endif
1725 /* Define to 1 if you have the `strsignal' function. */
1726 #ifndef USED_FOR_TARGET
1727 #undef HAVE_STRSIGNAL
1728 #endif
1731 /* Define if <sys/times.h> defines struct tms. */
1732 #ifndef USED_FOR_TARGET
1733 #undef HAVE_STRUCT_TMS
1734 #endif
1737 /* Define if <utility> defines std::swap. */
1738 #ifndef USED_FOR_TARGET
1739 #undef HAVE_SWAP_IN_UTILITY
1740 #endif
1743 /* Define to 1 if you have the `sysconf' function. */
1744 #ifndef USED_FOR_TARGET
1745 #undef HAVE_SYSCONF
1746 #endif
1749 /* Define to 1 if you have the <sys/file.h> header file. */
1750 #ifndef USED_FOR_TARGET
1751 #undef HAVE_SYS_FILE_H
1752 #endif
1755 /* Define to 1 if you have the <sys/mman.h> header file. */
1756 #ifndef USED_FOR_TARGET
1757 #undef HAVE_SYS_MMAN_H
1758 #endif
1761 /* Define to 1 if you have the <sys/param.h> header file. */
1762 #ifndef USED_FOR_TARGET
1763 #undef HAVE_SYS_PARAM_H
1764 #endif
1767 /* Define to 1 if you have the <sys/resource.h> header file. */
1768 #ifndef USED_FOR_TARGET
1769 #undef HAVE_SYS_RESOURCE_H
1770 #endif
1773 /* Define if your target C library provides sys/sdt.h */
1774 #undef HAVE_SYS_SDT_H
1776 /* Define to 1 if you have the <sys/stat.h> header file. */
1777 #ifndef USED_FOR_TARGET
1778 #undef HAVE_SYS_STAT_H
1779 #endif
1782 /* Define to 1 if you have the <sys/times.h> header file. */
1783 #ifndef USED_FOR_TARGET
1784 #undef HAVE_SYS_TIMES_H
1785 #endif
1788 /* Define to 1 if you have the <sys/time.h> header file. */
1789 #ifndef USED_FOR_TARGET
1790 #undef HAVE_SYS_TIME_H
1791 #endif
1794 /* Define to 1 if you have the <sys/types.h> header file. */
1795 #ifndef USED_FOR_TARGET
1796 #undef HAVE_SYS_TYPES_H
1797 #endif
1800 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1801 #ifndef USED_FOR_TARGET
1802 #undef HAVE_SYS_WAIT_H
1803 #endif
1806 /* Define to 1 if you have the `times' function. */
1807 #ifndef USED_FOR_TARGET
1808 #undef HAVE_TIMES
1809 #endif
1812 /* Define to 1 if you have the <time.h> header file. */
1813 #ifndef USED_FOR_TARGET
1814 #undef HAVE_TIME_H
1815 #endif
1818 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1819 #ifndef USED_FOR_TARGET
1820 #undef HAVE_TR1_UNORDERED_MAP
1821 #endif
1824 /* Define to 1 if the system has the type `uintmax_t'. */
1825 #ifndef USED_FOR_TARGET
1826 #undef HAVE_UINTMAX_T
1827 #endif
1830 /* Define to 1 if the system has the type `uintptr_t'. */
1831 #ifndef USED_FOR_TARGET
1832 #undef HAVE_UINTPTR_T
1833 #endif
1836 /* Define to 1 if you have the <unistd.h> header file. */
1837 #ifndef USED_FOR_TARGET
1838 #undef HAVE_UNISTD_H
1839 #endif
1842 /* Define to 1 if you have the <unordered_map> header file. */
1843 #ifndef USED_FOR_TARGET
1844 #undef HAVE_UNORDERED_MAP
1845 #endif
1848 /* Define to 1 if the system has the type `unsigned long long int'. */
1849 #ifndef USED_FOR_TARGET
1850 #undef HAVE_UNSIGNED_LONG_LONG_INT
1851 #endif
1854 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1855 #ifndef USED_FOR_TARGET
1856 #undef HAVE_VALGRIND_MEMCHECK_H
1857 #endif
1860 /* Define to 1 if you have the `vfork' function. */
1861 #ifndef USED_FOR_TARGET
1862 #undef HAVE_VFORK
1863 #endif
1866 /* Define to 1 if you have the <vfork.h> header file. */
1867 #ifndef USED_FOR_TARGET
1868 #undef HAVE_VFORK_H
1869 #endif
1872 /* Define to 1 if you have the <wchar.h> header file. */
1873 #ifndef USED_FOR_TARGET
1874 #undef HAVE_WCHAR_H
1875 #endif
1878 /* Define to 1 if you have the `wcswidth' function. */
1879 #ifndef USED_FOR_TARGET
1880 #undef HAVE_WCSWIDTH
1881 #endif
1884 /* Define to 1 if `fork' works. */
1885 #ifndef USED_FOR_TARGET
1886 #undef HAVE_WORKING_FORK
1887 #endif
1890 /* Define this macro if mbstowcs does not crash when its first argument is
1891    NULL. */
1892 #ifndef USED_FOR_TARGET
1893 #undef HAVE_WORKING_MBSTOWCS
1894 #endif
1897 /* Define to 1 if `vfork' works. */
1898 #ifndef USED_FOR_TARGET
1899 #undef HAVE_WORKING_VFORK
1900 #endif
1903 /* Define if your assembler supports AIX debug frame section label reference.
1904    */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_XCOFF_DWARF_EXTRAS
1907 #endif
1910 /* Define if isl is in use. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_isl
1913 #endif
1916 /* Define if F_SETLKW supported by fcntl. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HOST_HAS_F_SETLKW
1919 #endif
1922 /* Define as const if the declaration of iconv() needs const. */
1923 #ifndef USED_FOR_TARGET
1924 #undef ICONV_CONST
1925 #endif
1928 /* Define if int64_t uses long as underlying type. */
1929 #ifndef USED_FOR_TARGET
1930 #undef INT64_T_IS_LONG
1931 #endif
1934 /* Define to 1 if ld64 supports '-export_dynamic'. */
1935 #ifndef USED_FOR_TARGET
1936 #undef LD64_HAS_EXPORT_DYNAMIC
1937 #endif
1940 /* Define to ld64 version. */
1941 #ifndef USED_FOR_TARGET
1942 #undef LD64_VERSION
1943 #endif
1946 /* Define to the linker option to ignore unused dependencies. */
1947 #ifndef USED_FOR_TARGET
1948 #undef LD_AS_NEEDED_OPTION
1949 #endif
1952 /* Define to the linker option to enable compressed debug sections. */
1953 #ifndef USED_FOR_TARGET
1954 #undef LD_COMPRESS_DEBUG_OPTION
1955 #endif
1958 /* Define to the linker option to enable use of shared objects. */
1959 #ifndef USED_FOR_TARGET
1960 #undef LD_DYNAMIC_OPTION
1961 #endif
1964 /* Define to the linker option to keep unused dependencies. */
1965 #ifndef USED_FOR_TARGET
1966 #undef LD_NO_AS_NEEDED_OPTION
1967 #endif
1970 /* Define to the linker option to disable use of shared objects. */
1971 #ifndef USED_FOR_TARGET
1972 #undef LD_STATIC_OPTION
1973 #endif
1976 /* The linker hash style */
1977 #ifndef USED_FOR_TARGET
1978 #undef LINKER_HASH_STYLE
1979 #endif
1982 /* Define to the name of the LTO plugin DSO that must be passed to the
1983    linker's -plugin=LIB option. */
1984 #ifndef USED_FOR_TARGET
1985 #undef LTOPLUGINSONAME
1986 #endif
1989 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1990    */
1991 #ifndef USED_FOR_TARGET
1992 #undef LT_OBJDIR
1993 #endif
1996 /* Define if we should link mingw executables with --large-address-aware */
1997 #ifndef USED_FOR_TARGET
1998 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
1999 #endif
2002 /* Value to set mingw's _dowildcard to. */
2003 #ifndef USED_FOR_TARGET
2004 #undef MINGW_DOWILDCARD
2005 #endif
2008 /* Define if host mkdir takes a single argument. */
2009 #ifndef USED_FOR_TARGET
2010 #undef MKDIR_TAKES_ONE_ARG
2011 #endif
2014 /* Define to offload targets, separated by commas. */
2015 #ifndef USED_FOR_TARGET
2016 #undef OFFLOAD_TARGETS
2017 #endif
2020 /* Define to the address where bug reports for this package should be sent. */
2021 #ifndef USED_FOR_TARGET
2022 #undef PACKAGE_BUGREPORT
2023 #endif
2026 /* Define to the full name of this package. */
2027 #ifndef USED_FOR_TARGET
2028 #undef PACKAGE_NAME
2029 #endif
2032 /* Define to the full name and version of this package. */
2033 #ifndef USED_FOR_TARGET
2034 #undef PACKAGE_STRING
2035 #endif
2038 /* Define to the one symbol short name of this package. */
2039 #ifndef USED_FOR_TARGET
2040 #undef PACKAGE_TARNAME
2041 #endif
2044 /* Define to the home page for this package. */
2045 #ifndef USED_FOR_TARGET
2046 #undef PACKAGE_URL
2047 #endif
2050 /* Define to the version of this package. */
2051 #ifndef USED_FOR_TARGET
2052 #undef PACKAGE_VERSION
2053 #endif
2056 /* Specify plugin linker */
2057 #ifndef USED_FOR_TARGET
2058 #undef PLUGIN_LD_SUFFIX
2059 #endif
2062 /* Define to .TOC. alignment forced by your linker. */
2063 #ifndef USED_FOR_TARGET
2064 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2065 #endif
2068 /* Define to PREFIX/include if cpp should also search that directory. */
2069 #ifndef USED_FOR_TARGET
2070 #undef PREFIX_INCLUDE_DIR
2071 #endif
2074 /* The size of `int', as computed by sizeof. */
2075 #ifndef USED_FOR_TARGET
2076 #undef SIZEOF_INT
2077 #endif
2080 /* The size of `long', as computed by sizeof. */
2081 #ifndef USED_FOR_TARGET
2082 #undef SIZEOF_LONG
2083 #endif
2086 /* The size of `long long', as computed by sizeof. */
2087 #ifndef USED_FOR_TARGET
2088 #undef SIZEOF_LONG_LONG
2089 #endif
2092 /* The size of `short', as computed by sizeof. */
2093 #ifndef USED_FOR_TARGET
2094 #undef SIZEOF_SHORT
2095 #endif
2098 /* The size of `void *', as computed by sizeof. */
2099 #ifndef USED_FOR_TARGET
2100 #undef SIZEOF_VOID_P
2101 #endif
2104 /* Define to 1 if you have the ANSI C header files. */
2105 #ifndef USED_FOR_TARGET
2106 #undef STDC_HEADERS
2107 #endif
2110 /* Define if you can safely include both <string.h> and <strings.h>. */
2111 #ifndef USED_FOR_TARGET
2112 #undef STRING_WITH_STRINGS
2113 #endif
2116 /* Define if TFmode long double should be the default */
2117 #ifndef USED_FOR_TARGET
2118 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2119 #endif
2122 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2123 #undef TARGET_DL_ITERATE_PHDR
2125 /* GNU C Library major version number used on the target, or 0. */
2126 #ifndef USED_FOR_TARGET
2127 #undef TARGET_GLIBC_MAJOR
2128 #endif
2131 /* GNU C Library minor version number used on the target, or 0. */
2132 #ifndef USED_FOR_TARGET
2133 #undef TARGET_GLIBC_MINOR
2134 #endif
2137 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2138 #ifndef USED_FOR_TARGET
2139 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2140 #endif
2143 /* Define if your target C library provides stack protector support */
2144 #ifndef USED_FOR_TARGET
2145 #undef TARGET_LIBC_PROVIDES_SSP
2146 #endif
2149 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2150 #ifndef USED_FOR_TARGET
2151 #undef TIME_WITH_SYS_TIME
2152 #endif
2155 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2156    work. */
2157 #ifndef USED_FOR_TARGET
2158 #undef TLS_SECTION_ASM_FLAG
2159 #endif
2162 /* Define if your assembler mis-optimizes .eh_frame data. */
2163 #ifndef USED_FOR_TARGET
2164 #undef USE_AS_TRADITIONAL_FORMAT
2165 #endif
2168 /* Define if you want to generate code by default that assumes that the Cygwin
2169    DLL exports wrappers to support libstdc++ function replacement. */
2170 #ifndef USED_FOR_TARGET
2171 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2172 #endif
2175 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2176 #ifndef USED_FOR_TARGET
2177 #undef USE_HIDDEN_LINKONCE
2178 #endif
2181 /* Define to 1 if the 'long long' type is wider than 'long' but still
2182    efficiently supported by the host hardware. */
2183 #ifndef USED_FOR_TARGET
2184 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2185 #endif
2188 /* Define if we should use leading underscore on 64 bit mingw targets */
2189 #ifndef USED_FOR_TARGET
2190 #undef USE_MINGW64_LEADING_UNDERSCORES
2191 #endif
2194 /* Enable extensions on AIX 3, Interix.  */
2195 #ifndef _ALL_SOURCE
2196 # undef _ALL_SOURCE
2197 #endif
2198 /* Enable GNU extensions on systems that have them.  */
2199 #ifndef _GNU_SOURCE
2200 # undef _GNU_SOURCE
2201 #endif
2202 /* Enable threading extensions on Solaris.  */
2203 #ifndef _POSIX_PTHREAD_SEMANTICS
2204 # undef _POSIX_PTHREAD_SEMANTICS
2205 #endif
2206 /* Enable extensions on HP NonStop.  */
2207 #ifndef _TANDEM_SOURCE
2208 # undef _TANDEM_SOURCE
2209 #endif
2210 /* Enable general extensions on Solaris.  */
2211 #ifndef __EXTENSIONS__
2212 # undef __EXTENSIONS__
2213 #endif
2216 /* Define to be the last component of the Windows registry key under which to
2217    look for installation paths. The full key used will be
2218    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2219    The default is the GCC version number. */
2220 #ifndef USED_FOR_TARGET
2221 #undef WIN32_REGISTRY_KEY
2222 #endif
2225 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2226    significant byte first (like Motorola and SPARC, unlike Intel). */
2227 #if defined AC_APPLE_UNIVERSAL_BUILD
2228 # if defined __BIG_ENDIAN__
2229 #  define WORDS_BIGENDIAN 1
2230 # endif
2231 #else
2232 # ifndef WORDS_BIGENDIAN
2233 #  undef WORDS_BIGENDIAN
2234 # endif
2235 #endif
2237 /* Enable large inode numbers on Mac OS X 10.5.  */
2238 #ifndef _DARWIN_USE_64_BIT_INODE
2239 # define _DARWIN_USE_64_BIT_INODE 1
2240 #endif
2242 /* Number of bits in a file offset, on hosts where this is settable. */
2243 #ifndef USED_FOR_TARGET
2244 #undef _FILE_OFFSET_BITS
2245 #endif
2248 /* Define for large files, on AIX-style hosts. */
2249 #ifndef USED_FOR_TARGET
2250 #undef _LARGE_FILES
2251 #endif
2254 /* Define to 1 if on MINIX. */
2255 #ifndef USED_FOR_TARGET
2256 #undef _MINIX
2257 #endif
2260 /* Define to 2 if the system does not provide POSIX.1 features except with
2261    this defined. */
2262 #ifndef USED_FOR_TARGET
2263 #undef _POSIX_1_SOURCE
2264 #endif
2267 /* Define to 1 if you need to in order for `stat' and other things to work. */
2268 #ifndef USED_FOR_TARGET
2269 #undef _POSIX_SOURCE
2270 #endif
2273 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2274    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2275    #define below would cause a syntax error. */
2276 #ifndef USED_FOR_TARGET
2277 #undef _UINT32_T
2278 #endif
2281 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2282    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2283    #define below would cause a syntax error. */
2284 #ifndef USED_FOR_TARGET
2285 #undef _UINT64_T
2286 #endif
2289 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2290    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2291    #define below would cause a syntax error. */
2292 #ifndef USED_FOR_TARGET
2293 #undef _UINT8_T
2294 #endif
2297 /* Define to `char *' if <sys/types.h> does not define. */
2298 #ifndef USED_FOR_TARGET
2299 #undef caddr_t
2300 #endif
2303 /* Define to `__inline__' or `__inline' if that's what the C compiler
2304    calls it, or to nothing if 'inline' is not supported under any name.  */
2305 #ifndef __cplusplus
2306 #undef inline
2307 #endif
2309 /* Define to the type of a signed integer type of width exactly 16 bits if
2310    such a type exists and the standard includes do not define it. */
2311 #ifndef USED_FOR_TARGET
2312 #undef int16_t
2313 #endif
2316 /* Define to the type of a signed integer type of width exactly 32 bits if
2317    such a type exists and the standard includes do not define it. */
2318 #ifndef USED_FOR_TARGET
2319 #undef int32_t
2320 #endif
2323 /* Define to the type of a signed integer type of width exactly 64 bits if
2324    such a type exists and the standard includes do not define it. */
2325 #ifndef USED_FOR_TARGET
2326 #undef int64_t
2327 #endif
2330 /* Define to the type of a signed integer type of width exactly 8 bits if such
2331    a type exists and the standard includes do not define it. */
2332 #ifndef USED_FOR_TARGET
2333 #undef int8_t
2334 #endif
2337 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2338    not define. */
2339 #ifndef USED_FOR_TARGET
2340 #undef intmax_t
2341 #endif
2344 /* Define to the type of a signed integer type wide enough to hold a pointer,
2345    if such a type exists, and if the system does not define it. */
2346 #ifndef USED_FOR_TARGET
2347 #undef intptr_t
2348 #endif
2351 /* Define to `int' if <sys/types.h> does not define. */
2352 #ifndef USED_FOR_TARGET
2353 #undef pid_t
2354 #endif
2357 /* Define to `long' if <sys/resource.h> doesn't define. */
2358 #ifndef USED_FOR_TARGET
2359 #undef rlim_t
2360 #endif
2363 /* Define to `int' if <sys/types.h> does not define. */
2364 #ifndef USED_FOR_TARGET
2365 #undef ssize_t
2366 #endif
2369 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2370    such a type exists and the standard includes do not define it. */
2371 #ifndef USED_FOR_TARGET
2372 #undef uint16_t
2373 #endif
2376 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2377    such a type exists and the standard includes do not define it. */
2378 #ifndef USED_FOR_TARGET
2379 #undef uint32_t
2380 #endif
2383 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2384    such a type exists and the standard includes do not define it. */
2385 #ifndef USED_FOR_TARGET
2386 #undef uint64_t
2387 #endif
2390 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2391    such a type exists and the standard includes do not define it. */
2392 #ifndef USED_FOR_TARGET
2393 #undef uint8_t
2394 #endif
2397 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2398    do not define. */
2399 #ifndef USED_FOR_TARGET
2400 #undef uintmax_t
2401 #endif
2404 /* Define to the type of an unsigned integer type wide enough to hold a
2405    pointer, if such a type exists, and if the system does not define it. */
2406 #ifndef USED_FOR_TARGET
2407 #undef uintptr_t
2408 #endif
2411 /* Define as `fork' if `vfork' does not work. */
2412 #ifndef USED_FOR_TARGET
2413 #undef vfork
2414 #endif