testsuite: Update scanning symbol sections to support AIX.
[official-gcc.git] / gcc / config.in
blobb7c3107bfe326c21d4f6149bc711b4c720c08cb2
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 if you want all operations on trees (the basic data structure of the
240    front ends) to be checked for dynamic type safety at runtime. This is
241    moderately expensive. */
242 #ifndef USED_FOR_TARGET
243 #undef ENABLE_TREE_CHECKING
244 #endif
247 /* Define if you want all gimple types to be verified after gimplifiation.
248    This is cheap. */
249 #ifndef USED_FOR_TARGET
250 #undef ENABLE_TYPES_CHECKING
251 #endif
254 /* Define to get calls to the valgrind runtime enabled. */
255 #ifndef USED_FOR_TARGET
256 #undef ENABLE_VALGRIND_ANNOTATIONS
257 #endif
260 /* Define if you want to run subprograms and generated programs through
261    valgrind (a memory checker). This is extremely expensive. */
262 #ifndef USED_FOR_TARGET
263 #undef ENABLE_VALGRIND_CHECKING
264 #endif
267 /* Define 0/1 if vtable verification feature is enabled. */
268 #ifndef USED_FOR_TARGET
269 #undef ENABLE_VTABLE_VERIFY
270 #endif
273 /* Define to 1 if installation paths should be looked up in the Windows
274    Registry. Ignored on non-Windows hosts. */
275 #ifndef USED_FOR_TARGET
276 #undef ENABLE_WIN32_REGISTRY
277 #endif
280 /* Define to the name of a file containing a list of extra machine modes for
281    this architecture. */
282 #ifndef USED_FOR_TARGET
283 #undef EXTRA_MODES_FILE
284 #endif
287 /* Define to enable detailed memory allocation stats gathering. */
288 #ifndef USED_FOR_TARGET
289 #undef GATHER_STATISTICS
290 #endif
293 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
294 #ifndef USED_FOR_TARGET
295 #undef GWINSZ_IN_SYS_IOCTL
296 #endif
299 /* mcontext_t fields start with __ */
300 #ifndef USED_FOR_TARGET
301 #undef HAS_MCONTEXT_T_UNDERSCORES
302 #endif
305 /* Define if your assembler supports architecture modifiers. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
308 #endif
311 /* Define if your avr assembler supports -mgcc-isr option. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_AVR_MGCCISR_OPTION
314 #endif
317 /* Define if your avr assembler supports --mlink-relax option. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
320 #endif
323 /* Define if your avr assembler supports -mrmw option. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_AS_AVR_MRMW_OPTION
326 #endif
329 /* Define to the level of your assembler's compressed debug section support.
330    */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_COMPRESS_DEBUG
333 #endif
336 /* Define if your assembler supports the --debug-prefix-map option. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_DEBUG_PREFIX_MAP
339 #endif
342 /* Define if your assembler supports .module. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_DOT_MODULE
345 #endif
348 /* Define if your assembler supports DSPR1 mult. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_DSPR1_MULT
351 #endif
354 /* Define if your assembler supports .dtprelword. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_DTPRELWORD
357 #endif
360 /* Define if your assembler supports dwarf2 .file/.loc directives, and
361    preserves file table indices exactly as given. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_DWARF2_DEBUG_LINE
364 #endif
367 /* Define if your assembler supports views in dwarf2 .loc directives. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_DWARF2_DEBUG_VIEW
370 #endif
373 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_ENTRY_MARKERS
376 #endif
379 /* Define if your assembler supports explicit relocations. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_EXPLICIT_RELOCS
382 #endif
385 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_FMAF_HPC_VIS3
388 #endif
391 /* Define if your assembler supports the --gdwarf2 option. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
394 #endif
397 /* Define if your assembler supports the --gdwarf-5 option. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
400 #endif
403 /* Define if your assembler supports .gnu_attribute. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_GNU_ATTRIBUTE
406 #endif
409 /* Define true if the assembler supports '.long foo@GOTOFF'. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_GOTOFF_IN_DATA
412 #endif
415 /* Define if your assembler supports the --gstabs option. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_GSTABS_DEBUG_FLAG
418 #endif
421 /* Define if your assembler supports the Sun syntax for cmov. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
424 #endif
427 /* Define if your assembler supports the subtraction of symbols in different
428    sections. */
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
431 #endif
434 /* Define if your assembler supports the ffreep mnemonic. */
435 #ifndef USED_FOR_TARGET
436 #undef HAVE_AS_IX86_FFREEP
437 #endif
440 /* Define if your assembler uses fildq and fistq mnemonics. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_FILDQ
443 #endif
446 /* Define if your assembler uses filds and fists mnemonics. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_FILDS
449 #endif
452 /* Define 0/1 if your assembler and linker support @GOT. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_GOT32X
455 #endif
458 /* Define if your assembler supports HLE prefixes. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_HLE
461 #endif
464 /* Define if your assembler supports interunit movq mnemonic. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
467 #endif
470 /* Define if your assembler supports the .quad directive. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_QUAD
473 #endif
476 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
479 #endif
482 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_IX86_SAHF
485 #endif
488 /* Define if your assembler supports the swap suffix. */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_AS_IX86_SWAP
491 #endif
494 /* Define if your assembler and linker support @tlsgdplt. */
495 #ifndef USED_FOR_TARGET
496 #undef HAVE_AS_IX86_TLSGDPLT
497 #endif
500 /* Define to 1 if your assembler and linker support @tlsldm. */
501 #ifndef USED_FOR_TARGET
502 #undef HAVE_AS_IX86_TLSLDM
503 #endif
506 /* Define to 1 if your assembler and linker support @tlsldmplt. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_AS_IX86_TLSLDMPLT
509 #endif
512 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
513    GOT. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
516 #endif
519 /* Define if your assembler supports the 'ud2' mnemonic. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_AS_IX86_UD2
522 #endif
525 /* Define if your assembler supports the lituse_jsrdirect relocation. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_JSRDIRECT_RELOCS
528 #endif
531 /* Define if your assembler supports .sleb128 and .uleb128. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_LEB128
534 #endif
537 /* Define if your assembler supports LEON instructions. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_LEON
540 #endif
543 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_AS_LINE_ZERO
546 #endif
549 /* Define if your assembler supports ltoffx and ldxmov relocations. */
550 #ifndef USED_FOR_TARGET
551 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
552 #endif
555 /* Define if your assembler supports the -mabi option. */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_AS_MABI_OPTION
558 #endif
561 /* Define if your assembler supports .machine and .machinemode. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_AS_MACHINE_MACHINEMODE
564 #endif
567 /* Define if your assembler supports mfcr field. */
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_AS_MFCRF
570 #endif
573 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
574    */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
577 #endif
580 /* Define if your assembler supports .mspabi_attribute. */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_MSPABI_ATTRIBUTE
583 #endif
586 /* Define if the assembler understands -mnan=. */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_NAN
589 #endif
592 /* Define if your assembler supports %gotoff relocation syntax. */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
595 #endif
598 /* Define if your assembler supports the -no-mul-bug-abort option. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
601 #endif
604 /* Define if the assembler understands -mno-shared. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_NO_SHARED
607 #endif
610 /* Define if your assembler supports offsetable %lo(). */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_OFFSETABLE_LO10
613 #endif
616 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_PLTSEQ
619 #endif
622 /* Define if your assembler supports .ref */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_REF
625 #endif
628 /* Define if your assembler supports R_PPC_REL16 relocs. */
629 #ifndef USED_FOR_TARGET
630 #undef HAVE_AS_REL16
631 #endif
634 /* Define if your assembler supports -relax option. */
635 #ifndef USED_FOR_TARGET
636 #undef HAVE_AS_RELAX_OPTION
637 #endif
640 /* Define if your assembler supports .attribute. */
641 #ifndef USED_FOR_TARGET
642 #undef HAVE_AS_RISCV_ATTRIBUTE
643 #endif
646 /* Define if your assembler supports relocs needed by -fpic. */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_AS_SMALL_PIC_RELOCS
649 #endif
652 /* Define if your assembler supports SPARC4 instructions. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_AS_SPARC4
655 #endif
658 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_SPARC5_VIS4
661 #endif
664 /* Define if your assembler supports SPARC6 instructions. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_AS_SPARC6
667 #endif
670 /* Define if your assembler and linker support GOTDATA_OP relocs. */
671 #ifndef USED_FOR_TARGET
672 #undef HAVE_AS_SPARC_GOTDATA_OP
673 #endif
676 /* Define if your assembler and linker support unaligned PC relative relocs.
677    */
678 #ifndef USED_FOR_TARGET
679 #undef HAVE_AS_SPARC_UA_PCREL
680 #endif
683 /* Define if your assembler and linker support unaligned PC relative relocs
684    against hidden symbols. */
685 #ifndef USED_FOR_TARGET
686 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
687 #endif
690 /* Define if your assembler supports .stabs. */
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_AS_STABS_DIRECTIVE
693 #endif
696 /* Define if your assembler and linker support thread-local storage. */
697 #ifndef USED_FOR_TARGET
698 #undef HAVE_AS_TLS
699 #endif
702 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
703    alignment hint argument. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
706 #endif
709 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
710    alignment hint argument on z13. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
713 #endif
716 /* Define if your assembler supports VSX instructions. */
717 #ifndef USED_FOR_TARGET
718 #undef HAVE_AS_VSX
719 #endif
722 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
723    generated .debug_line. */
724 #ifndef USED_FOR_TARGET
725 #undef HAVE_AS_WORKING_DWARF_N_FLAG
726 #endif
729 /* Define if your assembler supports -xbrace_comment option. */
730 #ifndef USED_FOR_TARGET
731 #undef HAVE_AS_XBRACE_COMMENT_OPTION
732 #endif
735 /* Define to 1 if you have the `atoq' function. */
736 #ifndef USED_FOR_TARGET
737 #undef HAVE_ATOQ
738 #endif
741 /* Define to 1 if you have the `clearerr_unlocked' function. */
742 #ifndef USED_FOR_TARGET
743 #undef HAVE_CLEARERR_UNLOCKED
744 #endif
747 /* Define to 1 if you have the `clock' function. */
748 #ifndef USED_FOR_TARGET
749 #undef HAVE_CLOCK
750 #endif
753 /* Define if <time.h> defines clock_t. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_CLOCK_T
756 #endif
759 /* Define 0/1 if your assembler and linker support COMDAT groups. */
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_COMDAT_GROUP
762 #endif
765 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
766    */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_DECL_ABORT
769 #endif
772 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
773    0. */
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_DECL_ASPRINTF
776 #endif
779 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
780 #ifndef USED_FOR_TARGET
781 #undef HAVE_DECL_ATOF
782 #endif
785 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
786 #ifndef USED_FOR_TARGET
787 #undef HAVE_DECL_ATOL
788 #endif
791 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
792    */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_DECL_ATOLL
795 #endif
798 /* Define to 1 if you have the declaration of `basename(const char*)', and to
799    0 if you don't. */
800 #ifndef USED_FOR_TARGET
801 #undef HAVE_DECL_BASENAME
802 #endif
805 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
806    */
807 #ifndef USED_FOR_TARGET
808 #undef HAVE_DECL_CALLOC
809 #endif
812 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
813    define to 0. */
814 #ifndef USED_FOR_TARGET
815 #undef HAVE_DECL_CLEARERR_UNLOCKED
816 #endif
819 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
820    */
821 #ifndef USED_FOR_TARGET
822 #undef HAVE_DECL_CLOCK
823 #endif
826 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
827    */
828 #ifndef USED_FOR_TARGET
829 #undef HAVE_DECL_ERRNO
830 #endif
833 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
834    to 0. */
835 #ifndef USED_FOR_TARGET
836 #undef HAVE_DECL_FEOF_UNLOCKED
837 #endif
840 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
841    define to 0. */
842 #ifndef USED_FOR_TARGET
843 #undef HAVE_DECL_FERROR_UNLOCKED
844 #endif
847 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
848    define to 0. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_DECL_FFLUSH_UNLOCKED
851 #endif
854 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
855 #ifndef USED_FOR_TARGET
856 #undef HAVE_DECL_FFS
857 #endif
860 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
861    define to 0. */
862 #ifndef USED_FOR_TARGET
863 #undef HAVE_DECL_FGETC_UNLOCKED
864 #endif
867 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
868    define to 0. */
869 #ifndef USED_FOR_TARGET
870 #undef HAVE_DECL_FGETS_UNLOCKED
871 #endif
874 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
875    define to 0. */
876 #ifndef USED_FOR_TARGET
877 #undef HAVE_DECL_FILENO_UNLOCKED
878 #endif
881 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
882    define to 0. */
883 #ifndef USED_FOR_TARGET
884 #undef HAVE_DECL_FPRINTF_UNLOCKED
885 #endif
888 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
889    define to 0. */
890 #ifndef USED_FOR_TARGET
891 #undef HAVE_DECL_FPUTC_UNLOCKED
892 #endif
895 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
896    define to 0. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_DECL_FPUTS_UNLOCKED
899 #endif
902 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
903    define to 0. */
904 #ifndef USED_FOR_TARGET
905 #undef HAVE_DECL_FREAD_UNLOCKED
906 #endif
909 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
910 #ifndef USED_FOR_TARGET
911 #undef HAVE_DECL_FREE
912 #endif
915 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
916    define to 0. */
917 #ifndef USED_FOR_TARGET
918 #undef HAVE_DECL_FWRITE_UNLOCKED
919 #endif
922 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
923    define to 0. */
924 #ifndef USED_FOR_TARGET
925 #undef HAVE_DECL_GETCHAR_UNLOCKED
926 #endif
929 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
930    */
931 #ifndef USED_FOR_TARGET
932 #undef HAVE_DECL_GETCWD
933 #endif
936 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
937    to 0. */
938 #ifndef USED_FOR_TARGET
939 #undef HAVE_DECL_GETC_UNLOCKED
940 #endif
943 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
944    */
945 #ifndef USED_FOR_TARGET
946 #undef HAVE_DECL_GETENV
947 #endif
950 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
951    */
952 #ifndef USED_FOR_TARGET
953 #undef HAVE_DECL_GETOPT
954 #endif
957 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
958    to 0. */
959 #ifndef USED_FOR_TARGET
960 #undef HAVE_DECL_GETPAGESIZE
961 #endif
964 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
965    0. */
966 #ifndef USED_FOR_TARGET
967 #undef HAVE_DECL_GETRLIMIT
968 #endif
971 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
972    0. */
973 #ifndef USED_FOR_TARGET
974 #undef HAVE_DECL_GETRUSAGE
975 #endif
978 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
979    */
980 #ifndef USED_FOR_TARGET
981 #undef HAVE_DECL_GETWD
982 #endif
985 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
986    0. */
987 #ifndef USED_FOR_TARGET
988 #undef HAVE_DECL_LDGETNAME
989 #endif
992 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
993    */
994 #ifndef USED_FOR_TARGET
995 #undef HAVE_DECL_MADVISE
996 #endif
999 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1000    0. */
1001 #ifndef USED_FOR_TARGET
1002 #undef HAVE_DECL_MALLINFO
1003 #endif
1006 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1007    0. */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_DECL_MALLINFO2
1010 #endif
1013 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1014    */
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_DECL_MALLOC
1017 #endif
1020 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1021    define to 0. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1024 #endif
1027 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1028    to 0. */
1029 #ifndef USED_FOR_TARGET
1030 #undef HAVE_DECL_PUTC_UNLOCKED
1031 #endif
1034 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1035    */
1036 #ifndef USED_FOR_TARGET
1037 #undef HAVE_DECL_REALLOC
1038 #endif
1041 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1042 #ifndef USED_FOR_TARGET
1043 #undef HAVE_DECL_SBRK
1044 #endif
1047 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1048    */
1049 #ifndef USED_FOR_TARGET
1050 #undef HAVE_DECL_SETENV
1051 #endif
1054 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1055    0. */
1056 #ifndef USED_FOR_TARGET
1057 #undef HAVE_DECL_SETRLIMIT
1058 #endif
1061 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1062    to 0. */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_DECL_SIGALTSTACK
1065 #endif
1068 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1069    0. */
1070 #ifndef USED_FOR_TARGET
1071 #undef HAVE_DECL_SNPRINTF
1072 #endif
1075 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1076    */
1077 #ifndef USED_FOR_TARGET
1078 #undef HAVE_DECL_STPCPY
1079 #endif
1082 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1083    */
1084 #ifndef USED_FOR_TARGET
1085 #undef HAVE_DECL_STRNLEN
1086 #endif
1089 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1090    0. */
1091 #ifndef USED_FOR_TARGET
1092 #undef HAVE_DECL_STRSIGNAL
1093 #endif
1096 /* Define to 1 if you have the declaration of `strstr(const char*,const
1097    char*)', and to 0 if you don't. */
1098 #ifndef USED_FOR_TARGET
1099 #undef HAVE_DECL_STRSTR
1100 #endif
1103 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1104    */
1105 #ifndef USED_FOR_TARGET
1106 #undef HAVE_DECL_STRTOL
1107 #endif
1110 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1111    */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_DECL_STRTOLL
1114 #endif
1117 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1118    */
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_DECL_STRTOUL
1121 #endif
1124 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1125    0. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_DECL_STRTOULL
1128 #endif
1131 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1132    0. */
1133 #ifndef USED_FOR_TARGET
1134 #undef HAVE_DECL_STRVERSCMP
1135 #endif
1138 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1139    */
1140 #ifndef USED_FOR_TARGET
1141 #undef HAVE_DECL_TIMES
1142 #endif
1145 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1146    0. */
1147 #ifndef USED_FOR_TARGET
1148 #undef HAVE_DECL_UNSETENV
1149 #endif
1152 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1153    0. */
1154 #ifndef USED_FOR_TARGET
1155 #undef HAVE_DECL_VASPRINTF
1156 #endif
1159 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1160    0. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_DECL_VSNPRINTF
1163 #endif
1166 /* Define to 1 if you have the <direct.h> header file. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_DIRECT_H
1169 #endif
1172 /* Define to 1 if you have the <dlfcn.h> header file. */
1173 #ifndef USED_FOR_TARGET
1174 #undef HAVE_DLFCN_H
1175 #endif
1178 /* Define to 1 if you have the <ext/hash_map> header file. */
1179 #ifndef USED_FOR_TARGET
1180 #undef HAVE_EXT_HASH_MAP
1181 #endif
1184 /* Define to 1 if you have the <fcntl.h> header file. */
1185 #ifndef USED_FOR_TARGET
1186 #undef HAVE_FCNTL_H
1187 #endif
1190 /* Define to 1 if you have the `feof_unlocked' function. */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_FEOF_UNLOCKED
1193 #endif
1196 /* Define to 1 if you have the `ferror_unlocked' function. */
1197 #ifndef USED_FOR_TARGET
1198 #undef HAVE_FERROR_UNLOCKED
1199 #endif
1202 /* Define to 1 if you have the `fflush_unlocked' function. */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_FFLUSH_UNLOCKED
1205 #endif
1208 /* Define to 1 if you have the `fgetc_unlocked' function. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_FGETC_UNLOCKED
1211 #endif
1214 /* Define to 1 if you have the `fgets_unlocked' function. */
1215 #ifndef USED_FOR_TARGET
1216 #undef HAVE_FGETS_UNLOCKED
1217 #endif
1220 /* Define to 1 if you have the `fileno_unlocked' function. */
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE_FILENO_UNLOCKED
1223 #endif
1226 /* Define to 1 if you have the `fork' function. */
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_FORK
1229 #endif
1232 /* Define to 1 if you have the `fprintf_unlocked' function. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_FPRINTF_UNLOCKED
1235 #endif
1238 /* Define to 1 if you have the `fputc_unlocked' function. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_FPUTC_UNLOCKED
1241 #endif
1244 /* Define to 1 if you have the `fputs_unlocked' function. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_FPUTS_UNLOCKED
1247 #endif
1250 /* Define to 1 if you have the `fread_unlocked' function. */
1251 #ifndef USED_FOR_TARGET
1252 #undef HAVE_FREAD_UNLOCKED
1253 #endif
1256 /* Define to 1 if you have the <ftw.h> header file. */
1257 #ifndef USED_FOR_TARGET
1258 #undef HAVE_FTW_H
1259 #endif
1262 /* Define to 1 if you have the `fwrite_unlocked' function. */
1263 #ifndef USED_FOR_TARGET
1264 #undef HAVE_FWRITE_UNLOCKED
1265 #endif
1268 /* Define if your assembler supports specifying the alignment of objects
1269    allocated using the GAS .comm command. */
1270 #ifndef USED_FOR_TARGET
1271 #undef HAVE_GAS_ALIGNED_COMM
1272 #endif
1275 /* Define if your assembler supports .balign and .p2align. */
1276 #ifndef USED_FOR_TARGET
1277 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1278 #endif
1281 /* Define 0/1 if your assembler supports CFI directives. */
1282 #undef HAVE_GAS_CFI_DIRECTIVE
1284 /* Define 0/1 if your assembler supports .cfi_personality. */
1285 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1287 /* Define 0/1 if your assembler supports .cfi_sections. */
1288 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1290 /* Define if your assembler supports the .loc discriminator sub-directive. */
1291 #ifndef USED_FOR_TARGET
1292 #undef HAVE_GAS_DISCRIMINATOR
1293 #endif
1296 /* Define if your assembler supports @gnu_unique_object. */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1299 #endif
1302 /* Define if your assembler and linker support .hidden. */
1303 #undef HAVE_GAS_HIDDEN
1305 /* Define if your assembler supports .lcomm with an alignment field. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1308 #endif
1311 /* Define if your assembler supports .literal16. */
1312 #ifndef USED_FOR_TARGET
1313 #undef HAVE_GAS_LITERAL16
1314 #endif
1317 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1318 #ifndef USED_FOR_TARGET
1319 #undef HAVE_GAS_LOC_STMT
1320 #endif
1323 /* Define if your assembler supports specifying the maximum number of bytes to
1324    skip when using the GAS .p2align command. */
1325 #ifndef USED_FOR_TARGET
1326 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1327 #endif
1330 /* Define if your assembler supports the .set micromips directive */
1331 #ifndef USED_FOR_TARGET
1332 #undef HAVE_GAS_MICROMIPS
1333 #endif
1336 /* Define if your assembler supports .nsubspa comdat option. */
1337 #ifndef USED_FOR_TARGET
1338 #undef HAVE_GAS_NSUBSPA_COMDAT
1339 #endif
1342 /* Define if your assembler and linker support 32-bit section relative relocs
1343    via '.secrel32 label'. */
1344 #ifndef USED_FOR_TARGET
1345 #undef HAVE_GAS_PE_SECREL32_RELOC
1346 #endif
1349 /* Define if your assembler supports specifying the exclude section flag. */
1350 #ifndef USED_FOR_TARGET
1351 #undef HAVE_GAS_SECTION_EXCLUDE
1352 #endif
1355 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1356    */
1357 #ifndef USED_FOR_TARGET
1358 #undef HAVE_GAS_SHF_MERGE
1359 #endif
1362 /* Define if your assembler supports .subsection and .subsection -1 starts
1363    emitting at the beginning of your section. */
1364 #ifndef USED_FOR_TARGET
1365 #undef HAVE_GAS_SUBSECTION_ORDERING
1366 #endif
1369 /* Define if your assembler supports .weak. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_GAS_WEAK
1372 #endif
1375 /* Define if your assembler supports .weakref. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_GAS_WEAKREF
1378 #endif
1381 /* Define to 1 if you have the `getchar_unlocked' function. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_GETCHAR_UNLOCKED
1384 #endif
1387 /* Define to 1 if you have the `getc_unlocked' function. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_GETC_UNLOCKED
1390 #endif
1393 /* Define to 1 if you have the `getrlimit' function. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_GETRLIMIT
1396 #endif
1399 /* Define to 1 if you have the `getrusage' function. */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_GETRUSAGE
1402 #endif
1405 /* Define to 1 if you have the `gettimeofday' function. */
1406 #ifndef USED_FOR_TARGET
1407 #undef HAVE_GETTIMEOFDAY
1408 #endif
1411 /* Define to 1 if using GNU as. */
1412 #ifndef USED_FOR_TARGET
1413 #undef HAVE_GNU_AS
1414 #endif
1417 /* Define if your system supports gnu indirect functions. */
1418 #ifndef USED_FOR_TARGET
1419 #undef HAVE_GNU_INDIRECT_FUNCTION
1420 #endif
1423 /* Define to 1 if using GNU ld. */
1424 #ifndef USED_FOR_TARGET
1425 #undef HAVE_GNU_LD
1426 #endif
1429 /* Define if the gold linker supports split stack and is available as a
1430    non-default */
1431 #ifndef USED_FOR_TARGET
1432 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1433 #endif
1436 /* Define if you have the iconv() function. */
1437 #ifndef USED_FOR_TARGET
1438 #undef HAVE_ICONV
1439 #endif
1442 /* Define to 1 if you have the <iconv.h> header file. */
1443 #ifndef USED_FOR_TARGET
1444 #undef HAVE_ICONV_H
1445 #endif
1448 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1449    */
1450 #ifndef USED_FOR_TARGET
1451 #undef HAVE_INITFINI_ARRAY_SUPPORT
1452 #endif
1455 /* Define to 1 if the system has the type `intmax_t'. */
1456 #ifndef USED_FOR_TARGET
1457 #undef HAVE_INTMAX_T
1458 #endif
1461 /* Define to 1 if the system has the type `intptr_t'. */
1462 #ifndef USED_FOR_TARGET
1463 #undef HAVE_INTPTR_T
1464 #endif
1467 /* Define if you have a working <inttypes.h> header file. */
1468 #ifndef USED_FOR_TARGET
1469 #undef HAVE_INTTYPES_H
1470 #endif
1473 /* Define to 1 if you have the `kill' function. */
1474 #ifndef USED_FOR_TARGET
1475 #undef HAVE_KILL
1476 #endif
1479 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1480 #ifndef USED_FOR_TARGET
1481 #undef HAVE_LANGINFO_CODESET
1482 #endif
1485 /* Define to 1 if you have the <langinfo.h> header file. */
1486 #ifndef USED_FOR_TARGET
1487 #undef HAVE_LANGINFO_H
1488 #endif
1491 /* Define if your <locale.h> file defines LC_MESSAGES. */
1492 #ifndef USED_FOR_TARGET
1493 #undef HAVE_LC_MESSAGES
1494 #endif
1497 /* Define to 1 if you have the <ldfcn.h> header file. */
1498 #ifndef USED_FOR_TARGET
1499 #undef HAVE_LDFCN_H
1500 #endif
1503 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1504    alignment > 1. */
1505 #ifndef USED_FOR_TARGET
1506 #undef HAVE_LD_ALIGNED_SHF_MERGE
1507 #endif
1510 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1511    options. */
1512 #ifndef USED_FOR_TARGET
1513 #undef HAVE_LD_AS_NEEDED
1514 #endif
1517 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1518    flash. */
1519 #ifndef USED_FOR_TARGET
1520 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1521 #endif
1524 /* Define if your linker supports -z bndplt */
1525 #ifndef USED_FOR_TARGET
1526 #undef HAVE_LD_BNDPLT_SUPPORT
1527 #endif
1530 /* Define if your linker supports --build-id. */
1531 #ifndef USED_FOR_TARGET
1532 #undef HAVE_LD_BUILDID
1533 #endif
1536 /* Define if the linker supports clearing hardware capabilities via mapfile.
1537    */
1538 #ifndef USED_FOR_TARGET
1539 #undef HAVE_LD_CLEARCAP
1540 #endif
1543 /* Define to the level of your linker's compressed debug section support. */
1544 #ifndef USED_FOR_TARGET
1545 #undef HAVE_LD_COMPRESS_DEBUG
1546 #endif
1549 /* Define if your linker supports --demangle option. */
1550 #ifndef USED_FOR_TARGET
1551 #undef HAVE_LD_DEMANGLE
1552 #endif
1555 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1556 #ifndef USED_FOR_TARGET
1557 #undef HAVE_LD_EH_FRAME_CIEV3
1558 #endif
1561 /* Define if your linker supports .eh_frame_hdr. */
1562 #undef HAVE_LD_EH_FRAME_HDR
1564 /* Define if your linker supports garbage collection of sections in presence
1565    of EH frames. */
1566 #ifndef USED_FOR_TARGET
1567 #undef HAVE_LD_EH_GC_SECTIONS
1568 #endif
1571 /* Define if your linker has buggy garbage collection of sections support when
1572    .text.startup.foo like sections are used. */
1573 #ifndef USED_FOR_TARGET
1574 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1575 #endif
1578 /* Define if your PowerPC64 linker supports a large TOC. */
1579 #ifndef USED_FOR_TARGET
1580 #undef HAVE_LD_LARGE_TOC
1581 #endif
1584 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1585 #ifndef USED_FOR_TARGET
1586 #undef HAVE_LD_NO_DOT_SYMS
1587 #endif
1590 /* Define if your linker can relax absolute .eh_frame personality pointers
1591    into PC-relative form. */
1592 #ifndef USED_FOR_TARGET
1593 #undef HAVE_LD_PERSONALITY_RELAXATION
1594 #endif
1597 /* Define if your linker supports PIE option. */
1598 #ifndef USED_FOR_TARGET
1599 #undef HAVE_LD_PIE
1600 #endif
1603 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1604 #ifndef USED_FOR_TARGET
1605 #undef HAVE_LD_PIE_COPYRELOC
1606 #endif
1609 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1610 #ifndef USED_FOR_TARGET
1611 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1612 #endif
1615 /* Define if your linker supports --push-state/--pop-state */
1616 #ifndef USED_FOR_TARGET
1617 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1618 #endif
1621 /* Define if your linker links a mix of read-only and read-write sections into
1622    a read-write section. */
1623 #ifndef USED_FOR_TARGET
1624 #undef HAVE_LD_RO_RW_SECTION_MIXING
1625 #endif
1628 /* Define if your linker supports the *_sol2 emulations. */
1629 #ifndef USED_FOR_TARGET
1630 #undef HAVE_LD_SOL2_EMULATION
1631 #endif
1634 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1635 #ifndef USED_FOR_TARGET
1636 #undef HAVE_LD_STATIC_DYNAMIC
1637 #endif
1640 /* Define if your linker supports --sysroot. */
1641 #ifndef USED_FOR_TARGET
1642 #undef HAVE_LD_SYSROOT
1643 #endif
1646 /* Define to 1 if you have the <limits.h> header file. */
1647 #ifndef USED_FOR_TARGET
1648 #undef HAVE_LIMITS_H
1649 #endif
1652 /* Define to 1 if you have the <locale.h> header file. */
1653 #ifndef USED_FOR_TARGET
1654 #undef HAVE_LOCALE_H
1655 #endif
1658 /* Define to 1 if the system has the type `long long'. */
1659 #ifndef USED_FOR_TARGET
1660 #undef HAVE_LONG_LONG
1661 #endif
1664 /* Define to 1 if the system has the type `long long int'. */
1665 #ifndef USED_FOR_TARGET
1666 #undef HAVE_LONG_LONG_INT
1667 #endif
1670 /* Define to the level of your linker's plugin support. */
1671 #ifndef USED_FOR_TARGET
1672 #undef HAVE_LTO_PLUGIN
1673 #endif
1676 /* Define to 1 if you have the `madvise' function. */
1677 #ifndef USED_FOR_TARGET
1678 #undef HAVE_MADVISE
1679 #endif
1682 /* Define to 1 if you have the `mallinfo' function. */
1683 #ifndef USED_FOR_TARGET
1684 #undef HAVE_MALLINFO
1685 #endif
1688 /* Define to 1 if you have the `mallinfo2' function. */
1689 #ifndef USED_FOR_TARGET
1690 #undef HAVE_MALLINFO2
1691 #endif
1694 /* Define to 1 if you have the <malloc.h> header file. */
1695 #ifndef USED_FOR_TARGET
1696 #undef HAVE_MALLOC_H
1697 #endif
1700 /* Define to 1 if you have the `mbstowcs' function. */
1701 #ifndef USED_FOR_TARGET
1702 #undef HAVE_MBSTOWCS
1703 #endif
1706 /* Define if valgrind's memcheck.h header is installed. */
1707 #ifndef USED_FOR_TARGET
1708 #undef HAVE_MEMCHECK_H
1709 #endif
1712 /* Define to 1 if you have the <memory.h> header file. */
1713 #ifndef USED_FOR_TARGET
1714 #undef HAVE_MEMORY_H
1715 #endif
1718 /* Define to 1 if you have the `mmap' function. */
1719 #ifndef USED_FOR_TARGET
1720 #undef HAVE_MMAP
1721 #endif
1724 /* Define if mmap with MAP_ANON(YMOUS) works. */
1725 #ifndef USED_FOR_TARGET
1726 #undef HAVE_MMAP_ANON
1727 #endif
1730 /* Define if mmap of /dev/zero works. */
1731 #ifndef USED_FOR_TARGET
1732 #undef HAVE_MMAP_DEV_ZERO
1733 #endif
1736 /* Define if read-only mmap of a plain file works. */
1737 #ifndef USED_FOR_TARGET
1738 #undef HAVE_MMAP_FILE
1739 #endif
1742 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1743    */
1744 #ifndef USED_FOR_TARGET
1745 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1746 #endif
1749 /* Define to 1 if you have the `nl_langinfo' function. */
1750 #ifndef USED_FOR_TARGET
1751 #undef HAVE_NL_LANGINFO
1752 #endif
1755 /* Define to 1 if you have the `popen' function. */
1756 #ifndef USED_FOR_TARGET
1757 #undef HAVE_POPEN
1758 #endif
1761 /* Define to 1 if you have the `putchar_unlocked' function. */
1762 #ifndef USED_FOR_TARGET
1763 #undef HAVE_PUTCHAR_UNLOCKED
1764 #endif
1767 /* Define to 1 if you have the `putc_unlocked' function. */
1768 #ifndef USED_FOR_TARGET
1769 #undef HAVE_PUTC_UNLOCKED
1770 #endif
1773 /* Define to 1 if you have the `setlocale' function. */
1774 #ifndef USED_FOR_TARGET
1775 #undef HAVE_SETLOCALE
1776 #endif
1779 /* Define to 1 if you have the `setrlimit' function. */
1780 #ifndef USED_FOR_TARGET
1781 #undef HAVE_SETRLIMIT
1782 #endif
1785 /* Define if the system-provided CRTs are present on Solaris. */
1786 #ifndef USED_FOR_TARGET
1787 #undef HAVE_SOLARIS_CRTS
1788 #endif
1791 /* Define to 1 if you have the <stddef.h> header file. */
1792 #ifndef USED_FOR_TARGET
1793 #undef HAVE_STDDEF_H
1794 #endif
1797 /* Define to 1 if you have the <stdint.h> header file. */
1798 #ifndef USED_FOR_TARGET
1799 #undef HAVE_STDINT_H
1800 #endif
1803 /* Define to 1 if you have the <stdlib.h> header file. */
1804 #ifndef USED_FOR_TARGET
1805 #undef HAVE_STDLIB_H
1806 #endif
1809 /* Define to 1 if you have the <strings.h> header file. */
1810 #ifndef USED_FOR_TARGET
1811 #undef HAVE_STRINGS_H
1812 #endif
1815 /* Define to 1 if you have the <string.h> header file. */
1816 #ifndef USED_FOR_TARGET
1817 #undef HAVE_STRING_H
1818 #endif
1821 /* Define to 1 if you have the `strsignal' function. */
1822 #ifndef USED_FOR_TARGET
1823 #undef HAVE_STRSIGNAL
1824 #endif
1827 /* Define if <sys/times.h> defines struct tms. */
1828 #ifndef USED_FOR_TARGET
1829 #undef HAVE_STRUCT_TMS
1830 #endif
1833 /* Define if <utility> defines std::swap. */
1834 #ifndef USED_FOR_TARGET
1835 #undef HAVE_SWAP_IN_UTILITY
1836 #endif
1839 /* Define to 1 if you have the `sysconf' function. */
1840 #ifndef USED_FOR_TARGET
1841 #undef HAVE_SYSCONF
1842 #endif
1845 /* Define to 1 if you have the <sys/file.h> header file. */
1846 #ifndef USED_FOR_TARGET
1847 #undef HAVE_SYS_FILE_H
1848 #endif
1851 /* Define to 1 if you have the <sys/mman.h> header file. */
1852 #ifndef USED_FOR_TARGET
1853 #undef HAVE_SYS_MMAN_H
1854 #endif
1857 /* Define to 1 if you have the <sys/param.h> header file. */
1858 #ifndef USED_FOR_TARGET
1859 #undef HAVE_SYS_PARAM_H
1860 #endif
1863 /* Define to 1 if you have the <sys/resource.h> header file. */
1864 #ifndef USED_FOR_TARGET
1865 #undef HAVE_SYS_RESOURCE_H
1866 #endif
1869 /* Define if your target C library provides sys/sdt.h */
1870 #undef HAVE_SYS_SDT_H
1872 /* Define to 1 if you have the <sys/stat.h> header file. */
1873 #ifndef USED_FOR_TARGET
1874 #undef HAVE_SYS_STAT_H
1875 #endif
1878 /* Define to 1 if you have the <sys/times.h> header file. */
1879 #ifndef USED_FOR_TARGET
1880 #undef HAVE_SYS_TIMES_H
1881 #endif
1884 /* Define to 1 if you have the <sys/time.h> header file. */
1885 #ifndef USED_FOR_TARGET
1886 #undef HAVE_SYS_TIME_H
1887 #endif
1890 /* Define to 1 if you have the <sys/types.h> header file. */
1891 #ifndef USED_FOR_TARGET
1892 #undef HAVE_SYS_TYPES_H
1893 #endif
1896 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1897 #ifndef USED_FOR_TARGET
1898 #undef HAVE_SYS_WAIT_H
1899 #endif
1902 /* Define to 1 if you have the `times' function. */
1903 #ifndef USED_FOR_TARGET
1904 #undef HAVE_TIMES
1905 #endif
1908 /* Define to 1 if you have the <time.h> header file. */
1909 #ifndef USED_FOR_TARGET
1910 #undef HAVE_TIME_H
1911 #endif
1914 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1915 #ifndef USED_FOR_TARGET
1916 #undef HAVE_TR1_UNORDERED_MAP
1917 #endif
1920 /* Define to 1 if the system has the type `uintmax_t'. */
1921 #ifndef USED_FOR_TARGET
1922 #undef HAVE_UINTMAX_T
1923 #endif
1926 /* Define to 1 if the system has the type `uintptr_t'. */
1927 #ifndef USED_FOR_TARGET
1928 #undef HAVE_UINTPTR_T
1929 #endif
1932 /* Define to 1 if you have the <unistd.h> header file. */
1933 #ifndef USED_FOR_TARGET
1934 #undef HAVE_UNISTD_H
1935 #endif
1938 /* Define to 1 if you have the <unordered_map> header file. */
1939 #ifndef USED_FOR_TARGET
1940 #undef HAVE_UNORDERED_MAP
1941 #endif
1944 /* Define to 1 if the system has the type `unsigned long long int'. */
1945 #ifndef USED_FOR_TARGET
1946 #undef HAVE_UNSIGNED_LONG_LONG_INT
1947 #endif
1950 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1951 #ifndef USED_FOR_TARGET
1952 #undef HAVE_VALGRIND_MEMCHECK_H
1953 #endif
1956 /* Define to 1 if you have the `vfork' function. */
1957 #ifndef USED_FOR_TARGET
1958 #undef HAVE_VFORK
1959 #endif
1962 /* Define to 1 if you have the <vfork.h> header file. */
1963 #ifndef USED_FOR_TARGET
1964 #undef HAVE_VFORK_H
1965 #endif
1968 /* Define to 1 if you have the <wchar.h> header file. */
1969 #ifndef USED_FOR_TARGET
1970 #undef HAVE_WCHAR_H
1971 #endif
1974 /* Define to 1 if you have the `wcswidth' function. */
1975 #ifndef USED_FOR_TARGET
1976 #undef HAVE_WCSWIDTH
1977 #endif
1980 /* Define to 1 if `fork' works. */
1981 #ifndef USED_FOR_TARGET
1982 #undef HAVE_WORKING_FORK
1983 #endif
1986 /* Define this macro if mbstowcs does not crash when its first argument is
1987    NULL. */
1988 #ifndef USED_FOR_TARGET
1989 #undef HAVE_WORKING_MBSTOWCS
1990 #endif
1993 /* Define to 1 if `vfork' works. */
1994 #ifndef USED_FOR_TARGET
1995 #undef HAVE_WORKING_VFORK
1996 #endif
1999 /* Define if your assembler supports AIX debug frame section label reference.
2000    */
2001 #ifndef USED_FOR_TARGET
2002 #undef HAVE_XCOFF_DWARF_EXTRAS
2003 #endif
2006 /* Define if you have a working <zstd.h> header file. */
2007 #ifndef USED_FOR_TARGET
2008 #undef HAVE_ZSTD_H
2009 #endif
2012 /* Define if isl is in use. */
2013 #ifndef USED_FOR_TARGET
2014 #undef HAVE_isl
2015 #endif
2018 /* Define if F_SETLKW supported by fcntl. */
2019 #ifndef USED_FOR_TARGET
2020 #undef HOST_HAS_F_SETLKW
2021 #endif
2024 /* Define as const if the declaration of iconv() needs const. */
2025 #ifndef USED_FOR_TARGET
2026 #undef ICONV_CONST
2027 #endif
2030 /* Define if int64_t uses long as underlying type. */
2031 #ifndef USED_FOR_TARGET
2032 #undef INT64_T_IS_LONG
2033 #endif
2036 /* Define to 1 if ld64 supports '-export_dynamic'. */
2037 #ifndef USED_FOR_TARGET
2038 #undef LD64_HAS_EXPORT_DYNAMIC
2039 #endif
2042 /* Define to ld64 version. */
2043 #ifndef USED_FOR_TARGET
2044 #undef LD64_VERSION
2045 #endif
2048 /* Define to the linker option to ignore unused dependencies. */
2049 #ifndef USED_FOR_TARGET
2050 #undef LD_AS_NEEDED_OPTION
2051 #endif
2054 /* Define to the linker option to enable compressed debug sections. */
2055 #ifndef USED_FOR_TARGET
2056 #undef LD_COMPRESS_DEBUG_OPTION
2057 #endif
2060 /* Define to the linker option to enable use of shared objects. */
2061 #ifndef USED_FOR_TARGET
2062 #undef LD_DYNAMIC_OPTION
2063 #endif
2066 /* Define to the linker option to keep unused dependencies. */
2067 #ifndef USED_FOR_TARGET
2068 #undef LD_NO_AS_NEEDED_OPTION
2069 #endif
2072 /* Define to the linker option to disable use of shared objects. */
2073 #ifndef USED_FOR_TARGET
2074 #undef LD_STATIC_OPTION
2075 #endif
2078 /* The linker hash style */
2079 #ifndef USED_FOR_TARGET
2080 #undef LINKER_HASH_STYLE
2081 #endif
2084 /* Define to the name of the LTO plugin DSO that must be passed to the
2085    linker's -plugin=LIB option. */
2086 #ifndef USED_FOR_TARGET
2087 #undef LTOPLUGINSONAME
2088 #endif
2091 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2092    */
2093 #ifndef USED_FOR_TARGET
2094 #undef LT_OBJDIR
2095 #endif
2098 /* Define if we should link mingw executables with --large-address-aware */
2099 #ifndef USED_FOR_TARGET
2100 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2101 #endif
2104 /* Value to set mingw's _dowildcard to. */
2105 #ifndef USED_FOR_TARGET
2106 #undef MINGW_DOWILDCARD
2107 #endif
2110 /* Define if host mkdir takes a single argument. */
2111 #ifndef USED_FOR_TARGET
2112 #undef MKDIR_TAKES_ONE_ARG
2113 #endif
2116 /* Define to offload targets, separated by commas. */
2117 #ifndef USED_FOR_TARGET
2118 #undef OFFLOAD_TARGETS
2119 #endif
2122 /* Define to the address where bug reports for this package should be sent. */
2123 #ifndef USED_FOR_TARGET
2124 #undef PACKAGE_BUGREPORT
2125 #endif
2128 /* Define to the full name of this package. */
2129 #ifndef USED_FOR_TARGET
2130 #undef PACKAGE_NAME
2131 #endif
2134 /* Define to the full name and version of this package. */
2135 #ifndef USED_FOR_TARGET
2136 #undef PACKAGE_STRING
2137 #endif
2140 /* Define to the one symbol short name of this package. */
2141 #ifndef USED_FOR_TARGET
2142 #undef PACKAGE_TARNAME
2143 #endif
2146 /* Define to the home page for this package. */
2147 #ifndef USED_FOR_TARGET
2148 #undef PACKAGE_URL
2149 #endif
2152 /* Define to the version of this package. */
2153 #ifndef USED_FOR_TARGET
2154 #undef PACKAGE_VERSION
2155 #endif
2158 /* Specify plugin linker */
2159 #ifndef USED_FOR_TARGET
2160 #undef PLUGIN_LD_SUFFIX
2161 #endif
2164 /* Define to .TOC. alignment forced by your linker. */
2165 #ifndef USED_FOR_TARGET
2166 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2167 #endif
2170 /* Define to PREFIX/include if cpp should also search that directory. */
2171 #ifndef USED_FOR_TARGET
2172 #undef PREFIX_INCLUDE_DIR
2173 #endif
2176 /* The size of `int', as computed by sizeof. */
2177 #ifndef USED_FOR_TARGET
2178 #undef SIZEOF_INT
2179 #endif
2182 /* The size of `long', as computed by sizeof. */
2183 #ifndef USED_FOR_TARGET
2184 #undef SIZEOF_LONG
2185 #endif
2188 /* The size of `long long', as computed by sizeof. */
2189 #ifndef USED_FOR_TARGET
2190 #undef SIZEOF_LONG_LONG
2191 #endif
2194 /* The size of `short', as computed by sizeof. */
2195 #ifndef USED_FOR_TARGET
2196 #undef SIZEOF_SHORT
2197 #endif
2200 /* The size of `void *', as computed by sizeof. */
2201 #ifndef USED_FOR_TARGET
2202 #undef SIZEOF_VOID_P
2203 #endif
2206 /* Define to 1 if you have the ANSI C header files. */
2207 #ifndef USED_FOR_TARGET
2208 #undef STDC_HEADERS
2209 #endif
2212 /* Define if you can safely include both <string.h> and <strings.h>. */
2213 #ifndef USED_FOR_TARGET
2214 #undef STRING_WITH_STRINGS
2215 #endif
2218 /* Define if TFmode long double should be the default */
2219 #ifndef USED_FOR_TARGET
2220 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2221 #endif
2224 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2225 #undef TARGET_DL_ITERATE_PHDR
2227 /* GNU C Library major version number used on the target, or 0. */
2228 #ifndef USED_FOR_TARGET
2229 #undef TARGET_GLIBC_MAJOR
2230 #endif
2233 /* GNU C Library minor version number used on the target, or 0. */
2234 #ifndef USED_FOR_TARGET
2235 #undef TARGET_GLIBC_MINOR
2236 #endif
2239 /* Define if your target C Library properly handles PT_GNU_STACK */
2240 #ifndef USED_FOR_TARGET
2241 #undef TARGET_LIBC_GNUSTACK
2242 #endif
2245 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2246 #ifndef USED_FOR_TARGET
2247 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2248 #endif
2251 /* Define if your target C library provides stack protector support */
2252 #ifndef USED_FOR_TARGET
2253 #undef TARGET_LIBC_PROVIDES_SSP
2254 #endif
2257 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2258 #ifndef USED_FOR_TARGET
2259 #undef TIME_WITH_SYS_TIME
2260 #endif
2263 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2264    work. */
2265 #ifndef USED_FOR_TARGET
2266 #undef TLS_SECTION_ASM_FLAG
2267 #endif
2270 /* Define if your assembler mis-optimizes .eh_frame data. */
2271 #ifndef USED_FOR_TARGET
2272 #undef USE_AS_TRADITIONAL_FORMAT
2273 #endif
2276 /* Define if you want to generate code by default that assumes that the Cygwin
2277    DLL exports wrappers to support libstdc++ function replacement. */
2278 #ifndef USED_FOR_TARGET
2279 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2280 #endif
2283 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2284 #ifndef USED_FOR_TARGET
2285 #undef USE_HIDDEN_LINKONCE
2286 #endif
2289 /* Define to 1 if the 'long long' type is wider than 'long' but still
2290    efficiently supported by the host hardware. */
2291 #ifndef USED_FOR_TARGET
2292 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2293 #endif
2296 /* Define if we should use leading underscore on 64 bit mingw targets */
2297 #ifndef USED_FOR_TARGET
2298 #undef USE_MINGW64_LEADING_UNDERSCORES
2299 #endif
2302 /* Enable extensions on AIX 3, Interix.  */
2303 #ifndef _ALL_SOURCE
2304 # undef _ALL_SOURCE
2305 #endif
2306 /* Enable GNU extensions on systems that have them.  */
2307 #ifndef _GNU_SOURCE
2308 # undef _GNU_SOURCE
2309 #endif
2310 /* Enable threading extensions on Solaris.  */
2311 #ifndef _POSIX_PTHREAD_SEMANTICS
2312 # undef _POSIX_PTHREAD_SEMANTICS
2313 #endif
2314 /* Enable extensions on HP NonStop.  */
2315 #ifndef _TANDEM_SOURCE
2316 # undef _TANDEM_SOURCE
2317 #endif
2318 /* Enable general extensions on Solaris.  */
2319 #ifndef __EXTENSIONS__
2320 # undef __EXTENSIONS__
2321 #endif
2324 /* Define to be the last component of the Windows registry key under which to
2325    look for installation paths. The full key used will be
2326    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2327    The default is the GCC version number. */
2328 #ifndef USED_FOR_TARGET
2329 #undef WIN32_REGISTRY_KEY
2330 #endif
2333 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2334    significant byte first (like Motorola and SPARC, unlike Intel). */
2335 #if defined AC_APPLE_UNIVERSAL_BUILD
2336 # if defined __BIG_ENDIAN__
2337 #  define WORDS_BIGENDIAN 1
2338 # endif
2339 #else
2340 # ifndef WORDS_BIGENDIAN
2341 #  undef WORDS_BIGENDIAN
2342 # endif
2343 #endif
2345 /* Enable large inode numbers on Mac OS X 10.5.  */
2346 #ifndef _DARWIN_USE_64_BIT_INODE
2347 # define _DARWIN_USE_64_BIT_INODE 1
2348 #endif
2350 /* Number of bits in a file offset, on hosts where this is settable. */
2351 #ifndef USED_FOR_TARGET
2352 #undef _FILE_OFFSET_BITS
2353 #endif
2356 /* Define for large files, on AIX-style hosts. */
2357 #ifndef USED_FOR_TARGET
2358 #undef _LARGE_FILES
2359 #endif
2362 /* Define to 1 if on MINIX. */
2363 #ifndef USED_FOR_TARGET
2364 #undef _MINIX
2365 #endif
2368 /* Define to 2 if the system does not provide POSIX.1 features except with
2369    this defined. */
2370 #ifndef USED_FOR_TARGET
2371 #undef _POSIX_1_SOURCE
2372 #endif
2375 /* Define to 1 if you need to in order for `stat' and other things to work. */
2376 #ifndef USED_FOR_TARGET
2377 #undef _POSIX_SOURCE
2378 #endif
2381 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2382    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2383    #define below would cause a syntax error. */
2384 #ifndef USED_FOR_TARGET
2385 #undef _UINT32_T
2386 #endif
2389 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2390    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2391    #define below would cause a syntax error. */
2392 #ifndef USED_FOR_TARGET
2393 #undef _UINT64_T
2394 #endif
2397 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2398    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2399    #define below would cause a syntax error. */
2400 #ifndef USED_FOR_TARGET
2401 #undef _UINT8_T
2402 #endif
2405 /* Define to `char *' if <sys/types.h> does not define. */
2406 #ifndef USED_FOR_TARGET
2407 #undef caddr_t
2408 #endif
2411 /* Define to `__inline__' or `__inline' if that's what the C compiler
2412    calls it, or to nothing if 'inline' is not supported under any name.  */
2413 #ifndef __cplusplus
2414 #undef inline
2415 #endif
2417 /* Define to the type of a signed integer type of width exactly 16 bits if
2418    such a type exists and the standard includes do not define it. */
2419 #ifndef USED_FOR_TARGET
2420 #undef int16_t
2421 #endif
2424 /* Define to the type of a signed integer type of width exactly 32 bits if
2425    such a type exists and the standard includes do not define it. */
2426 #ifndef USED_FOR_TARGET
2427 #undef int32_t
2428 #endif
2431 /* Define to the type of a signed integer type of width exactly 64 bits if
2432    such a type exists and the standard includes do not define it. */
2433 #ifndef USED_FOR_TARGET
2434 #undef int64_t
2435 #endif
2438 /* Define to the type of a signed integer type of width exactly 8 bits if such
2439    a type exists and the standard includes do not define it. */
2440 #ifndef USED_FOR_TARGET
2441 #undef int8_t
2442 #endif
2445 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2446    not define. */
2447 #ifndef USED_FOR_TARGET
2448 #undef intmax_t
2449 #endif
2452 /* Define to the type of a signed integer type wide enough to hold a pointer,
2453    if such a type exists, and if the system does not define it. */
2454 #ifndef USED_FOR_TARGET
2455 #undef intptr_t
2456 #endif
2459 /* Define to `int' if <sys/types.h> does not define. */
2460 #ifndef USED_FOR_TARGET
2461 #undef pid_t
2462 #endif
2465 /* Define to `long' if <sys/resource.h> doesn't define. */
2466 #ifndef USED_FOR_TARGET
2467 #undef rlim_t
2468 #endif
2471 /* Define to `int' if <sys/types.h> does not define. */
2472 #ifndef USED_FOR_TARGET
2473 #undef ssize_t
2474 #endif
2477 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2478    such a type exists and the standard includes do not define it. */
2479 #ifndef USED_FOR_TARGET
2480 #undef uint16_t
2481 #endif
2484 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2485    such a type exists and the standard includes do not define it. */
2486 #ifndef USED_FOR_TARGET
2487 #undef uint32_t
2488 #endif
2491 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2492    such a type exists and the standard includes do not define it. */
2493 #ifndef USED_FOR_TARGET
2494 #undef uint64_t
2495 #endif
2498 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2499    such a type exists and the standard includes do not define it. */
2500 #ifndef USED_FOR_TARGET
2501 #undef uint8_t
2502 #endif
2505 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2506    do not define. */
2507 #ifndef USED_FOR_TARGET
2508 #undef uintmax_t
2509 #endif
2512 /* Define to the type of an unsigned integer type wide enough to hold a
2513    pointer, if such a type exists, and if the system does not define it. */
2514 #ifndef USED_FOR_TARGET
2515 #undef uintptr_t
2516 #endif
2519 /* Define as `fork' if `vfork' does not work. */
2520 #ifndef USED_FOR_TARGET
2521 #undef vfork
2522 #endif