IBM Z: Fix usage of "f" constraint with long doubles
[official-gcc.git] / gcc / config.in
blob10a13cde5860b971ea73ce5f8044672409c3f1bd
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 to the root for URLs about GCC changes. */
28 #ifndef USED_FOR_TARGET
29 #undef CHANGES_ROOT_URL
30 #endif
33 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
34 #ifndef USED_FOR_TARGET
35 #undef CHAR_BIT
36 #endif
39 /* Define to 0/1 if you want more run-time sanity checks. This one gets a grab
40    bag of miscellaneous but relatively cheap checks. */
41 #ifndef USED_FOR_TARGET
42 #undef CHECKING_P
43 #endif
46 /* Define 0/1 to force the choice for exception handling model. */
47 #ifndef USED_FOR_TARGET
48 #undef CONFIG_SJLJ_EXCEPTIONS
49 #endif
52 /* Define to enable the use of a default assembler. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_ASSEMBLER
55 #endif
58 /* Define to enable the use of a default linker. */
59 #ifndef USED_FOR_TARGET
60 #undef DEFAULT_LINKER
61 #endif
64 /* Define to larger than zero set the default stack clash protector size. */
65 #ifndef USED_FOR_TARGET
66 #undef DEFAULT_STK_CLASH_GUARD_SIZE
67 #endif
70 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
71    destructors for local statics and global objects. This is essential for
72    fully standards-compliant handling of destructors, but requires
73    __cxa_atexit in libc. */
74 #ifndef USED_FOR_TARGET
75 #undef DEFAULT_USE_CXA_ATEXIT
76 #endif
79 /* The default for -fdiagnostics-color option */
80 #ifndef USED_FOR_TARGET
81 #undef DIAGNOSTICS_COLOR_DEFAULT
82 #endif
85 /* The default for -fdiagnostics-urls option */
86 #ifndef USED_FOR_TARGET
87 #undef DIAGNOSTICS_URLS_DEFAULT
88 #endif
91 /* Define to the root for documentation URLs. */
92 #ifndef USED_FOR_TARGET
93 #undef DOCUMENTATION_ROOT_URL
94 #endif
97 /* Define 0/1 if static analyzer feature is enabled. */
98 #ifndef USED_FOR_TARGET
99 #undef ENABLE_ANALYZER
100 #endif
103 /* Define if you want assertions enabled. This is a cheap check. */
104 #ifndef USED_FOR_TARGET
105 #undef ENABLE_ASSERT_CHECKING
106 #endif
109 /* Define to 1 to specify that we are using the BID decimal floating point
110    format instead of DPD */
111 #ifndef USED_FOR_TARGET
112 #undef ENABLE_DECIMAL_BID_FORMAT
113 #endif
116 /* Define to 1 to enable decimal float extension to C. */
117 #ifndef USED_FOR_TARGET
118 #undef ENABLE_DECIMAL_FLOAT
119 #endif
122 /* Define if your target supports default PIE and it is enabled. */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_DEFAULT_PIE
125 #endif
128 /* Define if your target supports default stack protector and it is enabled.
129    */
130 #ifndef USED_FOR_TARGET
131 #undef ENABLE_DEFAULT_SSP
132 #endif
135 /* Define if you want more run-time sanity checks for dataflow. */
136 #ifndef USED_FOR_TARGET
137 #undef ENABLE_DF_CHECKING
138 #endif
141 /* Define to 0/1 if you want extra run-time checking that might affect code
142    generation. */
143 #ifndef USED_FOR_TARGET
144 #undef ENABLE_EXTRA_CHECKING
145 #endif
148 /* Define to 1 to enable fixed-point arithmetic extension to C. */
149 #ifndef USED_FOR_TARGET
150 #undef ENABLE_FIXED_POINT
151 #endif
154 /* Define if you want fold checked that it never destructs its argument. This
155    is quite expensive. */
156 #ifndef USED_FOR_TARGET
157 #undef ENABLE_FOLD_CHECKING
158 #endif
161 /* Define if you want the garbage collector to operate in maximally paranoid
162    mode, validating the entire heap and collecting garbage at every
163    opportunity. This is extremely expensive. */
164 #ifndef USED_FOR_TARGET
165 #undef ENABLE_GC_ALWAYS_COLLECT
166 #endif
169 /* Define if you want the garbage collector to do object poisoning and other
170    memory allocation checks. This is quite expensive. */
171 #ifndef USED_FOR_TARGET
172 #undef ENABLE_GC_CHECKING
173 #endif
176 /* Define if you want operations on GIMPLE (the basic data structure of the
177    high-level optimizers) to be checked for dynamic type safety at runtime.
178    This is moderately expensive. */
179 #ifndef USED_FOR_TARGET
180 #undef ENABLE_GIMPLE_CHECKING
181 #endif
184 /* Define if gcc should always pass --build-id to linker. */
185 #ifndef USED_FOR_TARGET
186 #undef ENABLE_LD_BUILDID
187 #endif
190 /* Define to 1 to enable libquadmath support */
191 #ifndef USED_FOR_TARGET
192 #undef ENABLE_LIBQUADMATH_SUPPORT
193 #endif
196 /* Define to enable LTO support. */
197 #ifndef USED_FOR_TARGET
198 #undef ENABLE_LTO
199 #endif
202 /* Define to 1 if translation of program messages to the user's native
203    language is requested. */
204 #ifndef USED_FOR_TARGET
205 #undef ENABLE_NLS
206 #endif
209 /* Define this to enable support for offloading. */
210 #ifndef USED_FOR_TARGET
211 #undef ENABLE_OFFLOADING
212 #endif
215 /* Define to enable plugin support. */
216 #ifndef USED_FOR_TARGET
217 #undef ENABLE_PLUGIN
218 #endif
221 /* Define if you want all operations on RTL (the basic data structure of the
222    optimizer and back end) to be checked for dynamic type safety at runtime.
223    This is quite expensive. */
224 #ifndef USED_FOR_TARGET
225 #undef ENABLE_RTL_CHECKING
226 #endif
229 /* Define if you want RTL flag accesses to be checked against the RTL codes
230    that are supported for each access macro. This is relatively cheap. */
231 #ifndef USED_FOR_TARGET
232 #undef ENABLE_RTL_FLAG_CHECKING
233 #endif
236 /* Define if you want runtime assertions enabled. This is a cheap check. */
237 #undef ENABLE_RUNTIME_CHECKING
239 /* Define to enable evaluating float expressions with double precision in
240    standards-compatible mode on s390 targets. */
241 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
243 /* Define if the -stdlib= option should be enabled. */
244 #ifndef USED_FOR_TARGET
245 #undef ENABLE_STDLIB_OPTION
246 #endif
249 /* Define if you want all operations on trees (the basic data structure of the
250    front ends) to be checked for dynamic type safety at runtime. This is
251    moderately expensive. */
252 #ifndef USED_FOR_TARGET
253 #undef ENABLE_TREE_CHECKING
254 #endif
257 /* Define if you want all gimple types to be verified after gimplifiation.
258    This is cheap. */
259 #ifndef USED_FOR_TARGET
260 #undef ENABLE_TYPES_CHECKING
261 #endif
264 /* Define to get calls to the valgrind runtime enabled. */
265 #ifndef USED_FOR_TARGET
266 #undef ENABLE_VALGRIND_ANNOTATIONS
267 #endif
270 /* Define if you want to run subprograms and generated programs through
271    valgrind (a memory checker). This is extremely expensive. */
272 #ifndef USED_FOR_TARGET
273 #undef ENABLE_VALGRIND_CHECKING
274 #endif
277 /* Define 0/1 if vtable verification feature is enabled. */
278 #ifndef USED_FOR_TARGET
279 #undef ENABLE_VTABLE_VERIFY
280 #endif
283 /* Define to 1 if installation paths should be looked up in the Windows
284    Registry. Ignored on non-Windows hosts. */
285 #ifndef USED_FOR_TARGET
286 #undef ENABLE_WIN32_REGISTRY
287 #endif
290 /* Define to the name of a file containing a list of extra machine modes for
291    this architecture. */
292 #ifndef USED_FOR_TARGET
293 #undef EXTRA_MODES_FILE
294 #endif
297 /* Define to enable detailed memory allocation stats gathering. */
298 #ifndef USED_FOR_TARGET
299 #undef GATHER_STATISTICS
300 #endif
303 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
304 #ifndef USED_FOR_TARGET
305 #undef GWINSZ_IN_SYS_IOCTL
306 #endif
309 /* mcontext_t fields start with __ */
310 #ifndef USED_FOR_TARGET
311 #undef HAS_MCONTEXT_T_UNDERSCORES
312 #endif
315 /* Define if AF_INET6 supported. */
316 #ifndef USED_FOR_TARGET
317 #undef HAVE_AF_INET6
318 #endif
321 /* Define if AF_UNIX supported. */
322 #ifndef USED_FOR_TARGET
323 #undef HAVE_AF_UNIX
324 #endif
327 /* Define if your assembler supports architecture modifiers. */
328 #ifndef USED_FOR_TARGET
329 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
330 #endif
333 /* Define if your avr assembler supports -mgcc-isr option. */
334 #ifndef USED_FOR_TARGET
335 #undef HAVE_AS_AVR_MGCCISR_OPTION
336 #endif
339 /* Define if your avr assembler supports --mlink-relax option. */
340 #ifndef USED_FOR_TARGET
341 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
342 #endif
345 /* Define if your avr assembler supports -mrmw option. */
346 #ifndef USED_FOR_TARGET
347 #undef HAVE_AS_AVR_MRMW_OPTION
348 #endif
351 /* Define to the level of your assembler's compressed debug section support.
352    */
353 #ifndef USED_FOR_TARGET
354 #undef HAVE_AS_COMPRESS_DEBUG
355 #endif
358 /* Define if your assembler supports the --debug-prefix-map option. */
359 #ifndef USED_FOR_TARGET
360 #undef HAVE_AS_DEBUG_PREFIX_MAP
361 #endif
364 /* Define if your assembler supports .module. */
365 #ifndef USED_FOR_TARGET
366 #undef HAVE_AS_DOT_MODULE
367 #endif
370 /* Define if your assembler supports DSPR1 mult. */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_DSPR1_MULT
373 #endif
376 /* Define if your assembler supports .dtprelword. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_DTPRELWORD
379 #endif
382 /* Define if your assembler supports dwarf2 .file/.loc directives, and
383    preserves file table indices exactly as given. */
384 #ifndef USED_FOR_TARGET
385 #undef HAVE_AS_DWARF2_DEBUG_LINE
386 #endif
389 /* Define if your assembler supports views in dwarf2 .loc directives. */
390 #ifndef USED_FOR_TARGET
391 #undef HAVE_AS_DWARF2_DEBUG_VIEW
392 #endif
395 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
396 #ifndef USED_FOR_TARGET
397 #undef HAVE_AS_ENTRY_MARKERS
398 #endif
401 /* Define if your assembler supports explicit relocations. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_EXPLICIT_RELOCS
404 #endif
407 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_FMAF_HPC_VIS3
410 #endif
413 /* Define if your assembler supports the --gdwarf2 option. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
416 #endif
419 /* Define if your assembler supports the --gdwarf-5 option. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
422 #endif
425 /* Define if your assembler supports .gnu_attribute. */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_AS_GNU_ATTRIBUTE
428 #endif
431 /* Define true if the assembler supports '.long foo@GOTOFF'. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_AS_GOTOFF_IN_DATA
434 #endif
437 /* Define if your assembler supports the --gstabs option. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_AS_GSTABS_DEBUG_FLAG
440 #endif
443 /* Define if your assembler supports the Sun syntax for cmov. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
446 #endif
449 /* Define if your assembler supports the subtraction of symbols in different
450    sections. */
451 #ifndef USED_FOR_TARGET
452 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
453 #endif
456 /* Define if your assembler supports the ffreep mnemonic. */
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_AS_IX86_FFREEP
459 #endif
462 /* Define if your assembler uses fildq and fistq mnemonics. */
463 #ifndef USED_FOR_TARGET
464 #undef HAVE_AS_IX86_FILDQ
465 #endif
468 /* Define if your assembler uses filds and fists mnemonics. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_IX86_FILDS
471 #endif
474 /* Define 0/1 if your assembler and linker support @GOT. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_IX86_GOT32X
477 #endif
480 /* Define if your assembler supports HLE prefixes. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_HLE
483 #endif
486 /* Define if your assembler supports interunit movq mnemonic. */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
489 #endif
492 /* Define if your assembler supports the .quad directive. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_AS_IX86_QUAD
495 #endif
498 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
501 #endif
504 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_AS_IX86_SAHF
507 #endif
510 /* Define if your assembler supports the swap suffix. */
511 #ifndef USED_FOR_TARGET
512 #undef HAVE_AS_IX86_SWAP
513 #endif
516 /* Define if your assembler and linker support @tlsgdplt. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_AS_IX86_TLSGDPLT
519 #endif
522 /* Define to 1 if your assembler and linker support @tlsldm. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_AS_IX86_TLSLDM
525 #endif
528 /* Define to 1 if your assembler and linker support @tlsldmplt. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_AS_IX86_TLSLDMPLT
531 #endif
534 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
535    GOT. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
538 #endif
541 /* Define if your assembler supports the 'ud2' mnemonic. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_IX86_UD2
544 #endif
547 /* Define if your assembler supports the lituse_jsrdirect relocation. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_JSRDIRECT_RELOCS
550 #endif
553 /* Define if your assembler supports .sleb128 and .uleb128. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_LEB128
556 #endif
559 /* Define if your assembler supports LEON instructions. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_LEON
562 #endif
565 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_LINE_ZERO
568 #endif
571 /* Define if your assembler supports ltoffx and ldxmov relocations. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
574 #endif
577 /* Define if your assembler supports the -mabi option. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_MABI_OPTION
580 #endif
583 /* Define if your assembler supports .machine and .machinemode. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_MACHINE_MACHINEMODE
586 #endif
589 /* Define if the assembler understands -march=rv*_zifencei. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_MARCH_ZIFENCEI
592 #endif
595 /* Define if your assembler supports mfcr field. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_MFCRF
598 #endif
601 /* Define if the assembler understands -misa-spec=. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_MISA_SPEC
604 #endif
607 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
608    */
609 #ifndef USED_FOR_TARGET
610 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
611 #endif
614 /* Define if your assembler supports .mspabi_attribute. */
615 #ifndef USED_FOR_TARGET
616 #undef HAVE_AS_MSPABI_ATTRIBUTE
617 #endif
620 /* Define if the assembler understands -mnan=. */
621 #ifndef USED_FOR_TARGET
622 #undef HAVE_AS_NAN
623 #endif
626 /* Define if your assembler supports %gotoff relocation syntax. */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
629 #endif
632 /* Define if your assembler supports the -no-mul-bug-abort option. */
633 #ifndef USED_FOR_TARGET
634 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
635 #endif
638 /* Define if the assembler understands -mno-shared. */
639 #ifndef USED_FOR_TARGET
640 #undef HAVE_AS_NO_SHARED
641 #endif
644 /* Define if your assembler supports offsetable %lo(). */
645 #ifndef USED_FOR_TARGET
646 #undef HAVE_AS_OFFSETABLE_LO10
647 #endif
650 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
651 #ifndef USED_FOR_TARGET
652 #undef HAVE_AS_PLTSEQ
653 #endif
656 /* Define if your assembler supports .ref */
657 #ifndef USED_FOR_TARGET
658 #undef HAVE_AS_REF
659 #endif
662 /* Define if your assembler supports R_PPC_REL16 relocs. */
663 #ifndef USED_FOR_TARGET
664 #undef HAVE_AS_REL16
665 #endif
668 /* Define if your assembler supports -relax option. */
669 #ifndef USED_FOR_TARGET
670 #undef HAVE_AS_RELAX_OPTION
671 #endif
674 /* Define if your assembler supports .attribute. */
675 #ifndef USED_FOR_TARGET
676 #undef HAVE_AS_RISCV_ATTRIBUTE
677 #endif
680 /* Define if your assembler supports relocs needed by -fpic. */
681 #ifndef USED_FOR_TARGET
682 #undef HAVE_AS_SMALL_PIC_RELOCS
683 #endif
686 /* Define if your assembler supports SPARC4 instructions. */
687 #ifndef USED_FOR_TARGET
688 #undef HAVE_AS_SPARC4
689 #endif
692 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
693 #ifndef USED_FOR_TARGET
694 #undef HAVE_AS_SPARC5_VIS4
695 #endif
698 /* Define if your assembler supports SPARC6 instructions. */
699 #ifndef USED_FOR_TARGET
700 #undef HAVE_AS_SPARC6
701 #endif
704 /* Define if your assembler and linker support GOTDATA_OP relocs. */
705 #ifndef USED_FOR_TARGET
706 #undef HAVE_AS_SPARC_GOTDATA_OP
707 #endif
710 /* Define if your assembler and linker support unaligned PC relative relocs.
711    */
712 #ifndef USED_FOR_TARGET
713 #undef HAVE_AS_SPARC_UA_PCREL
714 #endif
717 /* Define if your assembler and linker support unaligned PC relative relocs
718    against hidden symbols. */
719 #ifndef USED_FOR_TARGET
720 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
721 #endif
724 /* Define if your assembler supports .stabs. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_AS_STABS_DIRECTIVE
727 #endif
730 /* Define if your assembler and linker support thread-local storage. */
731 #ifndef USED_FOR_TARGET
732 #undef HAVE_AS_TLS
733 #endif
736 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
737    alignment hint argument. */
738 #ifndef USED_FOR_TARGET
739 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
740 #endif
743 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
744    alignment hint argument on z13. */
745 #ifndef USED_FOR_TARGET
746 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
747 #endif
750 /* Define if your assembler supports VSX instructions. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_AS_VSX
753 #endif
756 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
757    generated .debug_line. */
758 #ifndef USED_FOR_TARGET
759 #undef HAVE_AS_WORKING_DWARF_N_FLAG
760 #endif
763 /* Define if your assembler supports -xbrace_comment option. */
764 #ifndef USED_FOR_TARGET
765 #undef HAVE_AS_XBRACE_COMMENT_OPTION
766 #endif
769 /* Define to 1 if you have the `atoq' function. */
770 #ifndef USED_FOR_TARGET
771 #undef HAVE_ATOQ
772 #endif
775 /* Define to 1 if you have the `clearerr_unlocked' function. */
776 #ifndef USED_FOR_TARGET
777 #undef HAVE_CLEARERR_UNLOCKED
778 #endif
781 /* Define to 1 if you have the `clock' function. */
782 #ifndef USED_FOR_TARGET
783 #undef HAVE_CLOCK
784 #endif
787 /* Define if <time.h> defines clock_t. */
788 #ifndef USED_FOR_TARGET
789 #undef HAVE_CLOCK_T
790 #endif
793 /* Define 0/1 if your assembler and linker support COMDAT groups. */
794 #ifndef USED_FOR_TARGET
795 #undef HAVE_COMDAT_GROUP
796 #endif
799 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
800    */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_DECL_ABORT
803 #endif
806 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
807    0. */
808 #ifndef USED_FOR_TARGET
809 #undef HAVE_DECL_ASPRINTF
810 #endif
813 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
814 #ifndef USED_FOR_TARGET
815 #undef HAVE_DECL_ATOF
816 #endif
819 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
820 #ifndef USED_FOR_TARGET
821 #undef HAVE_DECL_ATOL
822 #endif
825 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
826    */
827 #ifndef USED_FOR_TARGET
828 #undef HAVE_DECL_ATOLL
829 #endif
832 /* Define to 1 if you have the declaration of `basename(const char*)', and to
833    0 if you don't. */
834 #ifndef USED_FOR_TARGET
835 #undef HAVE_DECL_BASENAME
836 #endif
839 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
840    */
841 #ifndef USED_FOR_TARGET
842 #undef HAVE_DECL_CALLOC
843 #endif
846 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
847    define to 0. */
848 #ifndef USED_FOR_TARGET
849 #undef HAVE_DECL_CLEARERR_UNLOCKED
850 #endif
853 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
854    */
855 #ifndef USED_FOR_TARGET
856 #undef HAVE_DECL_CLOCK
857 #endif
860 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
861    */
862 #ifndef USED_FOR_TARGET
863 #undef HAVE_DECL_ERRNO
864 #endif
867 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
868    to 0. */
869 #ifndef USED_FOR_TARGET
870 #undef HAVE_DECL_FEOF_UNLOCKED
871 #endif
874 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
875    define to 0. */
876 #ifndef USED_FOR_TARGET
877 #undef HAVE_DECL_FERROR_UNLOCKED
878 #endif
881 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
882    define to 0. */
883 #ifndef USED_FOR_TARGET
884 #undef HAVE_DECL_FFLUSH_UNLOCKED
885 #endif
888 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
889 #ifndef USED_FOR_TARGET
890 #undef HAVE_DECL_FFS
891 #endif
894 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
895    define to 0. */
896 #ifndef USED_FOR_TARGET
897 #undef HAVE_DECL_FGETC_UNLOCKED
898 #endif
901 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
902    define to 0. */
903 #ifndef USED_FOR_TARGET
904 #undef HAVE_DECL_FGETS_UNLOCKED
905 #endif
908 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
909    define to 0. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_DECL_FILENO_UNLOCKED
912 #endif
915 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
916    define to 0. */
917 #ifndef USED_FOR_TARGET
918 #undef HAVE_DECL_FPRINTF_UNLOCKED
919 #endif
922 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
923    define to 0. */
924 #ifndef USED_FOR_TARGET
925 #undef HAVE_DECL_FPUTC_UNLOCKED
926 #endif
929 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
930    define to 0. */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_DECL_FPUTS_UNLOCKED
933 #endif
936 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
937    define to 0. */
938 #ifndef USED_FOR_TARGET
939 #undef HAVE_DECL_FREAD_UNLOCKED
940 #endif
943 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_DECL_FREE
946 #endif
949 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
950    define to 0. */
951 #ifndef USED_FOR_TARGET
952 #undef HAVE_DECL_FWRITE_UNLOCKED
953 #endif
956 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
957    define to 0. */
958 #ifndef USED_FOR_TARGET
959 #undef HAVE_DECL_GETCHAR_UNLOCKED
960 #endif
963 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
964    */
965 #ifndef USED_FOR_TARGET
966 #undef HAVE_DECL_GETCWD
967 #endif
970 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
971    to 0. */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_DECL_GETC_UNLOCKED
974 #endif
977 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
978    */
979 #ifndef USED_FOR_TARGET
980 #undef HAVE_DECL_GETENV
981 #endif
984 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
985    */
986 #ifndef USED_FOR_TARGET
987 #undef HAVE_DECL_GETOPT
988 #endif
991 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
992    to 0. */
993 #ifndef USED_FOR_TARGET
994 #undef HAVE_DECL_GETPAGESIZE
995 #endif
998 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
999    0. */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_DECL_GETRLIMIT
1002 #endif
1005 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1006    0. */
1007 #ifndef USED_FOR_TARGET
1008 #undef HAVE_DECL_GETRUSAGE
1009 #endif
1012 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1013    */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_DECL_GETWD
1016 #endif
1019 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1020    0. */
1021 #ifndef USED_FOR_TARGET
1022 #undef HAVE_DECL_LDGETNAME
1023 #endif
1026 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1027    */
1028 #ifndef USED_FOR_TARGET
1029 #undef HAVE_DECL_MADVISE
1030 #endif
1033 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1034    0. */
1035 #ifndef USED_FOR_TARGET
1036 #undef HAVE_DECL_MALLINFO
1037 #endif
1040 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1041    0. */
1042 #ifndef USED_FOR_TARGET
1043 #undef HAVE_DECL_MALLINFO2
1044 #endif
1047 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1048    */
1049 #ifndef USED_FOR_TARGET
1050 #undef HAVE_DECL_MALLOC
1051 #endif
1054 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1055    define to 0. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1058 #endif
1061 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1062    to 0. */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_DECL_PUTC_UNLOCKED
1065 #endif
1068 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1069    */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_DECL_REALLOC
1072 #endif
1075 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1076 #ifndef USED_FOR_TARGET
1077 #undef HAVE_DECL_SBRK
1078 #endif
1081 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1082    */
1083 #ifndef USED_FOR_TARGET
1084 #undef HAVE_DECL_SETENV
1085 #endif
1088 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1089    0. */
1090 #ifndef USED_FOR_TARGET
1091 #undef HAVE_DECL_SETRLIMIT
1092 #endif
1095 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1096    to 0. */
1097 #ifndef USED_FOR_TARGET
1098 #undef HAVE_DECL_SIGALTSTACK
1099 #endif
1102 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1103    0. */
1104 #ifndef USED_FOR_TARGET
1105 #undef HAVE_DECL_SNPRINTF
1106 #endif
1109 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1110    */
1111 #ifndef USED_FOR_TARGET
1112 #undef HAVE_DECL_STPCPY
1113 #endif
1116 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1117    */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_DECL_STRNLEN
1120 #endif
1123 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1124    0. */
1125 #ifndef USED_FOR_TARGET
1126 #undef HAVE_DECL_STRSIGNAL
1127 #endif
1130 /* Define to 1 if you have the declaration of `strstr(const char*,const
1131    char*)', and to 0 if you don't. */
1132 #ifndef USED_FOR_TARGET
1133 #undef HAVE_DECL_STRSTR
1134 #endif
1137 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1138    */
1139 #ifndef USED_FOR_TARGET
1140 #undef HAVE_DECL_STRTOL
1141 #endif
1144 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1145    */
1146 #ifndef USED_FOR_TARGET
1147 #undef HAVE_DECL_STRTOLL
1148 #endif
1151 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1152    */
1153 #ifndef USED_FOR_TARGET
1154 #undef HAVE_DECL_STRTOUL
1155 #endif
1158 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1159    0. */
1160 #ifndef USED_FOR_TARGET
1161 #undef HAVE_DECL_STRTOULL
1162 #endif
1165 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1166    0. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_DECL_STRVERSCMP
1169 #endif
1172 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1173    */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_DECL_TIMES
1176 #endif
1179 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1180    0. */
1181 #ifndef USED_FOR_TARGET
1182 #undef HAVE_DECL_UNSETENV
1183 #endif
1186 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1187    0. */
1188 #ifndef USED_FOR_TARGET
1189 #undef HAVE_DECL_VASPRINTF
1190 #endif
1193 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1194    0. */
1195 #ifndef USED_FOR_TARGET
1196 #undef HAVE_DECL_VSNPRINTF
1197 #endif
1200 /* Define to 1 if you have the <direct.h> header file. */
1201 #ifndef USED_FOR_TARGET
1202 #undef HAVE_DIRECT_H
1203 #endif
1206 /* Define to 1 if you have the <dlfcn.h> header file. */
1207 #ifndef USED_FOR_TARGET
1208 #undef HAVE_DLFCN_H
1209 #endif
1212 /* Define to 1 if you have the <ext/hash_map> header file. */
1213 #ifndef USED_FOR_TARGET
1214 #undef HAVE_EXT_HASH_MAP
1215 #endif
1218 /* Define to 1 if you have the <fcntl.h> header file. */
1219 #ifndef USED_FOR_TARGET
1220 #undef HAVE_FCNTL_H
1221 #endif
1224 /* Define to 1 if you have the `feof_unlocked' function. */
1225 #ifndef USED_FOR_TARGET
1226 #undef HAVE_FEOF_UNLOCKED
1227 #endif
1230 /* Define to 1 if you have the `ferror_unlocked' function. */
1231 #ifndef USED_FOR_TARGET
1232 #undef HAVE_FERROR_UNLOCKED
1233 #endif
1236 /* Define to 1 if you have the `fflush_unlocked' function. */
1237 #ifndef USED_FOR_TARGET
1238 #undef HAVE_FFLUSH_UNLOCKED
1239 #endif
1242 /* Define to 1 if you have the `fgetc_unlocked' function. */
1243 #ifndef USED_FOR_TARGET
1244 #undef HAVE_FGETC_UNLOCKED
1245 #endif
1248 /* Define to 1 if you have the `fgets_unlocked' function. */
1249 #ifndef USED_FOR_TARGET
1250 #undef HAVE_FGETS_UNLOCKED
1251 #endif
1254 /* Define to 1 if you have the `fileno_unlocked' function. */
1255 #ifndef USED_FOR_TARGET
1256 #undef HAVE_FILENO_UNLOCKED
1257 #endif
1260 /* Define to 1 if you have the `fork' function. */
1261 #ifndef USED_FOR_TARGET
1262 #undef HAVE_FORK
1263 #endif
1266 /* Define to 1 if you have the `fprintf_unlocked' function. */
1267 #ifndef USED_FOR_TARGET
1268 #undef HAVE_FPRINTF_UNLOCKED
1269 #endif
1272 /* Define to 1 if you have the `fputc_unlocked' function. */
1273 #ifndef USED_FOR_TARGET
1274 #undef HAVE_FPUTC_UNLOCKED
1275 #endif
1278 /* Define to 1 if you have the `fputs_unlocked' function. */
1279 #ifndef USED_FOR_TARGET
1280 #undef HAVE_FPUTS_UNLOCKED
1281 #endif
1284 /* Define to 1 if you have the `fread_unlocked' function. */
1285 #ifndef USED_FOR_TARGET
1286 #undef HAVE_FREAD_UNLOCKED
1287 #endif
1290 /* Define to 1 if you have the `fstatat' function. */
1291 #ifndef USED_FOR_TARGET
1292 #undef HAVE_FSTATAT
1293 #endif
1296 /* Define to 1 if you have the <ftw.h> header file. */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_FTW_H
1299 #endif
1302 /* Define to 1 if you have the `fwrite_unlocked' function. */
1303 #ifndef USED_FOR_TARGET
1304 #undef HAVE_FWRITE_UNLOCKED
1305 #endif
1308 /* Define if your assembler supports specifying the alignment of objects
1309    allocated using the GAS .comm command. */
1310 #ifndef USED_FOR_TARGET
1311 #undef HAVE_GAS_ALIGNED_COMM
1312 #endif
1315 /* Define if your assembler supports .balign and .p2align. */
1316 #ifndef USED_FOR_TARGET
1317 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1318 #endif
1321 /* Define 0/1 if your assembler supports CFI directives. */
1322 #undef HAVE_GAS_CFI_DIRECTIVE
1324 /* Define 0/1 if your assembler supports .cfi_personality. */
1325 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1327 /* Define 0/1 if your assembler supports .cfi_sections. */
1328 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1330 /* Define if your assembler supports the .loc discriminator sub-directive. */
1331 #ifndef USED_FOR_TARGET
1332 #undef HAVE_GAS_DISCRIMINATOR
1333 #endif
1336 /* Define if your assembler supports @gnu_unique_object. */
1337 #ifndef USED_FOR_TARGET
1338 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1339 #endif
1342 /* Define if your assembler and linker support .hidden. */
1343 #undef HAVE_GAS_HIDDEN
1345 /* Define if your assembler supports .lcomm with an alignment field. */
1346 #ifndef USED_FOR_TARGET
1347 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1348 #endif
1351 /* Define if your assembler supports .literal16. */
1352 #ifndef USED_FOR_TARGET
1353 #undef HAVE_GAS_LITERAL16
1354 #endif
1357 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1358 #ifndef USED_FOR_TARGET
1359 #undef HAVE_GAS_LOC_STMT
1360 #endif
1363 /* Define if your assembler supports specifying the maximum number of bytes to
1364    skip when using the GAS .p2align command. */
1365 #ifndef USED_FOR_TARGET
1366 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1367 #endif
1370 /* Define if your assembler supports the .set micromips directive */
1371 #ifndef USED_FOR_TARGET
1372 #undef HAVE_GAS_MICROMIPS
1373 #endif
1376 /* Define if your assembler supports .nsubspa comdat option. */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_GAS_NSUBSPA_COMDAT
1379 #endif
1382 /* Define if your assembler and linker support 32-bit section relative relocs
1383    via '.secrel32 label'. */
1384 #ifndef USED_FOR_TARGET
1385 #undef HAVE_GAS_PE_SECREL32_RELOC
1386 #endif
1389 /* Define if your assembler supports specifying the exclude section flag. */
1390 #ifndef USED_FOR_TARGET
1391 #undef HAVE_GAS_SECTION_EXCLUDE
1392 #endif
1395 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1396 #ifndef USED_FOR_TARGET
1397 #undef HAVE_GAS_SECTION_LINK_ORDER
1398 #endif
1401 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1402    flag. */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_GAS_SHF_GNU_RETAIN
1405 #endif
1408 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1409    */
1410 #ifndef USED_FOR_TARGET
1411 #undef HAVE_GAS_SHF_MERGE
1412 #endif
1415 /* Define if your assembler supports .subsection and .subsection -1 starts
1416    emitting at the beginning of your section. */
1417 #ifndef USED_FOR_TARGET
1418 #undef HAVE_GAS_SUBSECTION_ORDERING
1419 #endif
1422 /* Define if your assembler supports .weak. */
1423 #ifndef USED_FOR_TARGET
1424 #undef HAVE_GAS_WEAK
1425 #endif
1428 /* Define if your assembler supports .weakref. */
1429 #ifndef USED_FOR_TARGET
1430 #undef HAVE_GAS_WEAKREF
1431 #endif
1434 /* Define to 1 if you have the `getchar_unlocked' function. */
1435 #ifndef USED_FOR_TARGET
1436 #undef HAVE_GETCHAR_UNLOCKED
1437 #endif
1440 /* Define to 1 if you have the `getc_unlocked' function. */
1441 #ifndef USED_FOR_TARGET
1442 #undef HAVE_GETC_UNLOCKED
1443 #endif
1446 /* Define to 1 if you have the `getrlimit' function. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_GETRLIMIT
1449 #endif
1452 /* Define to 1 if you have the `getrusage' function. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GETRUSAGE
1455 #endif
1458 /* Define to 1 if you have the `gettimeofday' function. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GETTIMEOFDAY
1461 #endif
1464 /* Define to 1 if using GNU as. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GNU_AS
1467 #endif
1470 /* Define if your system supports gnu indirect functions. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GNU_INDIRECT_FUNCTION
1473 #endif
1476 /* Define to 1 if using GNU ld. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GNU_LD
1479 #endif
1482 /* Define if the gold linker supports split stack and is available as a
1483    non-default */
1484 #ifndef USED_FOR_TARGET
1485 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1486 #endif
1489 /* Define if you have the iconv() function. */
1490 #ifndef USED_FOR_TARGET
1491 #undef HAVE_ICONV
1492 #endif
1495 /* Define to 1 if you have the <iconv.h> header file. */
1496 #ifndef USED_FOR_TARGET
1497 #undef HAVE_ICONV_H
1498 #endif
1501 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1502    */
1503 #ifndef USED_FOR_TARGET
1504 #undef HAVE_INITFINI_ARRAY_SUPPORT
1505 #endif
1508 /* Define to 1 if the system has the type `intmax_t'. */
1509 #ifndef USED_FOR_TARGET
1510 #undef HAVE_INTMAX_T
1511 #endif
1514 /* Define to 1 if the system has the type `intptr_t'. */
1515 #ifndef USED_FOR_TARGET
1516 #undef HAVE_INTPTR_T
1517 #endif
1520 /* Define if you have a working <inttypes.h> header file. */
1521 #ifndef USED_FOR_TARGET
1522 #undef HAVE_INTTYPES_H
1523 #endif
1526 /* Define to 1 if you have the `kill' function. */
1527 #ifndef USED_FOR_TARGET
1528 #undef HAVE_KILL
1529 #endif
1532 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1533 #ifndef USED_FOR_TARGET
1534 #undef HAVE_LANGINFO_CODESET
1535 #endif
1538 /* Define to 1 if you have the <langinfo.h> header file. */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_LANGINFO_H
1541 #endif
1544 /* Define if your <locale.h> file defines LC_MESSAGES. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_LC_MESSAGES
1547 #endif
1550 /* Define to 1 if you have the <ldfcn.h> header file. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_LDFCN_H
1553 #endif
1556 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1557    alignment > 1. */
1558 #ifndef USED_FOR_TARGET
1559 #undef HAVE_LD_ALIGNED_SHF_MERGE
1560 #endif
1563 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1564    options. */
1565 #ifndef USED_FOR_TARGET
1566 #undef HAVE_LD_AS_NEEDED
1567 #endif
1570 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1571    flash. */
1572 #ifndef USED_FOR_TARGET
1573 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1574 #endif
1577 /* Define if your linker supports -z bndplt */
1578 #ifndef USED_FOR_TARGET
1579 #undef HAVE_LD_BNDPLT_SUPPORT
1580 #endif
1583 /* Define if your linker supports --build-id. */
1584 #ifndef USED_FOR_TARGET
1585 #undef HAVE_LD_BUILDID
1586 #endif
1589 /* Define if the linker supports clearing hardware capabilities via mapfile.
1590    */
1591 #ifndef USED_FOR_TARGET
1592 #undef HAVE_LD_CLEARCAP
1593 #endif
1596 /* Define to the level of your linker's compressed debug section support. */
1597 #ifndef USED_FOR_TARGET
1598 #undef HAVE_LD_COMPRESS_DEBUG
1599 #endif
1602 /* Define if your linker supports --demangle option. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_LD_DEMANGLE
1605 #endif
1608 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_LD_EH_FRAME_CIEV3
1611 #endif
1614 /* Define if your linker supports .eh_frame_hdr. */
1615 #undef HAVE_LD_EH_FRAME_HDR
1617 /* Define if your linker supports garbage collection of sections in presence
1618    of EH frames. */
1619 #ifndef USED_FOR_TARGET
1620 #undef HAVE_LD_EH_GC_SECTIONS
1621 #endif
1624 /* Define if your linker has buggy garbage collection of sections support when
1625    .text.startup.foo like sections are used. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1628 #endif
1631 /* Define if your PowerPC64 linker supports a large TOC. */
1632 #ifndef USED_FOR_TARGET
1633 #undef HAVE_LD_LARGE_TOC
1634 #endif
1637 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1638 #ifndef USED_FOR_TARGET
1639 #undef HAVE_LD_NO_DOT_SYMS
1640 #endif
1643 /* Define if your linker can relax absolute .eh_frame personality pointers
1644    into PC-relative form. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_PERSONALITY_RELAXATION
1647 #endif
1650 /* Define if your linker supports PIE option. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_LD_PIE
1653 #endif
1656 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_LD_PIE_COPYRELOC
1659 #endif
1662 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1663 #ifndef USED_FOR_TARGET
1664 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1665 #endif
1668 /* Define if your linker supports --push-state/--pop-state */
1669 #ifndef USED_FOR_TARGET
1670 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1671 #endif
1674 /* Define if your linker links a mix of read-only and read-write sections into
1675    a read-write section. */
1676 #ifndef USED_FOR_TARGET
1677 #undef HAVE_LD_RO_RW_SECTION_MIXING
1678 #endif
1681 /* Define if your linker supports the *_sol2 emulations. */
1682 #ifndef USED_FOR_TARGET
1683 #undef HAVE_LD_SOL2_EMULATION
1684 #endif
1687 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1688 #ifndef USED_FOR_TARGET
1689 #undef HAVE_LD_STATIC_DYNAMIC
1690 #endif
1693 /* Define if your linker supports --sysroot. */
1694 #ifndef USED_FOR_TARGET
1695 #undef HAVE_LD_SYSROOT
1696 #endif
1699 /* Define to 1 if you have the <limits.h> header file. */
1700 #ifndef USED_FOR_TARGET
1701 #undef HAVE_LIMITS_H
1702 #endif
1705 /* Define to 1 if you have the <locale.h> header file. */
1706 #ifndef USED_FOR_TARGET
1707 #undef HAVE_LOCALE_H
1708 #endif
1711 /* Define to 1 if the system has the type `long long'. */
1712 #ifndef USED_FOR_TARGET
1713 #undef HAVE_LONG_LONG
1714 #endif
1717 /* Define to 1 if the system has the type `long long int'. */
1718 #ifndef USED_FOR_TARGET
1719 #undef HAVE_LONG_LONG_INT
1720 #endif
1723 /* Define to the level of your linker's plugin support. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_LTO_PLUGIN
1726 #endif
1729 /* Define to 1 if you have the `madvise' function. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_MADVISE
1732 #endif
1735 /* Define to 1 if you have the `mallinfo' function. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_MALLINFO
1738 #endif
1741 /* Define to 1 if you have the `mallinfo2' function. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_MALLINFO2
1744 #endif
1747 /* Define to 1 if you have the <malloc.h> header file. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_MALLOC_H
1750 #endif
1753 /* Define to 1 if you have the `mbstowcs' function. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_MBSTOWCS
1756 #endif
1759 /* Define if valgrind's memcheck.h header is installed. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_MEMCHECK_H
1762 #endif
1765 /* Define to 1 if you have the <memory.h> header file. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_MEMORY_H
1768 #endif
1771 /* Define to 1 if you have the `mmap' function. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_MMAP
1774 #endif
1777 /* Define if mmap with MAP_ANON(YMOUS) works. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_MMAP_ANON
1780 #endif
1783 /* Define if mmap of /dev/zero works. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_MMAP_DEV_ZERO
1786 #endif
1789 /* Define if read-only mmap of a plain file works. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MMAP_FILE
1792 #endif
1795 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1796    */
1797 #ifndef USED_FOR_TARGET
1798 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1799 #endif
1802 /* Define to 1 if you have the `nl_langinfo' function. */
1803 #ifndef USED_FOR_TARGET
1804 #undef HAVE_NL_LANGINFO
1805 #endif
1808 /* Define to 1 if you have the `popen' function. */
1809 #ifndef USED_FOR_TARGET
1810 #undef HAVE_POPEN
1811 #endif
1814 /* Define to 1 if you have the `posix_fallocate' function. */
1815 #ifndef USED_FOR_TARGET
1816 #undef HAVE_POSIX_FALLOCATE
1817 #endif
1820 /* Define to 1 if you have the `putchar_unlocked' function. */
1821 #ifndef USED_FOR_TARGET
1822 #undef HAVE_PUTCHAR_UNLOCKED
1823 #endif
1826 /* Define to 1 if you have the `putc_unlocked' function. */
1827 #ifndef USED_FOR_TARGET
1828 #undef HAVE_PUTC_UNLOCKED
1829 #endif
1832 /* Define to 1 if you have the `setlocale' function. */
1833 #ifndef USED_FOR_TARGET
1834 #undef HAVE_SETLOCALE
1835 #endif
1838 /* Define to 1 if you have the `setrlimit' function. */
1839 #ifndef USED_FOR_TARGET
1840 #undef HAVE_SETRLIMIT
1841 #endif
1844 /* Define if <sys/signal.h> defines sighandler_t */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_SIGHANDLER_T
1847 #endif
1850 /* Define if the system-provided CRTs are present on Solaris. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_SOLARIS_CRTS
1853 #endif
1856 /* Define to 1 if you have the <stddef.h> header file. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_STDDEF_H
1859 #endif
1862 /* Define to 1 if you have the <stdint.h> header file. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_STDINT_H
1865 #endif
1868 /* Define to 1 if you have the <stdlib.h> header file. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_STDLIB_H
1871 #endif
1874 /* Define to 1 if you have the <strings.h> header file. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_STRINGS_H
1877 #endif
1880 /* Define to 1 if you have the <string.h> header file. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_STRING_H
1883 #endif
1886 /* Define to 1 if you have the `strsignal' function. */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_STRSIGNAL
1889 #endif
1892 /* Define if <sys/times.h> defines struct tms. */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_STRUCT_TMS
1895 #endif
1898 /* Define if <utility> defines std::swap. */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_SWAP_IN_UTILITY
1901 #endif
1904 /* Define to 1 if you have the `sysconf' function. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_SYSCONF
1907 #endif
1910 /* Define to 1 if you have the <sys/file.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_SYS_FILE_H
1913 #endif
1916 /* Define to 1 if you have the <sys/mman.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_SYS_MMAN_H
1919 #endif
1922 /* Define to 1 if you have the <sys/param.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_SYS_PARAM_H
1925 #endif
1928 /* Define to 1 if you have the <sys/resource.h> header file. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_SYS_RESOURCE_H
1931 #endif
1934 /* Define if your target C library provides sys/sdt.h */
1935 #undef HAVE_SYS_SDT_H
1937 /* Define to 1 if you have the <sys/stat.h> header file. */
1938 #ifndef USED_FOR_TARGET
1939 #undef HAVE_SYS_STAT_H
1940 #endif
1943 /* Define to 1 if you have the <sys/times.h> header file. */
1944 #ifndef USED_FOR_TARGET
1945 #undef HAVE_SYS_TIMES_H
1946 #endif
1949 /* Define to 1 if you have the <sys/time.h> header file. */
1950 #ifndef USED_FOR_TARGET
1951 #undef HAVE_SYS_TIME_H
1952 #endif
1955 /* Define to 1 if you have the <sys/types.h> header file. */
1956 #ifndef USED_FOR_TARGET
1957 #undef HAVE_SYS_TYPES_H
1958 #endif
1961 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1962 #ifndef USED_FOR_TARGET
1963 #undef HAVE_SYS_WAIT_H
1964 #endif
1967 /* Define to 1 if you have the `times' function. */
1968 #ifndef USED_FOR_TARGET
1969 #undef HAVE_TIMES
1970 #endif
1973 /* Define to 1 if you have the <time.h> header file. */
1974 #ifndef USED_FOR_TARGET
1975 #undef HAVE_TIME_H
1976 #endif
1979 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1980 #ifndef USED_FOR_TARGET
1981 #undef HAVE_TR1_UNORDERED_MAP
1982 #endif
1985 /* Define to 1 if the system has the type `uintmax_t'. */
1986 #ifndef USED_FOR_TARGET
1987 #undef HAVE_UINTMAX_T
1988 #endif
1991 /* Define to 1 if the system has the type `uintptr_t'. */
1992 #ifndef USED_FOR_TARGET
1993 #undef HAVE_UINTPTR_T
1994 #endif
1997 /* Define to 1 if you have the <unistd.h> header file. */
1998 #ifndef USED_FOR_TARGET
1999 #undef HAVE_UNISTD_H
2000 #endif
2003 /* Define to 1 if you have the <unordered_map> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_UNORDERED_MAP
2006 #endif
2009 /* Define to 1 if the system has the type `unsigned long long int'. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_UNSIGNED_LONG_LONG_INT
2012 #endif
2015 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_VALGRIND_MEMCHECK_H
2018 #endif
2021 /* Define to 1 if you have the `vfork' function. */
2022 #ifndef USED_FOR_TARGET
2023 #undef HAVE_VFORK
2024 #endif
2027 /* Define to 1 if you have the <vfork.h> header file. */
2028 #ifndef USED_FOR_TARGET
2029 #undef HAVE_VFORK_H
2030 #endif
2033 /* Define to 1 if you have the <wchar.h> header file. */
2034 #ifndef USED_FOR_TARGET
2035 #undef HAVE_WCHAR_H
2036 #endif
2039 /* Define to 1 if you have the `wcswidth' function. */
2040 #ifndef USED_FOR_TARGET
2041 #undef HAVE_WCSWIDTH
2042 #endif
2045 /* Define to 1 if `fork' works. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_WORKING_FORK
2048 #endif
2051 /* Define this macro if mbstowcs does not crash when its first argument is
2052    NULL. */
2053 #ifndef USED_FOR_TARGET
2054 #undef HAVE_WORKING_MBSTOWCS
2055 #endif
2058 /* Define to 1 if `vfork' works. */
2059 #ifndef USED_FOR_TARGET
2060 #undef HAVE_WORKING_VFORK
2061 #endif
2064 /* Define if your assembler supports AIX debug frame section label reference.
2065    */
2066 #ifndef USED_FOR_TARGET
2067 #undef HAVE_XCOFF_DWARF_EXTRAS
2068 #endif
2071 /* Define if you have a working <zstd.h> header file. */
2072 #ifndef USED_FOR_TARGET
2073 #undef HAVE_ZSTD_H
2074 #endif
2077 /* Define if isl is in use. */
2078 #ifndef USED_FOR_TARGET
2079 #undef HAVE_isl
2080 #endif
2083 /* Define if F_SETLKW supported by fcntl. */
2084 #ifndef USED_FOR_TARGET
2085 #undef HOST_HAS_F_SETLKW
2086 #endif
2089 /* Define if O_CLOEXEC supported by fcntl. */
2090 #ifndef USED_FOR_TARGET
2091 #undef HOST_HAS_O_CLOEXEC
2092 #endif
2095 /* Define as const if the declaration of iconv() needs const. */
2096 #ifndef USED_FOR_TARGET
2097 #undef ICONV_CONST
2098 #endif
2101 /* Define if int64_t uses long as underlying type. */
2102 #ifndef USED_FOR_TARGET
2103 #undef INT64_T_IS_LONG
2104 #endif
2107 /* Define to 1 if ld64 supports '-export_dynamic'. */
2108 #ifndef USED_FOR_TARGET
2109 #undef LD64_HAS_EXPORT_DYNAMIC
2110 #endif
2113 /* Define to ld64 version. */
2114 #ifndef USED_FOR_TARGET
2115 #undef LD64_VERSION
2116 #endif
2119 /* Define to the linker option to ignore unused dependencies. */
2120 #ifndef USED_FOR_TARGET
2121 #undef LD_AS_NEEDED_OPTION
2122 #endif
2125 /* Define to the linker option to enable compressed debug sections. */
2126 #ifndef USED_FOR_TARGET
2127 #undef LD_COMPRESS_DEBUG_OPTION
2128 #endif
2131 /* Define to the linker option to enable use of shared objects. */
2132 #ifndef USED_FOR_TARGET
2133 #undef LD_DYNAMIC_OPTION
2134 #endif
2137 /* Define to the linker option to keep unused dependencies. */
2138 #ifndef USED_FOR_TARGET
2139 #undef LD_NO_AS_NEEDED_OPTION
2140 #endif
2143 /* Define to the linker option to disable use of shared objects. */
2144 #ifndef USED_FOR_TARGET
2145 #undef LD_STATIC_OPTION
2146 #endif
2149 /* The linker hash style */
2150 #ifndef USED_FOR_TARGET
2151 #undef LINKER_HASH_STYLE
2152 #endif
2155 /* Define to the name of the LTO plugin DSO that must be passed to the
2156    linker's -plugin=LIB option. */
2157 #ifndef USED_FOR_TARGET
2158 #undef LTOPLUGINSONAME
2159 #endif
2162 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2163    */
2164 #ifndef USED_FOR_TARGET
2165 #undef LT_OBJDIR
2166 #endif
2169 /* Define if we should link mingw executables with --large-address-aware */
2170 #ifndef USED_FOR_TARGET
2171 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2172 #endif
2175 /* Value to set mingw's _dowildcard to. */
2176 #ifndef USED_FOR_TARGET
2177 #undef MINGW_DOWILDCARD
2178 #endif
2181 /* Define if host mkdir takes a single argument. */
2182 #ifndef USED_FOR_TARGET
2183 #undef MKDIR_TAKES_ONE_ARG
2184 #endif
2187 /* Define to offload targets, separated by commas. */
2188 #ifndef USED_FOR_TARGET
2189 #undef OFFLOAD_TARGETS
2190 #endif
2193 /* Define to the address where bug reports for this package should be sent. */
2194 #ifndef USED_FOR_TARGET
2195 #undef PACKAGE_BUGREPORT
2196 #endif
2199 /* Define to the full name of this package. */
2200 #ifndef USED_FOR_TARGET
2201 #undef PACKAGE_NAME
2202 #endif
2205 /* Define to the full name and version of this package. */
2206 #ifndef USED_FOR_TARGET
2207 #undef PACKAGE_STRING
2208 #endif
2211 /* Define to the one symbol short name of this package. */
2212 #ifndef USED_FOR_TARGET
2213 #undef PACKAGE_TARNAME
2214 #endif
2217 /* Define to the home page for this package. */
2218 #ifndef USED_FOR_TARGET
2219 #undef PACKAGE_URL
2220 #endif
2223 /* Define to the version of this package. */
2224 #ifndef USED_FOR_TARGET
2225 #undef PACKAGE_VERSION
2226 #endif
2229 /* Specify plugin linker */
2230 #ifndef USED_FOR_TARGET
2231 #undef PLUGIN_LD_SUFFIX
2232 #endif
2235 /* Define to .TOC. alignment forced by your linker. */
2236 #ifndef USED_FOR_TARGET
2237 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2238 #endif
2241 /* Define to PREFIX/include if cpp should also search that directory. */
2242 #ifndef USED_FOR_TARGET
2243 #undef PREFIX_INCLUDE_DIR
2244 #endif
2247 /* The size of `int', as computed by sizeof. */
2248 #ifndef USED_FOR_TARGET
2249 #undef SIZEOF_INT
2250 #endif
2253 /* The size of `long', as computed by sizeof. */
2254 #ifndef USED_FOR_TARGET
2255 #undef SIZEOF_LONG
2256 #endif
2259 /* The size of `long long', as computed by sizeof. */
2260 #ifndef USED_FOR_TARGET
2261 #undef SIZEOF_LONG_LONG
2262 #endif
2265 /* The size of `short', as computed by sizeof. */
2266 #ifndef USED_FOR_TARGET
2267 #undef SIZEOF_SHORT
2268 #endif
2271 /* The size of `void *', as computed by sizeof. */
2272 #ifndef USED_FOR_TARGET
2273 #undef SIZEOF_VOID_P
2274 #endif
2277 /* Define to 1 if you have the ANSI C header files. */
2278 #ifndef USED_FOR_TARGET
2279 #undef STDC_HEADERS
2280 #endif
2283 /* Define if you can safely include both <string.h> and <strings.h>. */
2284 #ifndef USED_FOR_TARGET
2285 #undef STRING_WITH_STRINGS
2286 #endif
2289 /* Define if TFmode long double should be the default */
2290 #ifndef USED_FOR_TARGET
2291 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2292 #endif
2295 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2296 #undef TARGET_DL_ITERATE_PHDR
2298 /* GNU C Library major version number used on the target, or 0. */
2299 #ifndef USED_FOR_TARGET
2300 #undef TARGET_GLIBC_MAJOR
2301 #endif
2304 /* GNU C Library minor version number used on the target, or 0. */
2305 #ifndef USED_FOR_TARGET
2306 #undef TARGET_GLIBC_MINOR
2307 #endif
2310 /* Define if your target C Library properly handles PT_GNU_STACK */
2311 #ifndef USED_FOR_TARGET
2312 #undef TARGET_LIBC_GNUSTACK
2313 #endif
2316 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2317 #ifndef USED_FOR_TARGET
2318 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2319 #endif
2322 /* Define if your target C library provides stack protector support */
2323 #ifndef USED_FOR_TARGET
2324 #undef TARGET_LIBC_PROVIDES_SSP
2325 #endif
2328 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2329 #ifndef USED_FOR_TARGET
2330 #undef TIME_WITH_SYS_TIME
2331 #endif
2334 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2335    work. */
2336 #ifndef USED_FOR_TARGET
2337 #undef TLS_SECTION_ASM_FLAG
2338 #endif
2341 /* Define if your assembler mis-optimizes .eh_frame data. */
2342 #ifndef USED_FOR_TARGET
2343 #undef USE_AS_TRADITIONAL_FORMAT
2344 #endif
2347 /* Define if you want to generate code by default that assumes that the Cygwin
2348    DLL exports wrappers to support libstdc++ function replacement. */
2349 #ifndef USED_FOR_TARGET
2350 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2351 #endif
2354 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2355 #ifndef USED_FOR_TARGET
2356 #undef USE_HIDDEN_LINKONCE
2357 #endif
2360 /* Define to 1 if the 'long long' type is wider than 'long' but still
2361    efficiently supported by the host hardware. */
2362 #ifndef USED_FOR_TARGET
2363 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2364 #endif
2367 /* Define if we should use leading underscore on 64 bit mingw targets */
2368 #ifndef USED_FOR_TARGET
2369 #undef USE_MINGW64_LEADING_UNDERSCORES
2370 #endif
2373 /* Enable extensions on AIX 3, Interix.  */
2374 #ifndef _ALL_SOURCE
2375 # undef _ALL_SOURCE
2376 #endif
2377 /* Enable GNU extensions on systems that have them.  */
2378 #ifndef _GNU_SOURCE
2379 # undef _GNU_SOURCE
2380 #endif
2381 /* Enable threading extensions on Solaris.  */
2382 #ifndef _POSIX_PTHREAD_SEMANTICS
2383 # undef _POSIX_PTHREAD_SEMANTICS
2384 #endif
2385 /* Enable extensions on HP NonStop.  */
2386 #ifndef _TANDEM_SOURCE
2387 # undef _TANDEM_SOURCE
2388 #endif
2389 /* Enable general extensions on Solaris.  */
2390 #ifndef __EXTENSIONS__
2391 # undef __EXTENSIONS__
2392 #endif
2395 /* Define to be the last component of the Windows registry key under which to
2396    look for installation paths. The full key used will be
2397    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2398    The default is the GCC version number. */
2399 #ifndef USED_FOR_TARGET
2400 #undef WIN32_REGISTRY_KEY
2401 #endif
2404 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2405    significant byte first (like Motorola and SPARC, unlike Intel). */
2406 #if defined AC_APPLE_UNIVERSAL_BUILD
2407 # if defined __BIG_ENDIAN__
2408 #  define WORDS_BIGENDIAN 1
2409 # endif
2410 #else
2411 # ifndef WORDS_BIGENDIAN
2412 #  undef WORDS_BIGENDIAN
2413 # endif
2414 #endif
2416 /* Enable large inode numbers on Mac OS X 10.5.  */
2417 #ifndef _DARWIN_USE_64_BIT_INODE
2418 # define _DARWIN_USE_64_BIT_INODE 1
2419 #endif
2421 /* Number of bits in a file offset, on hosts where this is settable. */
2422 #ifndef USED_FOR_TARGET
2423 #undef _FILE_OFFSET_BITS
2424 #endif
2427 /* Define for large files, on AIX-style hosts. */
2428 #ifndef USED_FOR_TARGET
2429 #undef _LARGE_FILES
2430 #endif
2433 /* Define to 1 if on MINIX. */
2434 #ifndef USED_FOR_TARGET
2435 #undef _MINIX
2436 #endif
2439 /* Define to 2 if the system does not provide POSIX.1 features except with
2440    this defined. */
2441 #ifndef USED_FOR_TARGET
2442 #undef _POSIX_1_SOURCE
2443 #endif
2446 /* Define to 1 if you need to in order for `stat' and other things to work. */
2447 #ifndef USED_FOR_TARGET
2448 #undef _POSIX_SOURCE
2449 #endif
2452 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2453    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2454    #define below would cause a syntax error. */
2455 #ifndef USED_FOR_TARGET
2456 #undef _UINT32_T
2457 #endif
2460 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2461    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2462    #define below would cause a syntax error. */
2463 #ifndef USED_FOR_TARGET
2464 #undef _UINT64_T
2465 #endif
2468 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2469    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2470    #define below would cause a syntax error. */
2471 #ifndef USED_FOR_TARGET
2472 #undef _UINT8_T
2473 #endif
2476 /* Define to `char *' if <sys/types.h> does not define. */
2477 #ifndef USED_FOR_TARGET
2478 #undef caddr_t
2479 #endif
2482 /* Define to `__inline__' or `__inline' if that's what the C compiler
2483    calls it, or to nothing if 'inline' is not supported under any name.  */
2484 #ifndef __cplusplus
2485 #undef inline
2486 #endif
2488 /* Define to the type of a signed integer type of width exactly 16 bits if
2489    such a type exists and the standard includes do not define it. */
2490 #ifndef USED_FOR_TARGET
2491 #undef int16_t
2492 #endif
2495 /* Define to the type of a signed integer type of width exactly 32 bits if
2496    such a type exists and the standard includes do not define it. */
2497 #ifndef USED_FOR_TARGET
2498 #undef int32_t
2499 #endif
2502 /* Define to the type of a signed integer type of width exactly 64 bits if
2503    such a type exists and the standard includes do not define it. */
2504 #ifndef USED_FOR_TARGET
2505 #undef int64_t
2506 #endif
2509 /* Define to the type of a signed integer type of width exactly 8 bits if such
2510    a type exists and the standard includes do not define it. */
2511 #ifndef USED_FOR_TARGET
2512 #undef int8_t
2513 #endif
2516 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2517    not define. */
2518 #ifndef USED_FOR_TARGET
2519 #undef intmax_t
2520 #endif
2523 /* Define to the type of a signed integer type wide enough to hold a pointer,
2524    if such a type exists, and if the system does not define it. */
2525 #ifndef USED_FOR_TARGET
2526 #undef intptr_t
2527 #endif
2530 /* Define to `int' if <sys/types.h> does not define. */
2531 #ifndef USED_FOR_TARGET
2532 #undef pid_t
2533 #endif
2536 /* Define to `long' if <sys/resource.h> doesn't define. */
2537 #ifndef USED_FOR_TARGET
2538 #undef rlim_t
2539 #endif
2542 /* Define to `int' if <sys/types.h> does not define. */
2543 #ifndef USED_FOR_TARGET
2544 #undef ssize_t
2545 #endif
2548 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2549    such a type exists and the standard includes do not define it. */
2550 #ifndef USED_FOR_TARGET
2551 #undef uint16_t
2552 #endif
2555 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2556    such a type exists and the standard includes do not define it. */
2557 #ifndef USED_FOR_TARGET
2558 #undef uint32_t
2559 #endif
2562 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2563    such a type exists and the standard includes do not define it. */
2564 #ifndef USED_FOR_TARGET
2565 #undef uint64_t
2566 #endif
2569 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2570    such a type exists and the standard includes do not define it. */
2571 #ifndef USED_FOR_TARGET
2572 #undef uint8_t
2573 #endif
2576 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2577    do not define. */
2578 #ifndef USED_FOR_TARGET
2579 #undef uintmax_t
2580 #endif
2583 /* Define to the type of an unsigned integer type wide enough to hold a
2584    pointer, if such a type exists, and if the system does not define it. */
2585 #ifndef USED_FOR_TARGET
2586 #undef uintptr_t
2587 #endif
2590 /* Define as `fork' if `vfork' does not work. */
2591 #ifndef USED_FOR_TARGET
2592 #undef vfork
2593 #endif