Fix memory barrier patterns for pre PA8800 processors
[official-gcc.git] / gcc / config.in
blobd04718ad12822cfd573ffd1e5eebbcdb3fdd5656
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 debug linker. */
59 #ifndef USED_FOR_TARGET
60 #undef DEFAULT_DSYMUTIL
61 #endif
64 /* Define to enable the use of a default linker. */
65 #ifndef USED_FOR_TARGET
66 #undef DEFAULT_LINKER
67 #endif
70 /* Define to larger than zero set the default stack clash protector size. */
71 #ifndef USED_FOR_TARGET
72 #undef DEFAULT_STK_CLASH_GUARD_SIZE
73 #endif
76 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
77    destructors for local statics and global objects. This is essential for
78    fully standards-compliant handling of destructors, but requires
79    __cxa_atexit in libc. */
80 #ifndef USED_FOR_TARGET
81 #undef DEFAULT_USE_CXA_ATEXIT
82 #endif
85 /* The default for -fdiagnostics-color option */
86 #ifndef USED_FOR_TARGET
87 #undef DIAGNOSTICS_COLOR_DEFAULT
88 #endif
91 /* The default for -fdiagnostics-urls option */
92 #ifndef USED_FOR_TARGET
93 #undef DIAGNOSTICS_URLS_DEFAULT
94 #endif
97 /* Define to the root for documentation URLs. */
98 #ifndef USED_FOR_TARGET
99 #undef DOCUMENTATION_ROOT_URL
100 #endif
103 /* Define to the dsymutil version. */
104 #ifndef USED_FOR_TARGET
105 #undef DSYMUTIL_VERSION
106 #endif
109 /* Define 0/1 if static analyzer feature is enabled. */
110 #ifndef USED_FOR_TARGET
111 #undef ENABLE_ANALYZER
112 #endif
115 /* Define if you want assertions enabled. This is a cheap check. */
116 #ifndef USED_FOR_TARGET
117 #undef ENABLE_ASSERT_CHECKING
118 #endif
121 /* Define to 1 to specify that we are using the BID decimal floating point
122    format instead of DPD */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_DECIMAL_BID_FORMAT
125 #endif
128 /* Define to 1 to enable decimal float extension to C. */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_DECIMAL_FLOAT
131 #endif
134 /* Define if your target supports default PIE and it is enabled. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_DEFAULT_PIE
137 #endif
140 /* Define if your target supports default stack protector and it is enabled.
141    */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_DEFAULT_SSP
144 #endif
147 /* Define if you want more run-time sanity checks for dataflow. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_DF_CHECKING
150 #endif
153 /* Define to 0/1 if you want extra run-time checking that might affect code
154    generation. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_EXTRA_CHECKING
157 #endif
160 /* Define to 1 to enable fixed-point arithmetic extension to C. */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_FIXED_POINT
163 #endif
166 /* Define if you want fold checked that it never destructs its argument. This
167    is quite expensive. */
168 #ifndef USED_FOR_TARGET
169 #undef ENABLE_FOLD_CHECKING
170 #endif
173 /* Define if you want the garbage collector to operate in maximally paranoid
174    mode, validating the entire heap and collecting garbage at every
175    opportunity. This is extremely expensive. */
176 #ifndef USED_FOR_TARGET
177 #undef ENABLE_GC_ALWAYS_COLLECT
178 #endif
181 /* Define if you want the garbage collector to do object poisoning and other
182    memory allocation checks. This is quite expensive. */
183 #ifndef USED_FOR_TARGET
184 #undef ENABLE_GC_CHECKING
185 #endif
188 /* Define if you want operations on GIMPLE (the basic data structure of the
189    high-level optimizers) to be checked for dynamic type safety at runtime.
190    This is moderately expensive. */
191 #ifndef USED_FOR_TARGET
192 #undef ENABLE_GIMPLE_CHECKING
193 #endif
196 /* Define if gcc should always pass --build-id to linker. */
197 #ifndef USED_FOR_TARGET
198 #undef ENABLE_LD_BUILDID
199 #endif
202 /* Define to 1 to enable libquadmath support */
203 #ifndef USED_FOR_TARGET
204 #undef ENABLE_LIBQUADMATH_SUPPORT
205 #endif
208 /* Define to enable LTO support. */
209 #ifndef USED_FOR_TARGET
210 #undef ENABLE_LTO
211 #endif
214 /* If --with-multiarch option is used */
215 #ifndef USED_FOR_TARGET
216 #undef ENABLE_MULTIARCH
217 #endif
220 /* Define to 1 if translation of program messages to the user's native
221    language is requested. */
222 #ifndef USED_FOR_TARGET
223 #undef ENABLE_NLS
224 #endif
227 /* Define this to enable support for offloading. */
228 #ifndef USED_FOR_TARGET
229 #undef ENABLE_OFFLOADING
230 #endif
233 /* Define to enable plugin support. */
234 #ifndef USED_FOR_TARGET
235 #undef ENABLE_PLUGIN
236 #endif
239 /* Define if you want all operations on RTL (the basic data structure of the
240    optimizer and back end) to be checked for dynamic type safety at runtime.
241    This is quite expensive. */
242 #ifndef USED_FOR_TARGET
243 #undef ENABLE_RTL_CHECKING
244 #endif
247 /* Define if you want RTL flag accesses to be checked against the RTL codes
248    that are supported for each access macro. This is relatively cheap. */
249 #ifndef USED_FOR_TARGET
250 #undef ENABLE_RTL_FLAG_CHECKING
251 #endif
254 /* Define if you want runtime assertions enabled. This is a cheap check. */
255 #undef ENABLE_RUNTIME_CHECKING
257 /* Define to enable evaluating float expressions with double precision in
258    standards-compatible mode on s390 targets. */
259 #undef ENABLE_S390_EXCESS_FLOAT_PRECISION
261 /* Define if the -stdlib= option should be enabled. */
262 #ifndef USED_FOR_TARGET
263 #undef ENABLE_STDLIB_OPTION
264 #endif
267 /* Define if you want all operations on trees (the basic data structure of the
268    front ends) to be checked for dynamic type safety at runtime. This is
269    moderately expensive. */
270 #ifndef USED_FOR_TARGET
271 #undef ENABLE_TREE_CHECKING
272 #endif
275 /* Define if you want all gimple types to be verified after gimplifiation.
276    This is cheap. */
277 #ifndef USED_FOR_TARGET
278 #undef ENABLE_TYPES_CHECKING
279 #endif
282 /* Define to get calls to the valgrind runtime enabled. */
283 #ifndef USED_FOR_TARGET
284 #undef ENABLE_VALGRIND_ANNOTATIONS
285 #endif
288 /* Define if you want to run subprograms and generated programs through
289    valgrind (a memory checker). This is extremely expensive. */
290 #ifndef USED_FOR_TARGET
291 #undef ENABLE_VALGRIND_CHECKING
292 #endif
295 /* Define 0/1 if vtable verification feature is enabled. */
296 #ifndef USED_FOR_TARGET
297 #undef ENABLE_VTABLE_VERIFY
298 #endif
301 /* Define to 1 if installation paths should be looked up in the Windows
302    Registry. Ignored on non-Windows hosts. */
303 #ifndef USED_FOR_TARGET
304 #undef ENABLE_WIN32_REGISTRY
305 #endif
308 /* Define to the name of a file containing a list of extra machine modes for
309    this architecture. */
310 #ifndef USED_FOR_TARGET
311 #undef EXTRA_MODES_FILE
312 #endif
315 /* Define to enable detailed memory allocation stats gathering. */
316 #ifndef USED_FOR_TARGET
317 #undef GATHER_STATISTICS
318 #endif
321 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
322 #ifndef USED_FOR_TARGET
323 #undef GWINSZ_IN_SYS_IOCTL
324 #endif
327 /* mcontext_t fields start with __ */
328 #ifndef USED_FOR_TARGET
329 #undef HAS_MCONTEXT_T_UNDERSCORES
330 #endif
333 /* Define if AF_INET6 supported. */
334 #ifndef USED_FOR_TARGET
335 #undef HAVE_AF_INET6
336 #endif
339 /* Define if AF_UNIX supported. */
340 #ifndef USED_FOR_TARGET
341 #undef HAVE_AF_UNIX
342 #endif
345 /* Define if your assembler supports architecture modifiers. */
346 #ifndef USED_FOR_TARGET
347 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
348 #endif
351 /* Define if your avr assembler supports -mgcc-isr option. */
352 #ifndef USED_FOR_TARGET
353 #undef HAVE_AS_AVR_MGCCISR_OPTION
354 #endif
357 /* Define if your avr assembler supports --mlink-relax option. */
358 #ifndef USED_FOR_TARGET
359 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
360 #endif
363 /* Define if your avr assembler supports -mrmw option. */
364 #ifndef USED_FOR_TARGET
365 #undef HAVE_AS_AVR_MRMW_OPTION
366 #endif
369 /* Define to the level of your assembler's compressed debug section support.
370    */
371 #ifndef USED_FOR_TARGET
372 #undef HAVE_AS_COMPRESS_DEBUG
373 #endif
376 /* Define if your assembler supports the --debug-prefix-map option. */
377 #ifndef USED_FOR_TARGET
378 #undef HAVE_AS_DEBUG_PREFIX_MAP
379 #endif
382 /* Define if your assembler supports .module. */
383 #ifndef USED_FOR_TARGET
384 #undef HAVE_AS_DOT_MODULE
385 #endif
388 /* Define if your assembler supports DSPR1 mult. */
389 #ifndef USED_FOR_TARGET
390 #undef HAVE_AS_DSPR1_MULT
391 #endif
394 /* Define if your assembler supports .dtprelword. */
395 #ifndef USED_FOR_TARGET
396 #undef HAVE_AS_DTPRELWORD
397 #endif
400 /* Define if your assembler supports dwarf2 .file/.loc directives, and
401    preserves file table indices exactly as given. */
402 #ifndef USED_FOR_TARGET
403 #undef HAVE_AS_DWARF2_DEBUG_LINE
404 #endif
407 /* Define if your assembler supports views in dwarf2 .loc directives. */
408 #ifndef USED_FOR_TARGET
409 #undef HAVE_AS_DWARF2_DEBUG_VIEW
410 #endif
413 /* Define if your assembler supports eh_frame pcrel encoding. */
414 #ifndef USED_FOR_TARGET
415 #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT
416 #endif
419 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
420 #ifndef USED_FOR_TARGET
421 #undef HAVE_AS_ENTRY_MARKERS
422 #endif
425 /* Define if your assembler supports explicit relocation. */
426 #ifndef USED_FOR_TARGET
427 #undef HAVE_AS_EXPLICIT_RELOCS
428 #endif
431 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
432 #ifndef USED_FOR_TARGET
433 #undef HAVE_AS_FMAF_HPC_VIS3
434 #endif
437 /* Define if your assembler supports the --gdwarf2 option. */
438 #ifndef USED_FOR_TARGET
439 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
440 #endif
443 /* Define if your assembler supports the --gdwarf-5 option. */
444 #ifndef USED_FOR_TARGET
445 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
446 #endif
449 /* Define if your assembler supports .gnu_attribute. */
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_AS_GNU_ATTRIBUTE
452 #endif
455 /* Define true if the assembler supports '.long foo@GOTOFF'. */
456 #ifndef USED_FOR_TARGET
457 #undef HAVE_AS_GOTOFF_IN_DATA
458 #endif
461 /* Define if your assembler supports the Sun syntax for cmov. */
462 #ifndef USED_FOR_TARGET
463 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
464 #endif
467 /* Define if your assembler supports the subtraction of symbols in different
468    sections. */
469 #ifndef USED_FOR_TARGET
470 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
471 #endif
474 /* Define if your assembler supports the ffreep mnemonic. */
475 #ifndef USED_FOR_TARGET
476 #undef HAVE_AS_IX86_FFREEP
477 #endif
480 /* Define if your assembler uses fildq and fistq mnemonics. */
481 #ifndef USED_FOR_TARGET
482 #undef HAVE_AS_IX86_FILDQ
483 #endif
486 /* Define if your assembler uses filds and fists mnemonics. */
487 #ifndef USED_FOR_TARGET
488 #undef HAVE_AS_IX86_FILDS
489 #endif
492 /* Define 0/1 if your assembler and linker support @GOT. */
493 #ifndef USED_FOR_TARGET
494 #undef HAVE_AS_IX86_GOT32X
495 #endif
498 /* Define if your assembler supports HLE prefixes. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_AS_IX86_HLE
501 #endif
504 /* Define if your assembler supports interunit movq mnemonic. */
505 #ifndef USED_FOR_TARGET
506 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
507 #endif
510 /* Define if your assembler supports the .quad directive. */
511 #ifndef USED_FOR_TARGET
512 #undef HAVE_AS_IX86_QUAD
513 #endif
516 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
517 #ifndef USED_FOR_TARGET
518 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
519 #endif
522 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
523 #ifndef USED_FOR_TARGET
524 #undef HAVE_AS_IX86_SAHF
525 #endif
528 /* Define if your assembler supports the swap suffix. */
529 #ifndef USED_FOR_TARGET
530 #undef HAVE_AS_IX86_SWAP
531 #endif
534 /* Define if your assembler and linker support @tlsgdplt. */
535 #ifndef USED_FOR_TARGET
536 #undef HAVE_AS_IX86_TLSGDPLT
537 #endif
540 /* Define to 1 if your assembler and linker support @tlsldm. */
541 #ifndef USED_FOR_TARGET
542 #undef HAVE_AS_IX86_TLSLDM
543 #endif
546 /* Define to 1 if your assembler and linker support @tlsldmplt. */
547 #ifndef USED_FOR_TARGET
548 #undef HAVE_AS_IX86_TLSLDMPLT
549 #endif
552 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
553    GOT. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
556 #endif
559 /* Define if your assembler supports the 'ud2' mnemonic. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_IX86_UD2
562 #endif
565 /* Define if your assembler supports the lituse_jsrdirect relocation. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_JSRDIRECT_RELOCS
568 #endif
571 /* Define if your assembler supports .sleb128 and .uleb128. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_LEB128
574 #endif
577 /* Define if your assembler supports LEON instructions. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_LEON
580 #endif
583 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_LINE_ZERO
586 #endif
589 /* Define if your assembler supports ltoffx and ldxmov relocations. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
592 #endif
595 /* Define if your assembler supports the -mabi option. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_MABI_OPTION
598 #endif
601 /* Define if your assembler supports .machine and .machinemode. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_MACHINE_MACHINEMODE
604 #endif
607 /* Define if the assembler understands -march=rv*_zifencei. */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_MARCH_ZIFENCEI
610 #endif
613 /* Define if your assembler supports mfcr field. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_MFCRF
616 #endif
619 /* Define if the assembler understands -misa-spec=. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_AS_MISA_SPEC
622 #endif
625 /* Define if your macOS assembler supports -mllvm -x86-pad-for-align=false. */
626 #ifndef USED_FOR_TARGET
627 #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN
628 #endif
631 /* Define if your macOS assembler supports the -mmacos-version-min option. */
632 #ifndef USED_FOR_TARGET
633 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
634 #endif
637 /* Define if your assembler supports -mrelax option. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_AS_MRELAX_OPTION
640 #endif
643 /* Define if your assembler supports .mspabi_attribute. */
644 #ifndef USED_FOR_TARGET
645 #undef HAVE_AS_MSPABI_ATTRIBUTE
646 #endif
649 /* Define if the assembler understands -mnan=. */
650 #ifndef USED_FOR_TARGET
651 #undef HAVE_AS_NAN
652 #endif
655 /* Define if your assembler supports %gotoff relocation syntax. */
656 #ifndef USED_FOR_TARGET
657 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
658 #endif
661 /* Define if your assembler supports the -no-mul-bug-abort option. */
662 #ifndef USED_FOR_TARGET
663 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
664 #endif
667 /* Define if the assembler understands -mno-shared. */
668 #ifndef USED_FOR_TARGET
669 #undef HAVE_AS_NO_SHARED
670 #endif
673 /* Define if your assembler supports offsetable %lo(). */
674 #ifndef USED_FOR_TARGET
675 #undef HAVE_AS_OFFSETABLE_LO10
676 #endif
679 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
680 #ifndef USED_FOR_TARGET
681 #undef HAVE_AS_PLTSEQ
682 #endif
685 /* Define if your assembler supports .ref */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_AS_REF
688 #endif
691 /* Define if your assembler supports R_PPC_REL16 relocs. */
692 #ifndef USED_FOR_TARGET
693 #undef HAVE_AS_REL16
694 #endif
697 /* Define if your assembler supports -relax option. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_AS_RELAX_OPTION
700 #endif
703 /* Define if your assembler supports .attribute. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_RISCV_ATTRIBUTE
706 #endif
709 /* Define if your assembler supports relocs needed by -fpic. */
710 #ifndef USED_FOR_TARGET
711 #undef HAVE_AS_SMALL_PIC_RELOCS
712 #endif
715 /* Define if your assembler supports SPARC4 instructions. */
716 #ifndef USED_FOR_TARGET
717 #undef HAVE_AS_SPARC4
718 #endif
721 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_AS_SPARC5_VIS4
724 #endif
727 /* Define if your assembler supports SPARC6 instructions. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_SPARC6
730 #endif
733 /* Define if your assembler and linker support GOTDATA_OP relocs. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_AS_SPARC_GOTDATA_OP
736 #endif
739 /* Define if your assembler and linker support unaligned PC relative relocs.
740    */
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_AS_SPARC_UA_PCREL
743 #endif
746 /* Define if your assembler and linker support unaligned PC relative relocs
747    against hidden symbols. */
748 #ifndef USED_FOR_TARGET
749 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
750 #endif
753 /* Define if your assembler and linker support thread-local storage. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_AS_TLS
756 #endif
759 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
760    alignment hint argument. */
761 #ifndef USED_FOR_TARGET
762 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
763 #endif
766 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
767    alignment hint argument on z13. */
768 #ifndef USED_FOR_TARGET
769 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
770 #endif
773 /* Define if your assembler supports VSX instructions. */
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_AS_VSX
776 #endif
779 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
780    generated .debug_line. */
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_AS_WORKING_DWARF_N_FLAG
783 #endif
786 /* Define if your assembler supports -xbrace_comment option. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_AS_XBRACE_COMMENT_OPTION
789 #endif
792 /* Define to 1 if you have the `atoq' function. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_ATOQ
795 #endif
798 /* Define to 1 if you have the `clearerr_unlocked' function. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_CLEARERR_UNLOCKED
801 #endif
804 /* Define to 1 if you have the `clock' function. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_CLOCK
807 #endif
810 /* Define if <time.h> defines clock_t. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_CLOCK_T
813 #endif
816 /* Define 0/1 if your assembler and linker support COMDAT groups. */
817 #ifndef USED_FOR_TARGET
818 #undef HAVE_COMDAT_GROUP
819 #endif
822 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
823    */
824 #ifndef USED_FOR_TARGET
825 #undef HAVE_DECL_ABORT
826 #endif
829 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
830    0. */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_DECL_ASPRINTF
833 #endif
836 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
837 #ifndef USED_FOR_TARGET
838 #undef HAVE_DECL_ATOF
839 #endif
842 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_ATOL
845 #endif
848 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
849    */
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_DECL_ATOLL
852 #endif
855 /* Define to 1 if you have the declaration of `basename(const char*)', and to
856    0 if you don't. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_DECL_BASENAME
859 #endif
862 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
863    */
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_DECL_CALLOC
866 #endif
869 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
870    define to 0. */
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_DECL_CLEARERR_UNLOCKED
873 #endif
876 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
877    */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_DECL_CLOCK
880 #endif
883 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
884    */
885 #ifndef USED_FOR_TARGET
886 #undef HAVE_DECL_ERRNO
887 #endif
890 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
891    to 0. */
892 #ifndef USED_FOR_TARGET
893 #undef HAVE_DECL_FEOF_UNLOCKED
894 #endif
897 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
898    define to 0. */
899 #ifndef USED_FOR_TARGET
900 #undef HAVE_DECL_FERROR_UNLOCKED
901 #endif
904 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
905    define to 0. */
906 #ifndef USED_FOR_TARGET
907 #undef HAVE_DECL_FFLUSH_UNLOCKED
908 #endif
911 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_DECL_FFS
914 #endif
917 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
918    define to 0. */
919 #ifndef USED_FOR_TARGET
920 #undef HAVE_DECL_FGETC_UNLOCKED
921 #endif
924 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
925    define to 0. */
926 #ifndef USED_FOR_TARGET
927 #undef HAVE_DECL_FGETS_UNLOCKED
928 #endif
931 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
932    define to 0. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_DECL_FILENO_UNLOCKED
935 #endif
938 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
939    define to 0. */
940 #ifndef USED_FOR_TARGET
941 #undef HAVE_DECL_FPRINTF_UNLOCKED
942 #endif
945 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
946    define to 0. */
947 #ifndef USED_FOR_TARGET
948 #undef HAVE_DECL_FPUTC_UNLOCKED
949 #endif
952 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
953    define to 0. */
954 #ifndef USED_FOR_TARGET
955 #undef HAVE_DECL_FPUTS_UNLOCKED
956 #endif
959 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
960    define to 0. */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_DECL_FREAD_UNLOCKED
963 #endif
966 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_DECL_FREE
969 #endif
972 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
973    define to 0. */
974 #ifndef USED_FOR_TARGET
975 #undef HAVE_DECL_FWRITE_UNLOCKED
976 #endif
979 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
980    define to 0. */
981 #ifndef USED_FOR_TARGET
982 #undef HAVE_DECL_GETCHAR_UNLOCKED
983 #endif
986 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
987    */
988 #ifndef USED_FOR_TARGET
989 #undef HAVE_DECL_GETCWD
990 #endif
993 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
994    to 0. */
995 #ifndef USED_FOR_TARGET
996 #undef HAVE_DECL_GETC_UNLOCKED
997 #endif
1000 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
1001    */
1002 #ifndef USED_FOR_TARGET
1003 #undef HAVE_DECL_GETENV
1004 #endif
1007 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
1008    */
1009 #ifndef USED_FOR_TARGET
1010 #undef HAVE_DECL_GETOPT
1011 #endif
1014 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
1015    to 0. */
1016 #ifndef USED_FOR_TARGET
1017 #undef HAVE_DECL_GETPAGESIZE
1018 #endif
1021 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
1022    0. */
1023 #ifndef USED_FOR_TARGET
1024 #undef HAVE_DECL_GETRLIMIT
1025 #endif
1028 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
1029    0. */
1030 #ifndef USED_FOR_TARGET
1031 #undef HAVE_DECL_GETRUSAGE
1032 #endif
1035 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1036    */
1037 #ifndef USED_FOR_TARGET
1038 #undef HAVE_DECL_GETWD
1039 #endif
1042 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1043    0. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_DECL_LDGETNAME
1046 #endif
1049 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1050    */
1051 #ifndef USED_FOR_TARGET
1052 #undef HAVE_DECL_MADVISE
1053 #endif
1056 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1057    0. */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_DECL_MALLINFO
1060 #endif
1063 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1064    0. */
1065 #ifndef USED_FOR_TARGET
1066 #undef HAVE_DECL_MALLINFO2
1067 #endif
1070 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1071    */
1072 #ifndef USED_FOR_TARGET
1073 #undef HAVE_DECL_MALLOC
1074 #endif
1077 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1078    define to 0. */
1079 #ifndef USED_FOR_TARGET
1080 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1081 #endif
1084 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1085    to 0. */
1086 #ifndef USED_FOR_TARGET
1087 #undef HAVE_DECL_PUTC_UNLOCKED
1088 #endif
1091 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1092    */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_DECL_REALLOC
1095 #endif
1098 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_DECL_SBRK
1101 #endif
1104 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1105    */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_DECL_SETENV
1108 #endif
1111 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1112    0. */
1113 #ifndef USED_FOR_TARGET
1114 #undef HAVE_DECL_SETRLIMIT
1115 #endif
1118 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1119    to 0. */
1120 #ifndef USED_FOR_TARGET
1121 #undef HAVE_DECL_SIGALTSTACK
1122 #endif
1125 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1126    0. */
1127 #ifndef USED_FOR_TARGET
1128 #undef HAVE_DECL_SNPRINTF
1129 #endif
1132 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1133    */
1134 #ifndef USED_FOR_TARGET
1135 #undef HAVE_DECL_STPCPY
1136 #endif
1139 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1140    */
1141 #ifndef USED_FOR_TARGET
1142 #undef HAVE_DECL_STRNLEN
1143 #endif
1146 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1147    0. */
1148 #ifndef USED_FOR_TARGET
1149 #undef HAVE_DECL_STRSIGNAL
1150 #endif
1153 /* Define to 1 if you have the declaration of `strstr(const char*,const
1154    char*)', and to 0 if you don't. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_DECL_STRSTR
1157 #endif
1160 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1161    */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_DECL_STRTOL
1164 #endif
1167 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1168    */
1169 #ifndef USED_FOR_TARGET
1170 #undef HAVE_DECL_STRTOLL
1171 #endif
1174 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1175    */
1176 #ifndef USED_FOR_TARGET
1177 #undef HAVE_DECL_STRTOUL
1178 #endif
1181 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1182    0. */
1183 #ifndef USED_FOR_TARGET
1184 #undef HAVE_DECL_STRTOULL
1185 #endif
1188 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1189    0. */
1190 #ifndef USED_FOR_TARGET
1191 #undef HAVE_DECL_STRVERSCMP
1192 #endif
1195 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1196    */
1197 #ifndef USED_FOR_TARGET
1198 #undef HAVE_DECL_TIMES
1199 #endif
1202 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1203    0. */
1204 #ifndef USED_FOR_TARGET
1205 #undef HAVE_DECL_UNSETENV
1206 #endif
1209 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1210    0. */
1211 #ifndef USED_FOR_TARGET
1212 #undef HAVE_DECL_VASPRINTF
1213 #endif
1216 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1217    0. */
1218 #ifndef USED_FOR_TARGET
1219 #undef HAVE_DECL_VSNPRINTF
1220 #endif
1223 /* Define to 1 if you have the <direct.h> header file. */
1224 #ifndef USED_FOR_TARGET
1225 #undef HAVE_DIRECT_H
1226 #endif
1229 /* Define to 1 if you have the <dlfcn.h> header file. */
1230 #ifndef USED_FOR_TARGET
1231 #undef HAVE_DLFCN_H
1232 #endif
1235 /* Define to 1 if you have the <ext/hash_map> header file. */
1236 #ifndef USED_FOR_TARGET
1237 #undef HAVE_EXT_HASH_MAP
1238 #endif
1241 /* Define to 1 if you have the <fcntl.h> header file. */
1242 #ifndef USED_FOR_TARGET
1243 #undef HAVE_FCNTL_H
1244 #endif
1247 /* Define to 1 if you have the `feof_unlocked' function. */
1248 #ifndef USED_FOR_TARGET
1249 #undef HAVE_FEOF_UNLOCKED
1250 #endif
1253 /* Define to 1 if you have the `ferror_unlocked' function. */
1254 #ifndef USED_FOR_TARGET
1255 #undef HAVE_FERROR_UNLOCKED
1256 #endif
1259 /* Define to 1 if you have the `fflush_unlocked' function. */
1260 #ifndef USED_FOR_TARGET
1261 #undef HAVE_FFLUSH_UNLOCKED
1262 #endif
1265 /* Define to 1 if you have the `fgetc_unlocked' function. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_FGETC_UNLOCKED
1268 #endif
1271 /* Define to 1 if you have the `fgets_unlocked' function. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_FGETS_UNLOCKED
1274 #endif
1277 /* Define to 1 if you have the `fileno_unlocked' function. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_FILENO_UNLOCKED
1280 #endif
1283 /* Define to 1 if you have the `fork' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_FORK
1286 #endif
1289 /* Define to 1 if you have the `fprintf_unlocked' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_FPRINTF_UNLOCKED
1292 #endif
1295 /* Define to 1 if you have the `fputc_unlocked' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_FPUTC_UNLOCKED
1298 #endif
1301 /* Define to 1 if you have the `fputs_unlocked' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_FPUTS_UNLOCKED
1304 #endif
1307 /* Define to 1 if you have the `fread_unlocked' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_FREAD_UNLOCKED
1310 #endif
1313 /* Define to 1 if you have the `fstatat' function. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_FSTATAT
1316 #endif
1319 /* Define to 1 if you have the <ftw.h> header file. */
1320 #ifndef USED_FOR_TARGET
1321 #undef HAVE_FTW_H
1322 #endif
1325 /* Define to 1 if you have the `fwrite_unlocked' function. */
1326 #ifndef USED_FOR_TARGET
1327 #undef HAVE_FWRITE_UNLOCKED
1328 #endif
1331 /* Define if your assembler supports specifying the alignment of objects
1332    allocated using the GAS .comm command. */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE_GAS_ALIGNED_COMM
1335 #endif
1338 /* Define if your Arm assembler permits context-specific feature extensions.
1339    */
1340 #ifndef USED_FOR_TARGET
1341 #undef HAVE_GAS_ARM_EXTENDED_ARCH
1342 #endif
1345 /* Define if your assembler supports .balign and .p2align. */
1346 #ifndef USED_FOR_TARGET
1347 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1348 #endif
1351 /* Define 0/1 if your assembler supports CFI directives. */
1352 #undef HAVE_GAS_CFI_DIRECTIVE
1354 /* Define 0/1 if your assembler supports .cfi_personality. */
1355 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1357 /* Define 0/1 if your assembler supports .cfi_sections. */
1358 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1360 /* Define if your assembler supports the .loc discriminator sub-directive. */
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_GAS_DISCRIMINATOR
1363 #endif
1366 /* Define if your assembler supports @gnu_unique_object. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1369 #endif
1372 /* Define if your assembler and linker support .hidden. */
1373 #undef HAVE_GAS_HIDDEN
1375 /* Define if your assembler supports .lcomm with an alignment field. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1378 #endif
1381 /* Define if your assembler supports .literal16. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GAS_LITERAL16
1384 #endif
1387 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_GAS_LOC_STMT
1390 #endif
1393 /* Define if your assembler supports specifying the maximum number of bytes to
1394    skip when using the GAS .p2align command. */
1395 #ifndef USED_FOR_TARGET
1396 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1397 #endif
1400 /* Define if your assembler supports the .set micromips directive */
1401 #ifndef USED_FOR_TARGET
1402 #undef HAVE_GAS_MICROMIPS
1403 #endif
1406 /* Define if your assembler supports .nsubspa comdat option. */
1407 #ifndef USED_FOR_TARGET
1408 #undef HAVE_GAS_NSUBSPA_COMDAT
1409 #endif
1412 /* Define if your assembler and linker support 32-bit section relative relocs
1413    via '.secrel32 label'. */
1414 #ifndef USED_FOR_TARGET
1415 #undef HAVE_GAS_PE_SECREL32_RELOC
1416 #endif
1419 /* Define if your assembler supports specifying the exclude section flag. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_GAS_SECTION_EXCLUDE
1422 #endif
1425 /* Define 0/1 if your assembler supports 'o' flag in .section directive. */
1426 #ifndef USED_FOR_TARGET
1427 #undef HAVE_GAS_SECTION_LINK_ORDER
1428 #endif
1431 /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN
1432    flag. */
1433 #ifndef USED_FOR_TARGET
1434 #undef HAVE_GAS_SHF_GNU_RETAIN
1435 #endif
1438 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1439    */
1440 #ifndef USED_FOR_TARGET
1441 #undef HAVE_GAS_SHF_MERGE
1442 #endif
1445 /* Define if your assembler supports .subsection and .subsection -1 starts
1446    emitting at the beginning of your section. */
1447 #ifndef USED_FOR_TARGET
1448 #undef HAVE_GAS_SUBSECTION_ORDERING
1449 #endif
1452 /* Define if your assembler supports .weak. */
1453 #ifndef USED_FOR_TARGET
1454 #undef HAVE_GAS_WEAK
1455 #endif
1458 /* Define if your assembler supports .weakref. */
1459 #ifndef USED_FOR_TARGET
1460 #undef HAVE_GAS_WEAKREF
1461 #endif
1464 /* Define to 1 if you have the `getauxval' function. */
1465 #ifndef USED_FOR_TARGET
1466 #undef HAVE_GETAUXVAL
1467 #endif
1470 /* Define to 1 if you have the `getchar_unlocked' function. */
1471 #ifndef USED_FOR_TARGET
1472 #undef HAVE_GETCHAR_UNLOCKED
1473 #endif
1476 /* Define to 1 if you have the `getc_unlocked' function. */
1477 #ifndef USED_FOR_TARGET
1478 #undef HAVE_GETC_UNLOCKED
1479 #endif
1482 /* Define to 1 if you have the `getrlimit' function. */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_GETRLIMIT
1485 #endif
1488 /* Define to 1 if you have the `getrusage' function. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_GETRUSAGE
1491 #endif
1494 /* Define to 1 if you have the `gettimeofday' function. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_GETTIMEOFDAY
1497 #endif
1500 /* Define to 1 if using GNU as. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_GNU_AS
1503 #endif
1506 /* Define if your system supports gnu indirect functions. */
1507 #ifndef USED_FOR_TARGET
1508 #undef HAVE_GNU_INDIRECT_FUNCTION
1509 #endif
1512 /* Define to 1 if using GNU ld. */
1513 #ifndef USED_FOR_TARGET
1514 #undef HAVE_GNU_LD
1515 #endif
1518 /* Define if the gold linker supports split stack and is available as a
1519    non-default */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1522 #endif
1525 /* Define if you have the iconv() function. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_ICONV
1528 #endif
1531 /* Define to 1 if you have the <iconv.h> header file. */
1532 #ifndef USED_FOR_TARGET
1533 #undef HAVE_ICONV_H
1534 #endif
1537 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1538    */
1539 #ifndef USED_FOR_TARGET
1540 #undef HAVE_INITFINI_ARRAY_SUPPORT
1541 #endif
1544 /* Define to 1 if the system has the type `intmax_t'. */
1545 #ifndef USED_FOR_TARGET
1546 #undef HAVE_INTMAX_T
1547 #endif
1550 /* Define to 1 if the system has the type `intptr_t'. */
1551 #ifndef USED_FOR_TARGET
1552 #undef HAVE_INTPTR_T
1553 #endif
1556 /* Define if you have a working <inttypes.h> header file. */
1557 #ifndef USED_FOR_TARGET
1558 #undef HAVE_INTTYPES_H
1559 #endif
1562 /* Define to 1 if you have the `kill' function. */
1563 #ifndef USED_FOR_TARGET
1564 #undef HAVE_KILL
1565 #endif
1568 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1569 #ifndef USED_FOR_TARGET
1570 #undef HAVE_LANGINFO_CODESET
1571 #endif
1574 /* Define to 1 if you have the <langinfo.h> header file. */
1575 #ifndef USED_FOR_TARGET
1576 #undef HAVE_LANGINFO_H
1577 #endif
1580 /* Define if your <locale.h> file defines LC_MESSAGES. */
1581 #ifndef USED_FOR_TARGET
1582 #undef HAVE_LC_MESSAGES
1583 #endif
1586 /* Define to 1 if you have the <ldfcn.h> header file. */
1587 #ifndef USED_FOR_TARGET
1588 #undef HAVE_LDFCN_H
1589 #endif
1592 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1593    alignment > 1. */
1594 #ifndef USED_FOR_TARGET
1595 #undef HAVE_LD_ALIGNED_SHF_MERGE
1596 #endif
1599 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1600    options. */
1601 #ifndef USED_FOR_TARGET
1602 #undef HAVE_LD_AS_NEEDED
1603 #endif
1606 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1607    flash. */
1608 #ifndef USED_FOR_TARGET
1609 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1610 #endif
1613 /* Define if your linker supports -z bndplt */
1614 #ifndef USED_FOR_TARGET
1615 #undef HAVE_LD_BNDPLT_SUPPORT
1616 #endif
1619 /* Define if the PE linker has broken DWARF 5 support. */
1620 #ifndef USED_FOR_TARGET
1621 #undef HAVE_LD_BROKEN_PE_DWARF5
1622 #endif
1625 /* Define if your linker supports --build-id. */
1626 #ifndef USED_FOR_TARGET
1627 #undef HAVE_LD_BUILDID
1628 #endif
1631 /* Define if the linker supports clearing hardware capabilities via mapfile.
1632    */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_LD_CLEARCAP
1635 #endif
1638 /* Define to the level of your linker's compressed debug section support. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_LD_COMPRESS_DEBUG
1641 #endif
1644 /* Define if your linker supports --demangle option. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_LD_DEMANGLE
1647 #endif
1650 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_LD_EH_FRAME_CIEV3
1653 #endif
1656 /* Define if your linker supports .eh_frame_hdr. */
1657 #undef HAVE_LD_EH_FRAME_HDR
1659 /* Define if your linker supports garbage collection of sections in presence
1660    of EH frames. */
1661 #ifndef USED_FOR_TARGET
1662 #undef HAVE_LD_EH_GC_SECTIONS
1663 #endif
1666 /* Define if your linker has buggy garbage collection of sections support when
1667    .text.startup.foo like sections are used. */
1668 #ifndef USED_FOR_TARGET
1669 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1670 #endif
1673 /* Define if your PowerPC64 linker supports a large TOC. */
1674 #ifndef USED_FOR_TARGET
1675 #undef HAVE_LD_LARGE_TOC
1676 #endif
1679 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1680 #ifndef USED_FOR_TARGET
1681 #undef HAVE_LD_NO_DOT_SYMS
1682 #endif
1685 /* Define if your linker can relax absolute .eh_frame personality pointers
1686    into PC-relative form. */
1687 #ifndef USED_FOR_TARGET
1688 #undef HAVE_LD_PERSONALITY_RELAXATION
1689 #endif
1692 /* Define if the PE linker supports --disable-dynamicbase option. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_LD_PE_DISABLE_DYNAMICBASE
1695 #endif
1698 /* Define if your linker supports PIE option. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_LD_PIE
1701 #endif
1704 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1705 #ifndef USED_FOR_TARGET
1706 #undef HAVE_LD_PIE_COPYRELOC
1707 #endif
1710 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1713 #endif
1716 /* Define if your linker supports --push-state/--pop-state */
1717 #ifndef USED_FOR_TARGET
1718 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1719 #endif
1722 /* Define if your linker links a mix of read-only and read-write sections into
1723    a read-write section. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_LD_RO_RW_SECTION_MIXING
1726 #endif
1729 /* Define if your linker supports the *_sol2 emulations. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_LD_SOL2_EMULATION
1732 #endif
1735 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_LD_STATIC_DYNAMIC
1738 #endif
1741 /* Define if your linker supports --sysroot. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_LD_SYSROOT
1744 #endif
1747 /* Define to 1 if you have the <limits.h> header file. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_LIMITS_H
1750 #endif
1753 /* Define to 1 if you have the <locale.h> header file. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_LOCALE_H
1756 #endif
1759 /* Define to 1 if the system has the type `long long'. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_LONG_LONG
1762 #endif
1765 /* Define to 1 if the system has the type `long long int'. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_LONG_LONG_INT
1768 #endif
1771 /* Define to the level of your linker's plugin support. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_LTO_PLUGIN
1774 #endif
1777 /* Define to 1 if you have the `madvise' function. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_MADVISE
1780 #endif
1783 /* Define to 1 if you have the `mallinfo' function. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_MALLINFO
1786 #endif
1789 /* Define to 1 if you have the `mallinfo2' function. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_MALLINFO2
1792 #endif
1795 /* Define to 1 if you have the <malloc.h> header file. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_MALLOC_H
1798 #endif
1801 /* Define to 1 if you have the `mbstowcs' function. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_MBSTOWCS
1804 #endif
1807 /* Define if valgrind's memcheck.h header is installed. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_MEMCHECK_H
1810 #endif
1813 /* Define to 1 if you have the <memory.h> header file. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_MEMORY_H
1816 #endif
1819 /* Define to 1 if you have the `mmap' function. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_MMAP
1822 #endif
1825 /* Define if mmap with MAP_ANON(YMOUS) works. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_MMAP_ANON
1828 #endif
1831 /* Define if mmap of /dev/zero works. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_MMAP_DEV_ZERO
1834 #endif
1837 /* Define if read-only mmap of a plain file works. */
1838 #ifndef USED_FOR_TARGET
1839 #undef HAVE_MMAP_FILE
1840 #endif
1843 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1844    */
1845 #ifndef USED_FOR_TARGET
1846 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1847 #endif
1850 /* Define to 1 if you have the `nl_langinfo' function. */
1851 #ifndef USED_FOR_TARGET
1852 #undef HAVE_NL_LANGINFO
1853 #endif
1856 /* Define to 1 if you have the `popen' function. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_POPEN
1859 #endif
1862 /* Define to 1 if you have the `posix_fallocate' function. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_POSIX_FALLOCATE
1865 #endif
1868 /* Define to 1 if you have the `putchar_unlocked' function. */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_PUTCHAR_UNLOCKED
1871 #endif
1874 /* Define to 1 if you have the `putc_unlocked' function. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_PUTC_UNLOCKED
1877 #endif
1880 /* Define to 1 if you have the `setlocale' function. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HAVE_SETLOCALE
1883 #endif
1886 /* Define to 1 if you have the `setrlimit' function. */
1887 #ifndef USED_FOR_TARGET
1888 #undef HAVE_SETRLIMIT
1889 #endif
1892 /* Define if <sys/signal.h> defines sighandler_t */
1893 #ifndef USED_FOR_TARGET
1894 #undef HAVE_SIGHANDLER_T
1895 #endif
1898 /* Define if the system-provided CRTs are present on Solaris. */
1899 #ifndef USED_FOR_TARGET
1900 #undef HAVE_SOLARIS_CRTS
1901 #endif
1904 /* Define to 1 if you have the <stddef.h> header file. */
1905 #ifndef USED_FOR_TARGET
1906 #undef HAVE_STDDEF_H
1907 #endif
1910 /* Define to 1 if you have the <stdint.h> header file. */
1911 #ifndef USED_FOR_TARGET
1912 #undef HAVE_STDINT_H
1913 #endif
1916 /* Define to 1 if you have the <stdlib.h> header file. */
1917 #ifndef USED_FOR_TARGET
1918 #undef HAVE_STDLIB_H
1919 #endif
1922 /* Define to 1 if you have the <strings.h> header file. */
1923 #ifndef USED_FOR_TARGET
1924 #undef HAVE_STRINGS_H
1925 #endif
1928 /* Define to 1 if you have the <string.h> header file. */
1929 #ifndef USED_FOR_TARGET
1930 #undef HAVE_STRING_H
1931 #endif
1934 /* Define to 1 if you have the `strsignal' function. */
1935 #ifndef USED_FOR_TARGET
1936 #undef HAVE_STRSIGNAL
1937 #endif
1940 /* Define if <sys/times.h> defines struct tms. */
1941 #ifndef USED_FOR_TARGET
1942 #undef HAVE_STRUCT_TMS
1943 #endif
1946 /* Define if <utility> defines std::swap. */
1947 #ifndef USED_FOR_TARGET
1948 #undef HAVE_SWAP_IN_UTILITY
1949 #endif
1952 /* Define to 1 if you have the `sysconf' function. */
1953 #ifndef USED_FOR_TARGET
1954 #undef HAVE_SYSCONF
1955 #endif
1958 /* Define to 1 if you have the <sys/auxv.h> header file. */
1959 #ifndef USED_FOR_TARGET
1960 #undef HAVE_SYS_AUXV_H
1961 #endif
1964 /* Define to 1 if you have the <sys/file.h> header file. */
1965 #ifndef USED_FOR_TARGET
1966 #undef HAVE_SYS_FILE_H
1967 #endif
1970 /* Define to 1 if you have the <sys/locking.h> header file. */
1971 #ifndef USED_FOR_TARGET
1972 #undef HAVE_SYS_LOCKING_H
1973 #endif
1976 /* Define to 1 if you have the <sys/mman.h> header file. */
1977 #ifndef USED_FOR_TARGET
1978 #undef HAVE_SYS_MMAN_H
1979 #endif
1982 /* Define to 1 if you have the <sys/param.h> header file. */
1983 #ifndef USED_FOR_TARGET
1984 #undef HAVE_SYS_PARAM_H
1985 #endif
1988 /* Define to 1 if you have the <sys/resource.h> header file. */
1989 #ifndef USED_FOR_TARGET
1990 #undef HAVE_SYS_RESOURCE_H
1991 #endif
1994 /* Define if your target C library provides sys/sdt.h */
1995 #undef HAVE_SYS_SDT_H
1997 /* Define to 1 if you have the <sys/stat.h> header file. */
1998 #ifndef USED_FOR_TARGET
1999 #undef HAVE_SYS_STAT_H
2000 #endif
2003 /* Define to 1 if you have the <sys/times.h> header file. */
2004 #ifndef USED_FOR_TARGET
2005 #undef HAVE_SYS_TIMES_H
2006 #endif
2009 /* Define to 1 if you have the <sys/time.h> header file. */
2010 #ifndef USED_FOR_TARGET
2011 #undef HAVE_SYS_TIME_H
2012 #endif
2015 /* Define to 1 if you have the <sys/types.h> header file. */
2016 #ifndef USED_FOR_TARGET
2017 #undef HAVE_SYS_TYPES_H
2018 #endif
2021 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
2022 #ifndef USED_FOR_TARGET
2023 #undef HAVE_SYS_WAIT_H
2024 #endif
2027 /* Define to 1 if you have the `times' function. */
2028 #ifndef USED_FOR_TARGET
2029 #undef HAVE_TIMES
2030 #endif
2033 /* Define to 1 if you have the <time.h> header file. */
2034 #ifndef USED_FOR_TARGET
2035 #undef HAVE_TIME_H
2036 #endif
2039 /* Define to 1 if you have the <tr1/unordered_map> header file. */
2040 #ifndef USED_FOR_TARGET
2041 #undef HAVE_TR1_UNORDERED_MAP
2042 #endif
2045 /* Define to 1 if the system has the type `uintmax_t'. */
2046 #ifndef USED_FOR_TARGET
2047 #undef HAVE_UINTMAX_T
2048 #endif
2051 /* Define to 1 if the system has the type `uintptr_t'. */
2052 #ifndef USED_FOR_TARGET
2053 #undef HAVE_UINTPTR_T
2054 #endif
2057 /* Define to 1 if you have the <unistd.h> header file. */
2058 #ifndef USED_FOR_TARGET
2059 #undef HAVE_UNISTD_H
2060 #endif
2063 /* Define to 1 if you have the <unordered_map> header file. */
2064 #ifndef USED_FOR_TARGET
2065 #undef HAVE_UNORDERED_MAP
2066 #endif
2069 /* Define to 1 if the system has the type `unsigned long long int'. */
2070 #ifndef USED_FOR_TARGET
2071 #undef HAVE_UNSIGNED_LONG_LONG_INT
2072 #endif
2075 /* Define if valgrind's valgrind/memcheck.h header is installed. */
2076 #ifndef USED_FOR_TARGET
2077 #undef HAVE_VALGRIND_MEMCHECK_H
2078 #endif
2081 /* Define to 1 if you have the `vfork' function. */
2082 #ifndef USED_FOR_TARGET
2083 #undef HAVE_VFORK
2084 #endif
2087 /* Define to 1 if you have the <vfork.h> header file. */
2088 #ifndef USED_FOR_TARGET
2089 #undef HAVE_VFORK_H
2090 #endif
2093 /* Define to 1 if you have the <wchar.h> header file. */
2094 #ifndef USED_FOR_TARGET
2095 #undef HAVE_WCHAR_H
2096 #endif
2099 /* Define to 1 if you have the `wcswidth' function. */
2100 #ifndef USED_FOR_TARGET
2101 #undef HAVE_WCSWIDTH
2102 #endif
2105 /* Define to 1 if `fork' works. */
2106 #ifndef USED_FOR_TARGET
2107 #undef HAVE_WORKING_FORK
2108 #endif
2111 /* Define this macro if mbstowcs does not crash when its first argument is
2112    NULL. */
2113 #ifndef USED_FOR_TARGET
2114 #undef HAVE_WORKING_MBSTOWCS
2115 #endif
2118 /* Define to 1 if `vfork' works. */
2119 #ifndef USED_FOR_TARGET
2120 #undef HAVE_WORKING_VFORK
2121 #endif
2124 /* Define if your assembler supports AIX debug frame section label reference.
2125    */
2126 #ifndef USED_FOR_TARGET
2127 #undef HAVE_XCOFF_DWARF_EXTRAS
2128 #endif
2131 /* Define if you have a working <zstd.h> header file. */
2132 #ifndef USED_FOR_TARGET
2133 #undef HAVE_ZSTD_H
2134 #endif
2137 /* Define if isl is in use. */
2138 #ifndef USED_FOR_TARGET
2139 #undef HAVE_isl
2140 #endif
2143 /* Define if F_SETLKW supported by fcntl. */
2144 #ifndef USED_FOR_TARGET
2145 #undef HOST_HAS_F_SETLKW
2146 #endif
2149 /* Define if _LK_LOC supported by _locking. */
2150 #ifndef USED_FOR_TARGET
2151 #undef HOST_HAS_LK_LOCK
2152 #endif
2155 /* Define if O_CLOEXEC supported by fcntl. */
2156 #ifndef USED_FOR_TARGET
2157 #undef HOST_HAS_O_CLOEXEC
2158 #endif
2161 /* Define if O_NONBLOCK supported by fcntl. */
2162 #ifndef USED_FOR_TARGET
2163 #undef HOST_HAS_O_NONBLOCK
2164 #endif
2167 /* Define which stat syscall is able to handle 64bit indodes. */
2168 #ifndef USED_FOR_TARGET
2169 #undef HOST_STAT_FOR_64BIT_INODES
2170 #endif
2173 /* Define as const if the declaration of iconv() needs const. */
2174 #ifndef USED_FOR_TARGET
2175 #undef ICONV_CONST
2176 #endif
2179 /* Define if int64_t uses long as underlying type. */
2180 #ifndef USED_FOR_TARGET
2181 #undef INT64_T_IS_LONG
2182 #endif
2185 /* Define to 1 if ld64 supports '-demangle'. */
2186 #ifndef USED_FOR_TARGET
2187 #undef LD64_HAS_DEMANGLE
2188 #endif
2191 /* Define to 1 if ld64 supports '-export_dynamic'. */
2192 #ifndef USED_FOR_TARGET
2193 #undef LD64_HAS_EXPORT_DYNAMIC
2194 #endif
2197 /* Define to 1 if ld64 supports '-platform_version'. */
2198 #ifndef USED_FOR_TARGET
2199 #undef LD64_HAS_PLATFORM_VERSION
2200 #endif
2203 /* Define to ld64 version. */
2204 #ifndef USED_FOR_TARGET
2205 #undef LD64_VERSION
2206 #endif
2209 /* Define to the linker option to ignore unused dependencies. */
2210 #ifndef USED_FOR_TARGET
2211 #undef LD_AS_NEEDED_OPTION
2212 #endif
2215 /* Define to the linker option to enable compressed debug sections. */
2216 #ifndef USED_FOR_TARGET
2217 #undef LD_COMPRESS_DEBUG_OPTION
2218 #endif
2221 /* Define to the linker option to enable use of shared objects. */
2222 #ifndef USED_FOR_TARGET
2223 #undef LD_DYNAMIC_OPTION
2224 #endif
2227 /* Define to the linker option to keep unused dependencies. */
2228 #ifndef USED_FOR_TARGET
2229 #undef LD_NO_AS_NEEDED_OPTION
2230 #endif
2233 /* Define to the linker option to disable use of shared objects. */
2234 #ifndef USED_FOR_TARGET
2235 #undef LD_STATIC_OPTION
2236 #endif
2239 /* The linker hash style */
2240 #ifndef USED_FOR_TARGET
2241 #undef LINKER_HASH_STYLE
2242 #endif
2245 /* Define to the name of the LTO plugin DSO that must be passed to the
2246    linker's -plugin=LIB option. */
2247 #ifndef USED_FOR_TARGET
2248 #undef LTOPLUGINSONAME
2249 #endif
2252 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2253    */
2254 #ifndef USED_FOR_TARGET
2255 #undef LT_OBJDIR
2256 #endif
2259 /* Define if we should link mingw executables with --large-address-aware */
2260 #ifndef USED_FOR_TARGET
2261 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2262 #endif
2265 /* Value to set mingw's _dowildcard to. */
2266 #ifndef USED_FOR_TARGET
2267 #undef MINGW_DOWILDCARD
2268 #endif
2271 /* Define if host mkdir takes a single argument. */
2272 #ifndef USED_FOR_TARGET
2273 #undef MKDIR_TAKES_ONE_ARG
2274 #endif
2277 /* Define to 1 to if -foffload is defaulted */
2278 #ifndef USED_FOR_TARGET
2279 #undef OFFLOAD_DEFAULTED
2280 #endif
2283 /* Define to offload targets, separated by commas. */
2284 #ifndef USED_FOR_TARGET
2285 #undef OFFLOAD_TARGETS
2286 #endif
2289 /* Define to the address where bug reports for this package should be sent. */
2290 #ifndef USED_FOR_TARGET
2291 #undef PACKAGE_BUGREPORT
2292 #endif
2295 /* Define to the full name of this package. */
2296 #ifndef USED_FOR_TARGET
2297 #undef PACKAGE_NAME
2298 #endif
2301 /* Define to the full name and version of this package. */
2302 #ifndef USED_FOR_TARGET
2303 #undef PACKAGE_STRING
2304 #endif
2307 /* Define to the one symbol short name of this package. */
2308 #ifndef USED_FOR_TARGET
2309 #undef PACKAGE_TARNAME
2310 #endif
2313 /* Define to the home page for this package. */
2314 #ifndef USED_FOR_TARGET
2315 #undef PACKAGE_URL
2316 #endif
2319 /* Define to the version of this package. */
2320 #ifndef USED_FOR_TARGET
2321 #undef PACKAGE_VERSION
2322 #endif
2325 /* Specify plugin linker */
2326 #ifndef USED_FOR_TARGET
2327 #undef PLUGIN_LD_SUFFIX
2328 #endif
2331 /* Define to .TOC. alignment forced by your linker. */
2332 #ifndef USED_FOR_TARGET
2333 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2334 #endif
2337 /* Define to PREFIX/include if cpp should also search that directory. */
2338 #ifndef USED_FOR_TARGET
2339 #undef PREFIX_INCLUDE_DIR
2340 #endif
2343 /* The size of `dev_t', as computed by sizeof. */
2344 #ifndef USED_FOR_TARGET
2345 #undef SIZEOF_DEV_T
2346 #endif
2349 /* The size of `ino_t', as computed by sizeof. */
2350 #ifndef USED_FOR_TARGET
2351 #undef SIZEOF_INO_T
2352 #endif
2355 /* The size of `int', as computed by sizeof. */
2356 #ifndef USED_FOR_TARGET
2357 #undef SIZEOF_INT
2358 #endif
2361 /* The size of `long', as computed by sizeof. */
2362 #ifndef USED_FOR_TARGET
2363 #undef SIZEOF_LONG
2364 #endif
2367 /* The size of `long long', as computed by sizeof. */
2368 #ifndef USED_FOR_TARGET
2369 #undef SIZEOF_LONG_LONG
2370 #endif
2373 /* The size of `short', as computed by sizeof. */
2374 #ifndef USED_FOR_TARGET
2375 #undef SIZEOF_SHORT
2376 #endif
2379 /* The size of `void *', as computed by sizeof. */
2380 #ifndef USED_FOR_TARGET
2381 #undef SIZEOF_VOID_P
2382 #endif
2385 /* Define to 1 if you have the ANSI C header files. */
2386 #ifndef USED_FOR_TARGET
2387 #undef STDC_HEADERS
2388 #endif
2391 /* Define if you can safely include both <string.h> and <strings.h>. */
2392 #ifndef USED_FOR_TARGET
2393 #undef STRING_WITH_STRINGS
2394 #endif
2397 /* Define if TFmode long double should be the default */
2398 #ifndef USED_FOR_TARGET
2399 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2400 #endif
2403 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2404 #undef TARGET_DL_ITERATE_PHDR
2406 /* GNU C Library major version number used on the target, or 0. */
2407 #ifndef USED_FOR_TARGET
2408 #undef TARGET_GLIBC_MAJOR
2409 #endif
2412 /* GNU C Library minor version number used on the target, or 0. */
2413 #ifndef USED_FOR_TARGET
2414 #undef TARGET_GLIBC_MINOR
2415 #endif
2418 /* Define if your target C Library properly handles PT_GNU_STACK */
2419 #ifndef USED_FOR_TARGET
2420 #undef TARGET_LIBC_GNUSTACK
2421 #endif
2424 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2425 #ifndef USED_FOR_TARGET
2426 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2427 #endif
2430 /* Define if your target C library provides stack protector support */
2431 #ifndef USED_FOR_TARGET
2432 #undef TARGET_LIBC_PROVIDES_SSP
2433 #endif
2436 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2437 #ifndef USED_FOR_TARGET
2438 #undef TIME_WITH_SYS_TIME
2439 #endif
2442 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2443    work. */
2444 #ifndef USED_FOR_TARGET
2445 #undef TLS_SECTION_ASM_FLAG
2446 #endif
2449 /* Define if your assembler mis-optimizes .eh_frame data. */
2450 #ifndef USED_FOR_TARGET
2451 #undef USE_AS_TRADITIONAL_FORMAT
2452 #endif
2455 /* Define if you want to generate code by default that assumes that the Cygwin
2456    DLL exports wrappers to support libstdc++ function replacement. */
2457 #ifndef USED_FOR_TARGET
2458 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2459 #endif
2462 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2463 #ifndef USED_FOR_TARGET
2464 #undef USE_HIDDEN_LINKONCE
2465 #endif
2468 /* Define to 1 if the 'long long' type is wider than 'long' but still
2469    efficiently supported by the host hardware. */
2470 #ifndef USED_FOR_TARGET
2471 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2472 #endif
2475 /* Define if we should use leading underscore on 64 bit mingw targets */
2476 #ifndef USED_FOR_TARGET
2477 #undef USE_MINGW64_LEADING_UNDERSCORES
2478 #endif
2481 /* Enable extensions on AIX 3, Interix.  */
2482 #ifndef _ALL_SOURCE
2483 # undef _ALL_SOURCE
2484 #endif
2485 /* Enable GNU extensions on systems that have them.  */
2486 #ifndef _GNU_SOURCE
2487 # undef _GNU_SOURCE
2488 #endif
2489 /* Enable threading extensions on Solaris.  */
2490 #ifndef _POSIX_PTHREAD_SEMANTICS
2491 # undef _POSIX_PTHREAD_SEMANTICS
2492 #endif
2493 /* Enable extensions on HP NonStop.  */
2494 #ifndef _TANDEM_SOURCE
2495 # undef _TANDEM_SOURCE
2496 #endif
2497 /* Enable general extensions on Solaris.  */
2498 #ifndef __EXTENSIONS__
2499 # undef __EXTENSIONS__
2500 #endif
2503 /* Define to be the last component of the Windows registry key under which to
2504    look for installation paths. The full key used will be
2505    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2506    The default is the GCC version number. */
2507 #ifndef USED_FOR_TARGET
2508 #undef WIN32_REGISTRY_KEY
2509 #endif
2512 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2513    significant byte first (like Motorola and SPARC, unlike Intel). */
2514 #if defined AC_APPLE_UNIVERSAL_BUILD
2515 # if defined __BIG_ENDIAN__
2516 #  define WORDS_BIGENDIAN 1
2517 # endif
2518 #else
2519 # ifndef WORDS_BIGENDIAN
2520 #  undef WORDS_BIGENDIAN
2521 # endif
2522 #endif
2524 /* Enable large inode numbers on Mac OS X 10.5.  */
2525 #ifndef _DARWIN_USE_64_BIT_INODE
2526 # define _DARWIN_USE_64_BIT_INODE 1
2527 #endif
2529 /* Number of bits in a file offset, on hosts where this is settable. */
2530 #ifndef USED_FOR_TARGET
2531 #undef _FILE_OFFSET_BITS
2532 #endif
2535 /* Define for large files, on AIX-style hosts. */
2536 #ifndef USED_FOR_TARGET
2537 #undef _LARGE_FILES
2538 #endif
2541 /* Define to 1 if on MINIX. */
2542 #ifndef USED_FOR_TARGET
2543 #undef _MINIX
2544 #endif
2547 /* Define to 2 if the system does not provide POSIX.1 features except with
2548    this defined. */
2549 #ifndef USED_FOR_TARGET
2550 #undef _POSIX_1_SOURCE
2551 #endif
2554 /* Define to 1 if you need to in order for `stat' and other things to work. */
2555 #ifndef USED_FOR_TARGET
2556 #undef _POSIX_SOURCE
2557 #endif
2560 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2561    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2562    #define below would cause a syntax error. */
2563 #ifndef USED_FOR_TARGET
2564 #undef _UINT32_T
2565 #endif
2568 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2569    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2570    #define below would cause a syntax error. */
2571 #ifndef USED_FOR_TARGET
2572 #undef _UINT64_T
2573 #endif
2576 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2577    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2578    #define below would cause a syntax error. */
2579 #ifndef USED_FOR_TARGET
2580 #undef _UINT8_T
2581 #endif
2584 /* Define to `char *' if <sys/types.h> does not define. */
2585 #ifndef USED_FOR_TARGET
2586 #undef caddr_t
2587 #endif
2590 /* Define to `__inline__' or `__inline' if that's what the C compiler
2591    calls it, or to nothing if 'inline' is not supported under any name.  */
2592 #ifndef __cplusplus
2593 #undef inline
2594 #endif
2596 /* Define to the type of a signed integer type of width exactly 16 bits if
2597    such a type exists and the standard includes do not define it. */
2598 #ifndef USED_FOR_TARGET
2599 #undef int16_t
2600 #endif
2603 /* Define to the type of a signed integer type of width exactly 32 bits if
2604    such a type exists and the standard includes do not define it. */
2605 #ifndef USED_FOR_TARGET
2606 #undef int32_t
2607 #endif
2610 /* Define to the type of a signed integer type of width exactly 64 bits if
2611    such a type exists and the standard includes do not define it. */
2612 #ifndef USED_FOR_TARGET
2613 #undef int64_t
2614 #endif
2617 /* Define to the type of a signed integer type of width exactly 8 bits if such
2618    a type exists and the standard includes do not define it. */
2619 #ifndef USED_FOR_TARGET
2620 #undef int8_t
2621 #endif
2624 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2625    not define. */
2626 #ifndef USED_FOR_TARGET
2627 #undef intmax_t
2628 #endif
2631 /* Define to the type of a signed integer type wide enough to hold a pointer,
2632    if such a type exists, and if the system does not define it. */
2633 #ifndef USED_FOR_TARGET
2634 #undef intptr_t
2635 #endif
2638 /* Define to `int' if <sys/types.h> does not define. */
2639 #ifndef USED_FOR_TARGET
2640 #undef pid_t
2641 #endif
2644 /* Define to `long' if <sys/resource.h> doesn't define. */
2645 #ifndef USED_FOR_TARGET
2646 #undef rlim_t
2647 #endif
2650 /* Define to `int' if <sys/types.h> does not define. */
2651 #ifndef USED_FOR_TARGET
2652 #undef ssize_t
2653 #endif
2656 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2657    such a type exists and the standard includes do not define it. */
2658 #ifndef USED_FOR_TARGET
2659 #undef uint16_t
2660 #endif
2663 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2664    such a type exists and the standard includes do not define it. */
2665 #ifndef USED_FOR_TARGET
2666 #undef uint32_t
2667 #endif
2670 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2671    such a type exists and the standard includes do not define it. */
2672 #ifndef USED_FOR_TARGET
2673 #undef uint64_t
2674 #endif
2677 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2678    such a type exists and the standard includes do not define it. */
2679 #ifndef USED_FOR_TARGET
2680 #undef uint8_t
2681 #endif
2684 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2685    do not define. */
2686 #ifndef USED_FOR_TARGET
2687 #undef uintmax_t
2688 #endif
2691 /* Define to the type of an unsigned integer type wide enough to hold a
2692    pointer, if such a type exists, and if the system does not define it. */
2693 #ifndef USED_FOR_TARGET
2694 #undef uintptr_t
2695 #endif
2698 /* Define as `fork' if `vfork' does not work. */
2699 #ifndef USED_FOR_TARGET
2700 #undef vfork
2701 #endif