match_asm_constraints: Use copy_rtx where needed (PR88001)
[official-gcc.git] / gcc / config.in
blob48a533bf20869aba50592d3f35aacceb559ea41f
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 R_PPC*_PLTSEQ relocations. */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_PLTSEQ
583 #endif
586 /* Define if your assembler supports .ref */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_REF
589 #endif
592 /* Define if your assembler supports R_PPC_REL16 relocs. */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_REL16
595 #endif
598 /* Define if your assembler supports -relax option. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_RELAX_OPTION
601 #endif
604 /* Define if your assembler supports relocs needed by -fpic. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_SMALL_PIC_RELOCS
607 #endif
610 /* Define if your assembler supports SPARC4 instructions. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_SPARC4
613 #endif
616 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_SPARC5_VIS4
619 #endif
622 /* Define if your assembler supports SPARC6 instructions. */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_SPARC6
625 #endif
628 /* Define if your assembler and linker support GOTDATA_OP relocs. */
629 #ifndef USED_FOR_TARGET
630 #undef HAVE_AS_SPARC_GOTDATA_OP
631 #endif
634 /* Define if your assembler and linker support unaligned PC relative relocs.
635    */
636 #ifndef USED_FOR_TARGET
637 #undef HAVE_AS_SPARC_UA_PCREL
638 #endif
641 /* Define if your assembler and linker support unaligned PC relative relocs
642    against hidden symbols. */
643 #ifndef USED_FOR_TARGET
644 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
645 #endif
648 /* Define if your assembler supports .stabs. */
649 #ifndef USED_FOR_TARGET
650 #undef HAVE_AS_STABS_DIRECTIVE
651 #endif
654 /* Define if your assembler and linker support thread-local storage. */
655 #ifndef USED_FOR_TARGET
656 #undef HAVE_AS_TLS
657 #endif
660 /* Define if your assembler supports arg info for __tls_get_addr. */
661 #ifndef USED_FOR_TARGET
662 #undef HAVE_AS_TLS_MARKERS
663 #endif
666 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
667    alignment hint argument. */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
670 #endif
673 /* Define if your assembler supports VSX instructions. */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_VSX
676 #endif
679 /* Define if your assembler supports -xbrace_comment option. */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_AS_XBRACE_COMMENT_OPTION
682 #endif
685 /* Define to 1 if you have the `atoq' function. */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_ATOQ
688 #endif
691 /* Define to 1 if you have the `clearerr_unlocked' function. */
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_CLEARERR_UNLOCKED
694 #endif
697 /* Define to 1 if you have the `clock' function. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_CLOCK
700 #endif
703 /* Define if <time.h> defines clock_t. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_CLOCK_T
706 #endif
709 /* Define 0/1 if your assembler and linker support COMDAT groups. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_COMDAT_GROUP
712 #endif
715 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
716    */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_DECL_ABORT
719 #endif
722 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
723    0. */
724 #ifndef USED_FOR_TARGET
725 #undef HAVE_DECL_ASPRINTF
726 #endif
729 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_DECL_ATOF
732 #endif
735 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
736 #ifndef USED_FOR_TARGET
737 #undef HAVE_DECL_ATOL
738 #endif
741 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
742    */
743 #ifndef USED_FOR_TARGET
744 #undef HAVE_DECL_ATOLL
745 #endif
748 /* Define to 1 if you have the declaration of `basename(const char*)', and to
749    0 if you don't. */
750 #ifndef USED_FOR_TARGET
751 #undef HAVE_DECL_BASENAME
752 #endif
755 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
756    */
757 #ifndef USED_FOR_TARGET
758 #undef HAVE_DECL_CALLOC
759 #endif
762 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
763    define to 0. */
764 #ifndef USED_FOR_TARGET
765 #undef HAVE_DECL_CLEARERR_UNLOCKED
766 #endif
769 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
770    */
771 #ifndef USED_FOR_TARGET
772 #undef HAVE_DECL_CLOCK
773 #endif
776 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
777    */
778 #ifndef USED_FOR_TARGET
779 #undef HAVE_DECL_ERRNO
780 #endif
783 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
784    to 0. */
785 #ifndef USED_FOR_TARGET
786 #undef HAVE_DECL_FEOF_UNLOCKED
787 #endif
790 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
791    define to 0. */
792 #ifndef USED_FOR_TARGET
793 #undef HAVE_DECL_FERROR_UNLOCKED
794 #endif
797 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
798    define to 0. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_DECL_FFLUSH_UNLOCKED
801 #endif
804 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_DECL_FFS
807 #endif
810 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
811    define to 0. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_DECL_FGETC_UNLOCKED
814 #endif
817 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
818    define to 0. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_DECL_FGETS_UNLOCKED
821 #endif
824 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
825    define to 0. */
826 #ifndef USED_FOR_TARGET
827 #undef HAVE_DECL_FILENO_UNLOCKED
828 #endif
831 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
832    define to 0. */
833 #ifndef USED_FOR_TARGET
834 #undef HAVE_DECL_FPRINTF_UNLOCKED
835 #endif
838 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
839    define to 0. */
840 #ifndef USED_FOR_TARGET
841 #undef HAVE_DECL_FPUTC_UNLOCKED
842 #endif
845 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
846    define to 0. */
847 #ifndef USED_FOR_TARGET
848 #undef HAVE_DECL_FPUTS_UNLOCKED
849 #endif
852 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
853    define to 0. */
854 #ifndef USED_FOR_TARGET
855 #undef HAVE_DECL_FREAD_UNLOCKED
856 #endif
859 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_DECL_FREE
862 #endif
865 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
866    define to 0. */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DECL_FWRITE_UNLOCKED
869 #endif
872 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
873    define to 0. */
874 #ifndef USED_FOR_TARGET
875 #undef HAVE_DECL_GETCHAR_UNLOCKED
876 #endif
879 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
880    */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_DECL_GETCWD
883 #endif
886 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
887    to 0. */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_DECL_GETC_UNLOCKED
890 #endif
893 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
894    */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_GETENV
897 #endif
900 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
901    */
902 #ifndef USED_FOR_TARGET
903 #undef HAVE_DECL_GETOPT
904 #endif
907 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
908    to 0. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_DECL_GETPAGESIZE
911 #endif
914 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
915    0. */
916 #ifndef USED_FOR_TARGET
917 #undef HAVE_DECL_GETRLIMIT
918 #endif
921 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
922    0. */
923 #ifndef USED_FOR_TARGET
924 #undef HAVE_DECL_GETRUSAGE
925 #endif
928 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
929    */
930 #ifndef USED_FOR_TARGET
931 #undef HAVE_DECL_GETWD
932 #endif
935 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
936    0. */
937 #ifndef USED_FOR_TARGET
938 #undef HAVE_DECL_LDGETNAME
939 #endif
942 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
943    */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_DECL_MADVISE
946 #endif
949 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
950    */
951 #ifndef USED_FOR_TARGET
952 #undef HAVE_DECL_MALLOC
953 #endif
956 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
957    define to 0. */
958 #ifndef USED_FOR_TARGET
959 #undef HAVE_DECL_PUTCHAR_UNLOCKED
960 #endif
963 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
964    to 0. */
965 #ifndef USED_FOR_TARGET
966 #undef HAVE_DECL_PUTC_UNLOCKED
967 #endif
970 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
971    */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_DECL_REALLOC
974 #endif
977 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_DECL_SBRK
980 #endif
983 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
984    */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_DECL_SETENV
987 #endif
990 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
991    0. */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_DECL_SETRLIMIT
994 #endif
997 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
998    to 0. */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_DECL_SIGALTSTACK
1001 #endif
1004 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1005    0. */
1006 #ifndef USED_FOR_TARGET
1007 #undef HAVE_DECL_SNPRINTF
1008 #endif
1011 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1012    */
1013 #ifndef USED_FOR_TARGET
1014 #undef HAVE_DECL_STPCPY
1015 #endif
1018 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1019    */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_DECL_STRNLEN
1022 #endif
1025 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1026    0. */
1027 #ifndef USED_FOR_TARGET
1028 #undef HAVE_DECL_STRSIGNAL
1029 #endif
1032 /* Define to 1 if you have the declaration of `strstr(const char*,const
1033    char*)', and to 0 if you don't. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_DECL_STRSTR
1036 #endif
1039 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1040    */
1041 #ifndef USED_FOR_TARGET
1042 #undef HAVE_DECL_STRTOL
1043 #endif
1046 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1047    */
1048 #ifndef USED_FOR_TARGET
1049 #undef HAVE_DECL_STRTOLL
1050 #endif
1053 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1054    */
1055 #ifndef USED_FOR_TARGET
1056 #undef HAVE_DECL_STRTOUL
1057 #endif
1060 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1061    0. */
1062 #ifndef USED_FOR_TARGET
1063 #undef HAVE_DECL_STRTOULL
1064 #endif
1067 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1068    0. */
1069 #ifndef USED_FOR_TARGET
1070 #undef HAVE_DECL_STRVERSCMP
1071 #endif
1074 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1075    */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_DECL_TIMES
1078 #endif
1081 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1082    0. */
1083 #ifndef USED_FOR_TARGET
1084 #undef HAVE_DECL_UNSETENV
1085 #endif
1088 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1089    0. */
1090 #ifndef USED_FOR_TARGET
1091 #undef HAVE_DECL_VASPRINTF
1092 #endif
1095 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1096    0. */
1097 #ifndef USED_FOR_TARGET
1098 #undef HAVE_DECL_VSNPRINTF
1099 #endif
1102 /* Define to 1 if you have the <direct.h> header file. */
1103 #ifndef USED_FOR_TARGET
1104 #undef HAVE_DIRECT_H
1105 #endif
1108 /* Define to 1 if you have the <dlfcn.h> header file. */
1109 #ifndef USED_FOR_TARGET
1110 #undef HAVE_DLFCN_H
1111 #endif
1114 /* Define to 1 if you have the <ext/hash_map> header file. */
1115 #ifndef USED_FOR_TARGET
1116 #undef HAVE_EXT_HASH_MAP
1117 #endif
1120 /* Define to 1 if you have the <fcntl.h> header file. */
1121 #ifndef USED_FOR_TARGET
1122 #undef HAVE_FCNTL_H
1123 #endif
1126 /* Define to 1 if you have the `feof_unlocked' function. */
1127 #ifndef USED_FOR_TARGET
1128 #undef HAVE_FEOF_UNLOCKED
1129 #endif
1132 /* Define to 1 if you have the `ferror_unlocked' function. */
1133 #ifndef USED_FOR_TARGET
1134 #undef HAVE_FERROR_UNLOCKED
1135 #endif
1138 /* Define to 1 if you have the `fflush_unlocked' function. */
1139 #ifndef USED_FOR_TARGET
1140 #undef HAVE_FFLUSH_UNLOCKED
1141 #endif
1144 /* Define to 1 if you have the `fgetc_unlocked' function. */
1145 #ifndef USED_FOR_TARGET
1146 #undef HAVE_FGETC_UNLOCKED
1147 #endif
1150 /* Define to 1 if you have the `fgets_unlocked' function. */
1151 #ifndef USED_FOR_TARGET
1152 #undef HAVE_FGETS_UNLOCKED
1153 #endif
1156 /* Define to 1 if you have the `fileno_unlocked' function. */
1157 #ifndef USED_FOR_TARGET
1158 #undef HAVE_FILENO_UNLOCKED
1159 #endif
1162 /* Define to 1 if you have the `fork' function. */
1163 #ifndef USED_FOR_TARGET
1164 #undef HAVE_FORK
1165 #endif
1168 /* Define to 1 if you have the `fprintf_unlocked' function. */
1169 #ifndef USED_FOR_TARGET
1170 #undef HAVE_FPRINTF_UNLOCKED
1171 #endif
1174 /* Define to 1 if you have the `fputc_unlocked' function. */
1175 #ifndef USED_FOR_TARGET
1176 #undef HAVE_FPUTC_UNLOCKED
1177 #endif
1180 /* Define to 1 if you have the `fputs_unlocked' function. */
1181 #ifndef USED_FOR_TARGET
1182 #undef HAVE_FPUTS_UNLOCKED
1183 #endif
1186 /* Define to 1 if you have the `fread_unlocked' function. */
1187 #ifndef USED_FOR_TARGET
1188 #undef HAVE_FREAD_UNLOCKED
1189 #endif
1192 /* Define to 1 if you have the <ftw.h> header file. */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_FTW_H
1195 #endif
1198 /* Define to 1 if you have the `fwrite_unlocked' function. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_FWRITE_UNLOCKED
1201 #endif
1204 /* Define if your assembler supports specifying the alignment of objects
1205    allocated using the GAS .comm command. */
1206 #ifndef USED_FOR_TARGET
1207 #undef HAVE_GAS_ALIGNED_COMM
1208 #endif
1211 /* Define if your assembler supports .balign and .p2align. */
1212 #ifndef USED_FOR_TARGET
1213 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1214 #endif
1217 /* Define 0/1 if your assembler supports CFI directives. */
1218 #undef HAVE_GAS_CFI_DIRECTIVE
1220 /* Define 0/1 if your assembler supports .cfi_personality. */
1221 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1223 /* Define 0/1 if your assembler supports .cfi_sections. */
1224 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1226 /* Define if your assembler supports the .loc discriminator sub-directive. */
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_GAS_DISCRIMINATOR
1229 #endif
1232 /* Define if your assembler supports @gnu_unique_object. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1235 #endif
1238 /* Define if your assembler and linker support .hidden. */
1239 #undef HAVE_GAS_HIDDEN
1241 /* Define if your assembler supports .lcomm with an alignment field. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1244 #endif
1247 /* Define if your assembler supports .literal16. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_GAS_LITERAL16
1250 #endif
1253 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_GAS_LOC_STMT
1256 #endif
1259 /* Define if your assembler supports specifying the maximum number of bytes to
1260    skip when using the GAS .p2align command. */
1261 #ifndef USED_FOR_TARGET
1262 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1263 #endif
1266 /* Define if your assembler supports the .set micromips directive */
1267 #ifndef USED_FOR_TARGET
1268 #undef HAVE_GAS_MICROMIPS
1269 #endif
1272 /* Define if your assembler supports .nsubspa comdat option. */
1273 #ifndef USED_FOR_TARGET
1274 #undef HAVE_GAS_NSUBSPA_COMDAT
1275 #endif
1278 /* Define if your assembler and linker support 32-bit section relative relocs
1279    via '.secrel32 label'. */
1280 #ifndef USED_FOR_TARGET
1281 #undef HAVE_GAS_PE_SECREL32_RELOC
1282 #endif
1285 /* Define if your assembler supports specifying the exclude section flag. */
1286 #ifndef USED_FOR_TARGET
1287 #undef HAVE_GAS_SECTION_EXCLUDE
1288 #endif
1291 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1292    */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_GAS_SHF_MERGE
1295 #endif
1298 /* Define if your assembler supports .subsection and .subsection -1 starts
1299    emitting at the beginning of your section. */
1300 #ifndef USED_FOR_TARGET
1301 #undef HAVE_GAS_SUBSECTION_ORDERING
1302 #endif
1305 /* Define if your assembler supports .weak. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_GAS_WEAK
1308 #endif
1311 /* Define if your assembler supports .weakref. */
1312 #ifndef USED_FOR_TARGET
1313 #undef HAVE_GAS_WEAKREF
1314 #endif
1317 /* Define to 1 if you have the `getchar_unlocked' function. */
1318 #ifndef USED_FOR_TARGET
1319 #undef HAVE_GETCHAR_UNLOCKED
1320 #endif
1323 /* Define to 1 if you have the `getc_unlocked' function. */
1324 #ifndef USED_FOR_TARGET
1325 #undef HAVE_GETC_UNLOCKED
1326 #endif
1329 /* Define to 1 if you have the `getrlimit' function. */
1330 #ifndef USED_FOR_TARGET
1331 #undef HAVE_GETRLIMIT
1332 #endif
1335 /* Define to 1 if you have the `getrusage' function. */
1336 #ifndef USED_FOR_TARGET
1337 #undef HAVE_GETRUSAGE
1338 #endif
1341 /* Define to 1 if you have the `gettimeofday' function. */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_GETTIMEOFDAY
1344 #endif
1347 /* Define to 1 if using GNU as. */
1348 #ifndef USED_FOR_TARGET
1349 #undef HAVE_GNU_AS
1350 #endif
1353 /* Define if your system supports gnu indirect functions. */
1354 #ifndef USED_FOR_TARGET
1355 #undef HAVE_GNU_INDIRECT_FUNCTION
1356 #endif
1359 /* Define to 1 if using GNU ld. */
1360 #ifndef USED_FOR_TARGET
1361 #undef HAVE_GNU_LD
1362 #endif
1365 /* Define if the gold linker supports split stack and is available as a
1366    non-default */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1369 #endif
1372 /* Define if you have the iconv() function. */
1373 #ifndef USED_FOR_TARGET
1374 #undef HAVE_ICONV
1375 #endif
1378 /* Define to 1 if you have the <iconv.h> header file. */
1379 #ifndef USED_FOR_TARGET
1380 #undef HAVE_ICONV_H
1381 #endif
1384 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1385    */
1386 #ifndef USED_FOR_TARGET
1387 #undef HAVE_INITFINI_ARRAY_SUPPORT
1388 #endif
1391 /* Define to 1 if the system has the type `intmax_t'. */
1392 #ifndef USED_FOR_TARGET
1393 #undef HAVE_INTMAX_T
1394 #endif
1397 /* Define to 1 if the system has the type `intptr_t'. */
1398 #ifndef USED_FOR_TARGET
1399 #undef HAVE_INTPTR_T
1400 #endif
1403 /* Define if you have a working <inttypes.h> header file. */
1404 #ifndef USED_FOR_TARGET
1405 #undef HAVE_INTTYPES_H
1406 #endif
1409 /* Define to 1 if you have the `kill' function. */
1410 #ifndef USED_FOR_TARGET
1411 #undef HAVE_KILL
1412 #endif
1415 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1416 #ifndef USED_FOR_TARGET
1417 #undef HAVE_LANGINFO_CODESET
1418 #endif
1421 /* Define to 1 if you have the <langinfo.h> header file. */
1422 #ifndef USED_FOR_TARGET
1423 #undef HAVE_LANGINFO_H
1424 #endif
1427 /* Define if your <locale.h> file defines LC_MESSAGES. */
1428 #ifndef USED_FOR_TARGET
1429 #undef HAVE_LC_MESSAGES
1430 #endif
1433 /* Define to 1 if you have the <ldfcn.h> header file. */
1434 #ifndef USED_FOR_TARGET
1435 #undef HAVE_LDFCN_H
1436 #endif
1439 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1440    alignment > 1. */
1441 #ifndef USED_FOR_TARGET
1442 #undef HAVE_LD_ALIGNED_SHF_MERGE
1443 #endif
1446 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1447    options. */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_LD_AS_NEEDED
1450 #endif
1453 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1454    flash. */
1455 #ifndef USED_FOR_TARGET
1456 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1457 #endif
1460 /* Define if your linker supports -z bndplt */
1461 #ifndef USED_FOR_TARGET
1462 #undef HAVE_LD_BNDPLT_SUPPORT
1463 #endif
1466 /* Define if your linker supports --build-id. */
1467 #ifndef USED_FOR_TARGET
1468 #undef HAVE_LD_BUILDID
1469 #endif
1472 /* Define if the linker supports clearing hardware capabilities via mapfile.
1473    */
1474 #ifndef USED_FOR_TARGET
1475 #undef HAVE_LD_CLEARCAP
1476 #endif
1479 /* Define to the level of your linker's compressed debug section support. */
1480 #ifndef USED_FOR_TARGET
1481 #undef HAVE_LD_COMPRESS_DEBUG
1482 #endif
1485 /* Define if your linker supports --demangle option. */
1486 #ifndef USED_FOR_TARGET
1487 #undef HAVE_LD_DEMANGLE
1488 #endif
1491 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1492 #ifndef USED_FOR_TARGET
1493 #undef HAVE_LD_EH_FRAME_CIEV3
1494 #endif
1497 /* Define if your linker supports .eh_frame_hdr. */
1498 #undef HAVE_LD_EH_FRAME_HDR
1500 /* Define if your linker supports garbage collection of sections in presence
1501    of EH frames. */
1502 #ifndef USED_FOR_TARGET
1503 #undef HAVE_LD_EH_GC_SECTIONS
1504 #endif
1507 /* Define if your linker has buggy garbage collection of sections support when
1508    .text.startup.foo like sections are used. */
1509 #ifndef USED_FOR_TARGET
1510 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1511 #endif
1514 /* Define if your PowerPC64 linker supports a large TOC. */
1515 #ifndef USED_FOR_TARGET
1516 #undef HAVE_LD_LARGE_TOC
1517 #endif
1520 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1521 #ifndef USED_FOR_TARGET
1522 #undef HAVE_LD_NO_DOT_SYMS
1523 #endif
1526 /* Define if your linker can relax absolute .eh_frame personality pointers
1527    into PC-relative form. */
1528 #ifndef USED_FOR_TARGET
1529 #undef HAVE_LD_PERSONALITY_RELAXATION
1530 #endif
1533 /* Define if your linker supports PIE option. */
1534 #ifndef USED_FOR_TARGET
1535 #undef HAVE_LD_PIE
1536 #endif
1539 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1540 #ifndef USED_FOR_TARGET
1541 #undef HAVE_LD_PIE_COPYRELOC
1542 #endif
1545 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1546 #ifndef USED_FOR_TARGET
1547 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1548 #endif
1551 /* Define if your linker supports --push-state/--pop-state */
1552 #ifndef USED_FOR_TARGET
1553 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1554 #endif
1557 /* Define if your linker links a mix of read-only and read-write sections into
1558    a read-write section. */
1559 #ifndef USED_FOR_TARGET
1560 #undef HAVE_LD_RO_RW_SECTION_MIXING
1561 #endif
1564 /* Define if your linker supports the *_sol2 emulations. */
1565 #ifndef USED_FOR_TARGET
1566 #undef HAVE_LD_SOL2_EMULATION
1567 #endif
1570 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1571 #ifndef USED_FOR_TARGET
1572 #undef HAVE_LD_STATIC_DYNAMIC
1573 #endif
1576 /* Define if your linker supports --sysroot. */
1577 #ifndef USED_FOR_TARGET
1578 #undef HAVE_LD_SYSROOT
1579 #endif
1582 /* Define to 1 if you have the <limits.h> header file. */
1583 #ifndef USED_FOR_TARGET
1584 #undef HAVE_LIMITS_H
1585 #endif
1588 /* Define to 1 if you have the <locale.h> header file. */
1589 #ifndef USED_FOR_TARGET
1590 #undef HAVE_LOCALE_H
1591 #endif
1594 /* Define to 1 if the system has the type `long long'. */
1595 #ifndef USED_FOR_TARGET
1596 #undef HAVE_LONG_LONG
1597 #endif
1600 /* Define to 1 if the system has the type `long long int'. */
1601 #ifndef USED_FOR_TARGET
1602 #undef HAVE_LONG_LONG_INT
1603 #endif
1606 /* Define to the level of your linker's plugin support. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_LTO_PLUGIN
1609 #endif
1612 /* Define to 1 if you have the `madvise' function. */
1613 #ifndef USED_FOR_TARGET
1614 #undef HAVE_MADVISE
1615 #endif
1618 /* Define to 1 if you have the <malloc.h> header file. */
1619 #ifndef USED_FOR_TARGET
1620 #undef HAVE_MALLOC_H
1621 #endif
1624 /* Define to 1 if you have the `mbstowcs' function. */
1625 #ifndef USED_FOR_TARGET
1626 #undef HAVE_MBSTOWCS
1627 #endif
1630 /* Define if valgrind's memcheck.h header is installed. */
1631 #ifndef USED_FOR_TARGET
1632 #undef HAVE_MEMCHECK_H
1633 #endif
1636 /* Define to 1 if you have the <memory.h> header file. */
1637 #ifndef USED_FOR_TARGET
1638 #undef HAVE_MEMORY_H
1639 #endif
1642 /* Define to 1 if you have the `mmap' function. */
1643 #ifndef USED_FOR_TARGET
1644 #undef HAVE_MMAP
1645 #endif
1648 /* Define if mmap with MAP_ANON(YMOUS) works. */
1649 #ifndef USED_FOR_TARGET
1650 #undef HAVE_MMAP_ANON
1651 #endif
1654 /* Define if mmap of /dev/zero works. */
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_MMAP_DEV_ZERO
1657 #endif
1660 /* Define if read-only mmap of a plain file works. */
1661 #ifndef USED_FOR_TARGET
1662 #undef HAVE_MMAP_FILE
1663 #endif
1666 /* Define to 1 if you have the `nl_langinfo' function. */
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_NL_LANGINFO
1669 #endif
1672 /* Define to 1 if you have the `popen' function. */
1673 #ifndef USED_FOR_TARGET
1674 #undef HAVE_POPEN
1675 #endif
1678 /* Define to 1 if you have the `putchar_unlocked' function. */
1679 #ifndef USED_FOR_TARGET
1680 #undef HAVE_PUTCHAR_UNLOCKED
1681 #endif
1684 /* Define to 1 if you have the `putc_unlocked' function. */
1685 #ifndef USED_FOR_TARGET
1686 #undef HAVE_PUTC_UNLOCKED
1687 #endif
1690 /* Define to 1 if you have the `setlocale' function. */
1691 #ifndef USED_FOR_TARGET
1692 #undef HAVE_SETLOCALE
1693 #endif
1696 /* Define to 1 if you have the `setrlimit' function. */
1697 #ifndef USED_FOR_TARGET
1698 #undef HAVE_SETRLIMIT
1699 #endif
1702 /* Define if the system-provided CRTs are present on Solaris. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_SOLARIS_CRTS
1705 #endif
1708 /* Define to 1 if you have the <stddef.h> header file. */
1709 #ifndef USED_FOR_TARGET
1710 #undef HAVE_STDDEF_H
1711 #endif
1714 /* Define to 1 if you have the <stdint.h> header file. */
1715 #ifndef USED_FOR_TARGET
1716 #undef HAVE_STDINT_H
1717 #endif
1720 /* Define to 1 if you have the <stdlib.h> header file. */
1721 #ifndef USED_FOR_TARGET
1722 #undef HAVE_STDLIB_H
1723 #endif
1726 /* Define to 1 if you have the <strings.h> header file. */
1727 #ifndef USED_FOR_TARGET
1728 #undef HAVE_STRINGS_H
1729 #endif
1732 /* Define to 1 if you have the <string.h> header file. */
1733 #ifndef USED_FOR_TARGET
1734 #undef HAVE_STRING_H
1735 #endif
1738 /* Define to 1 if you have the `strsignal' function. */
1739 #ifndef USED_FOR_TARGET
1740 #undef HAVE_STRSIGNAL
1741 #endif
1744 /* Define if <sys/times.h> defines struct tms. */
1745 #ifndef USED_FOR_TARGET
1746 #undef HAVE_STRUCT_TMS
1747 #endif
1750 /* Define if <utility> defines std::swap. */
1751 #ifndef USED_FOR_TARGET
1752 #undef HAVE_SWAP_IN_UTILITY
1753 #endif
1756 /* Define to 1 if you have the `sysconf' function. */
1757 #ifndef USED_FOR_TARGET
1758 #undef HAVE_SYSCONF
1759 #endif
1762 /* Define to 1 if you have the <sys/file.h> header file. */
1763 #ifndef USED_FOR_TARGET
1764 #undef HAVE_SYS_FILE_H
1765 #endif
1768 /* Define to 1 if you have the <sys/mman.h> header file. */
1769 #ifndef USED_FOR_TARGET
1770 #undef HAVE_SYS_MMAN_H
1771 #endif
1774 /* Define to 1 if you have the <sys/param.h> header file. */
1775 #ifndef USED_FOR_TARGET
1776 #undef HAVE_SYS_PARAM_H
1777 #endif
1780 /* Define to 1 if you have the <sys/resource.h> header file. */
1781 #ifndef USED_FOR_TARGET
1782 #undef HAVE_SYS_RESOURCE_H
1783 #endif
1786 /* Define if your target C library provides sys/sdt.h */
1787 #undef HAVE_SYS_SDT_H
1789 /* Define to 1 if you have the <sys/stat.h> header file. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_SYS_STAT_H
1792 #endif
1795 /* Define to 1 if you have the <sys/times.h> header file. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_SYS_TIMES_H
1798 #endif
1801 /* Define to 1 if you have the <sys/time.h> header file. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_SYS_TIME_H
1804 #endif
1807 /* Define to 1 if you have the <sys/types.h> header file. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_SYS_TYPES_H
1810 #endif
1813 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_SYS_WAIT_H
1816 #endif
1819 /* Define to 1 if you have the `times' function. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_TIMES
1822 #endif
1825 /* Define to 1 if you have the <time.h> header file. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_TIME_H
1828 #endif
1831 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_TR1_UNORDERED_MAP
1834 #endif
1837 /* Define to 1 if the system has the type `uintmax_t'. */
1838 #ifndef USED_FOR_TARGET
1839 #undef HAVE_UINTMAX_T
1840 #endif
1843 /* Define to 1 if the system has the type `uintptr_t'. */
1844 #ifndef USED_FOR_TARGET
1845 #undef HAVE_UINTPTR_T
1846 #endif
1849 /* Define to 1 if you have the <unistd.h> header file. */
1850 #ifndef USED_FOR_TARGET
1851 #undef HAVE_UNISTD_H
1852 #endif
1855 /* Define to 1 if you have the <unordered_map> header file. */
1856 #ifndef USED_FOR_TARGET
1857 #undef HAVE_UNORDERED_MAP
1858 #endif
1861 /* Define to 1 if the system has the type `unsigned long long int'. */
1862 #ifndef USED_FOR_TARGET
1863 #undef HAVE_UNSIGNED_LONG_LONG_INT
1864 #endif
1867 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1868 #ifndef USED_FOR_TARGET
1869 #undef HAVE_VALGRIND_MEMCHECK_H
1870 #endif
1873 /* Define to 1 if you have the `vfork' function. */
1874 #ifndef USED_FOR_TARGET
1875 #undef HAVE_VFORK
1876 #endif
1879 /* Define to 1 if you have the <vfork.h> header file. */
1880 #ifndef USED_FOR_TARGET
1881 #undef HAVE_VFORK_H
1882 #endif
1885 /* Define to 1 if you have the <wchar.h> header file. */
1886 #ifndef USED_FOR_TARGET
1887 #undef HAVE_WCHAR_H
1888 #endif
1891 /* Define to 1 if you have the `wcswidth' function. */
1892 #ifndef USED_FOR_TARGET
1893 #undef HAVE_WCSWIDTH
1894 #endif
1897 /* Define to 1 if `fork' works. */
1898 #ifndef USED_FOR_TARGET
1899 #undef HAVE_WORKING_FORK
1900 #endif
1903 /* Define this macro if mbstowcs does not crash when its first argument is
1904    NULL. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_WORKING_MBSTOWCS
1907 #endif
1910 /* Define to 1 if `vfork' works. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_WORKING_VFORK
1913 #endif
1916 /* Define if your assembler supports AIX debug frame section label reference.
1917    */
1918 #ifndef USED_FOR_TARGET
1919 #undef HAVE_XCOFF_DWARF_EXTRAS
1920 #endif
1923 /* Define if isl is in use. */
1924 #ifndef USED_FOR_TARGET
1925 #undef HAVE_isl
1926 #endif
1929 /* Define if F_SETLKW supported by fcntl. */
1930 #ifndef USED_FOR_TARGET
1931 #undef HOST_HAS_F_SETLKW
1932 #endif
1935 /* Define as const if the declaration of iconv() needs const. */
1936 #ifndef USED_FOR_TARGET
1937 #undef ICONV_CONST
1938 #endif
1941 /* Define if int64_t uses long as underlying type. */
1942 #ifndef USED_FOR_TARGET
1943 #undef INT64_T_IS_LONG
1944 #endif
1947 /* Define to 1 if ld64 supports '-export_dynamic'. */
1948 #ifndef USED_FOR_TARGET
1949 #undef LD64_HAS_EXPORT_DYNAMIC
1950 #endif
1953 /* Define to ld64 version. */
1954 #ifndef USED_FOR_TARGET
1955 #undef LD64_VERSION
1956 #endif
1959 /* Define to the linker option to ignore unused dependencies. */
1960 #ifndef USED_FOR_TARGET
1961 #undef LD_AS_NEEDED_OPTION
1962 #endif
1965 /* Define to the linker option to enable compressed debug sections. */
1966 #ifndef USED_FOR_TARGET
1967 #undef LD_COMPRESS_DEBUG_OPTION
1968 #endif
1971 /* Define to the linker option to enable use of shared objects. */
1972 #ifndef USED_FOR_TARGET
1973 #undef LD_DYNAMIC_OPTION
1974 #endif
1977 /* Define to the linker option to keep unused dependencies. */
1978 #ifndef USED_FOR_TARGET
1979 #undef LD_NO_AS_NEEDED_OPTION
1980 #endif
1983 /* Define to the linker option to disable use of shared objects. */
1984 #ifndef USED_FOR_TARGET
1985 #undef LD_STATIC_OPTION
1986 #endif
1989 /* The linker hash style */
1990 #ifndef USED_FOR_TARGET
1991 #undef LINKER_HASH_STYLE
1992 #endif
1995 /* Define to the name of the LTO plugin DSO that must be passed to the
1996    linker's -plugin=LIB option. */
1997 #ifndef USED_FOR_TARGET
1998 #undef LTOPLUGINSONAME
1999 #endif
2002 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2003    */
2004 #ifndef USED_FOR_TARGET
2005 #undef LT_OBJDIR
2006 #endif
2009 /* Define if we should link mingw executables with --large-address-aware */
2010 #ifndef USED_FOR_TARGET
2011 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2012 #endif
2015 /* Value to set mingw's _dowildcard to. */
2016 #ifndef USED_FOR_TARGET
2017 #undef MINGW_DOWILDCARD
2018 #endif
2021 /* Define if host mkdir takes a single argument. */
2022 #ifndef USED_FOR_TARGET
2023 #undef MKDIR_TAKES_ONE_ARG
2024 #endif
2027 /* Define to offload targets, separated by commas. */
2028 #ifndef USED_FOR_TARGET
2029 #undef OFFLOAD_TARGETS
2030 #endif
2033 /* Define to the address where bug reports for this package should be sent. */
2034 #ifndef USED_FOR_TARGET
2035 #undef PACKAGE_BUGREPORT
2036 #endif
2039 /* Define to the full name of this package. */
2040 #ifndef USED_FOR_TARGET
2041 #undef PACKAGE_NAME
2042 #endif
2045 /* Define to the full name and version of this package. */
2046 #ifndef USED_FOR_TARGET
2047 #undef PACKAGE_STRING
2048 #endif
2051 /* Define to the one symbol short name of this package. */
2052 #ifndef USED_FOR_TARGET
2053 #undef PACKAGE_TARNAME
2054 #endif
2057 /* Define to the home page for this package. */
2058 #ifndef USED_FOR_TARGET
2059 #undef PACKAGE_URL
2060 #endif
2063 /* Define to the version of this package. */
2064 #ifndef USED_FOR_TARGET
2065 #undef PACKAGE_VERSION
2066 #endif
2069 /* Specify plugin linker */
2070 #ifndef USED_FOR_TARGET
2071 #undef PLUGIN_LD_SUFFIX
2072 #endif
2075 /* Define to .TOC. alignment forced by your linker. */
2076 #ifndef USED_FOR_TARGET
2077 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2078 #endif
2081 /* Define to PREFIX/include if cpp should also search that directory. */
2082 #ifndef USED_FOR_TARGET
2083 #undef PREFIX_INCLUDE_DIR
2084 #endif
2087 /* The size of `int', as computed by sizeof. */
2088 #ifndef USED_FOR_TARGET
2089 #undef SIZEOF_INT
2090 #endif
2093 /* The size of `long', as computed by sizeof. */
2094 #ifndef USED_FOR_TARGET
2095 #undef SIZEOF_LONG
2096 #endif
2099 /* The size of `long long', as computed by sizeof. */
2100 #ifndef USED_FOR_TARGET
2101 #undef SIZEOF_LONG_LONG
2102 #endif
2105 /* The size of `short', as computed by sizeof. */
2106 #ifndef USED_FOR_TARGET
2107 #undef SIZEOF_SHORT
2108 #endif
2111 /* The size of `void *', as computed by sizeof. */
2112 #ifndef USED_FOR_TARGET
2113 #undef SIZEOF_VOID_P
2114 #endif
2117 /* Define to 1 if you have the ANSI C header files. */
2118 #ifndef USED_FOR_TARGET
2119 #undef STDC_HEADERS
2120 #endif
2123 /* Define if you can safely include both <string.h> and <strings.h>. */
2124 #ifndef USED_FOR_TARGET
2125 #undef STRING_WITH_STRINGS
2126 #endif
2129 /* Define if TFmode long double should be the default */
2130 #ifndef USED_FOR_TARGET
2131 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2132 #endif
2135 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2136 #undef TARGET_DL_ITERATE_PHDR
2138 /* GNU C Library major version number used on the target, or 0. */
2139 #ifndef USED_FOR_TARGET
2140 #undef TARGET_GLIBC_MAJOR
2141 #endif
2144 /* GNU C Library minor version number used on the target, or 0. */
2145 #ifndef USED_FOR_TARGET
2146 #undef TARGET_GLIBC_MINOR
2147 #endif
2150 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2151 #ifndef USED_FOR_TARGET
2152 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2153 #endif
2156 /* Define if your target C library provides stack protector support */
2157 #ifndef USED_FOR_TARGET
2158 #undef TARGET_LIBC_PROVIDES_SSP
2159 #endif
2162 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2163 #ifndef USED_FOR_TARGET
2164 #undef TIME_WITH_SYS_TIME
2165 #endif
2168 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2169    work. */
2170 #ifndef USED_FOR_TARGET
2171 #undef TLS_SECTION_ASM_FLAG
2172 #endif
2175 /* Define if your assembler mis-optimizes .eh_frame data. */
2176 #ifndef USED_FOR_TARGET
2177 #undef USE_AS_TRADITIONAL_FORMAT
2178 #endif
2181 /* Define if you want to generate code by default that assumes that the Cygwin
2182    DLL exports wrappers to support libstdc++ function replacement. */
2183 #ifndef USED_FOR_TARGET
2184 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2185 #endif
2188 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2189 #ifndef USED_FOR_TARGET
2190 #undef USE_HIDDEN_LINKONCE
2191 #endif
2194 /* Define to 1 if the 'long long' type is wider than 'long' but still
2195    efficiently supported by the host hardware. */
2196 #ifndef USED_FOR_TARGET
2197 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2198 #endif
2201 /* Define if we should use leading underscore on 64 bit mingw targets */
2202 #ifndef USED_FOR_TARGET
2203 #undef USE_MINGW64_LEADING_UNDERSCORES
2204 #endif
2207 /* Enable extensions on AIX 3, Interix.  */
2208 #ifndef _ALL_SOURCE
2209 # undef _ALL_SOURCE
2210 #endif
2211 /* Enable GNU extensions on systems that have them.  */
2212 #ifndef _GNU_SOURCE
2213 # undef _GNU_SOURCE
2214 #endif
2215 /* Enable threading extensions on Solaris.  */
2216 #ifndef _POSIX_PTHREAD_SEMANTICS
2217 # undef _POSIX_PTHREAD_SEMANTICS
2218 #endif
2219 /* Enable extensions on HP NonStop.  */
2220 #ifndef _TANDEM_SOURCE
2221 # undef _TANDEM_SOURCE
2222 #endif
2223 /* Enable general extensions on Solaris.  */
2224 #ifndef __EXTENSIONS__
2225 # undef __EXTENSIONS__
2226 #endif
2229 /* Define to be the last component of the Windows registry key under which to
2230    look for installation paths. The full key used will be
2231    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2232    The default is the GCC version number. */
2233 #ifndef USED_FOR_TARGET
2234 #undef WIN32_REGISTRY_KEY
2235 #endif
2238 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2239    significant byte first (like Motorola and SPARC, unlike Intel). */
2240 #if defined AC_APPLE_UNIVERSAL_BUILD
2241 # if defined __BIG_ENDIAN__
2242 #  define WORDS_BIGENDIAN 1
2243 # endif
2244 #else
2245 # ifndef WORDS_BIGENDIAN
2246 #  undef WORDS_BIGENDIAN
2247 # endif
2248 #endif
2250 /* Enable large inode numbers on Mac OS X 10.5.  */
2251 #ifndef _DARWIN_USE_64_BIT_INODE
2252 # define _DARWIN_USE_64_BIT_INODE 1
2253 #endif
2255 /* Number of bits in a file offset, on hosts where this is settable. */
2256 #ifndef USED_FOR_TARGET
2257 #undef _FILE_OFFSET_BITS
2258 #endif
2261 /* Define for large files, on AIX-style hosts. */
2262 #ifndef USED_FOR_TARGET
2263 #undef _LARGE_FILES
2264 #endif
2267 /* Define to 1 if on MINIX. */
2268 #ifndef USED_FOR_TARGET
2269 #undef _MINIX
2270 #endif
2273 /* Define to 2 if the system does not provide POSIX.1 features except with
2274    this defined. */
2275 #ifndef USED_FOR_TARGET
2276 #undef _POSIX_1_SOURCE
2277 #endif
2280 /* Define to 1 if you need to in order for `stat' and other things to work. */
2281 #ifndef USED_FOR_TARGET
2282 #undef _POSIX_SOURCE
2283 #endif
2286 /* Define for Solaris 2.5.1 so the uint32_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 _UINT32_T
2291 #endif
2294 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2295    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2296    #define below would cause a syntax error. */
2297 #ifndef USED_FOR_TARGET
2298 #undef _UINT64_T
2299 #endif
2302 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2303    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2304    #define below would cause a syntax error. */
2305 #ifndef USED_FOR_TARGET
2306 #undef _UINT8_T
2307 #endif
2310 /* Define to `char *' if <sys/types.h> does not define. */
2311 #ifndef USED_FOR_TARGET
2312 #undef caddr_t
2313 #endif
2316 /* Define to `__inline__' or `__inline' if that's what the C compiler
2317    calls it, or to nothing if 'inline' is not supported under any name.  */
2318 #ifndef __cplusplus
2319 #undef inline
2320 #endif
2322 /* Define to the type of a signed integer type of width exactly 16 bits if
2323    such a type exists and the standard includes do not define it. */
2324 #ifndef USED_FOR_TARGET
2325 #undef int16_t
2326 #endif
2329 /* Define to the type of a signed integer type of width exactly 32 bits if
2330    such a type exists and the standard includes do not define it. */
2331 #ifndef USED_FOR_TARGET
2332 #undef int32_t
2333 #endif
2336 /* Define to the type of a signed integer type of width exactly 64 bits if
2337    such a type exists and the standard includes do not define it. */
2338 #ifndef USED_FOR_TARGET
2339 #undef int64_t
2340 #endif
2343 /* Define to the type of a signed integer type of width exactly 8 bits if such
2344    a type exists and the standard includes do not define it. */
2345 #ifndef USED_FOR_TARGET
2346 #undef int8_t
2347 #endif
2350 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2351    not define. */
2352 #ifndef USED_FOR_TARGET
2353 #undef intmax_t
2354 #endif
2357 /* Define to the type of a signed integer type wide enough to hold a pointer,
2358    if such a type exists, and if the system does not define it. */
2359 #ifndef USED_FOR_TARGET
2360 #undef intptr_t
2361 #endif
2364 /* Define to `int' if <sys/types.h> does not define. */
2365 #ifndef USED_FOR_TARGET
2366 #undef pid_t
2367 #endif
2370 /* Define to `long' if <sys/resource.h> doesn't define. */
2371 #ifndef USED_FOR_TARGET
2372 #undef rlim_t
2373 #endif
2376 /* Define to `int' if <sys/types.h> does not define. */
2377 #ifndef USED_FOR_TARGET
2378 #undef ssize_t
2379 #endif
2382 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2383    such a type exists and the standard includes do not define it. */
2384 #ifndef USED_FOR_TARGET
2385 #undef uint16_t
2386 #endif
2389 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2390    such a type exists and the standard includes do not define it. */
2391 #ifndef USED_FOR_TARGET
2392 #undef uint32_t
2393 #endif
2396 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2397    such a type exists and the standard includes do not define it. */
2398 #ifndef USED_FOR_TARGET
2399 #undef uint64_t
2400 #endif
2403 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2404    such a type exists and the standard includes do not define it. */
2405 #ifndef USED_FOR_TARGET
2406 #undef uint8_t
2407 #endif
2410 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2411    do not define. */
2412 #ifndef USED_FOR_TARGET
2413 #undef uintmax_t
2414 #endif
2417 /* Define to the type of an unsigned integer type wide enough to hold a
2418    pointer, if such a type exists, and if the system does not define it. */
2419 #ifndef USED_FOR_TARGET
2420 #undef uintptr_t
2421 #endif
2424 /* Define as `fork' if `vfork' does not work. */
2425 #ifndef USED_FOR_TARGET
2426 #undef vfork
2427 #endif