testsuite: localclass2 require LTO
[official-gcc.git] / gcc / config.in
blob3221dae411c78d3c9f475518f5502e650042c555
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 AF_INET6 supported. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AF_INET6
308 #endif
311 /* Define if AF_UNIX supported. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AF_UNIX
314 #endif
317 /* Define if your assembler supports architecture modifiers. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
320 #endif
323 /* Define if your avr assembler supports -mgcc-isr option. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_AS_AVR_MGCCISR_OPTION
326 #endif
329 /* Define if your avr assembler supports --mlink-relax option. */
330 #ifndef USED_FOR_TARGET
331 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
332 #endif
335 /* Define if your avr assembler supports -mrmw option. */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_AS_AVR_MRMW_OPTION
338 #endif
341 /* Define to the level of your assembler's compressed debug section support.
342    */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_COMPRESS_DEBUG
345 #endif
348 /* Define if your assembler supports the --debug-prefix-map option. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_DEBUG_PREFIX_MAP
351 #endif
354 /* Define if your assembler supports .module. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_DOT_MODULE
357 #endif
360 /* Define if your assembler supports DSPR1 mult. */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_DSPR1_MULT
363 #endif
366 /* Define if your assembler supports .dtprelword. */
367 #ifndef USED_FOR_TARGET
368 #undef HAVE_AS_DTPRELWORD
369 #endif
372 /* Define if your assembler supports dwarf2 .file/.loc directives, and
373    preserves file table indices exactly as given. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_DWARF2_DEBUG_LINE
376 #endif
379 /* Define if your assembler supports views in dwarf2 .loc directives. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_DWARF2_DEBUG_VIEW
382 #endif
385 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_ENTRY_MARKERS
388 #endif
391 /* Define if your assembler supports explicit relocations. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_EXPLICIT_RELOCS
394 #endif
397 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_FMAF_HPC_VIS3
400 #endif
403 /* Define if your assembler supports the --gdwarf2 option. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
406 #endif
409 /* Define if your assembler supports the --gdwarf-5 option. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_GDWARF_5_DEBUG_FLAG
412 #endif
415 /* Define if your assembler supports .gnu_attribute. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_GNU_ATTRIBUTE
418 #endif
421 /* Define true if the assembler supports '.long foo@GOTOFF'. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_GOTOFF_IN_DATA
424 #endif
427 /* Define if your assembler supports the --gstabs option. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_GSTABS_DEBUG_FLAG
430 #endif
433 /* Define if your assembler supports the Sun syntax for cmov. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
436 #endif
439 /* Define if your assembler supports the subtraction of symbols in different
440    sections. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
443 #endif
446 /* Define if your assembler supports the ffreep mnemonic. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_FFREEP
449 #endif
452 /* Define if your assembler uses fildq and fistq mnemonics. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_FILDQ
455 #endif
458 /* Define if your assembler uses filds and fists mnemonics. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_FILDS
461 #endif
464 /* Define 0/1 if your assembler and linker support @GOT. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_GOT32X
467 #endif
470 /* Define if your assembler supports HLE prefixes. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_HLE
473 #endif
476 /* Define if your assembler supports interunit movq mnemonic. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
479 #endif
482 /* Define if your assembler supports the .quad directive. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_IX86_QUAD
485 #endif
488 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
489 #ifndef USED_FOR_TARGET
490 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
491 #endif
494 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
495 #ifndef USED_FOR_TARGET
496 #undef HAVE_AS_IX86_SAHF
497 #endif
500 /* Define if your assembler supports the swap suffix. */
501 #ifndef USED_FOR_TARGET
502 #undef HAVE_AS_IX86_SWAP
503 #endif
506 /* Define if your assembler and linker support @tlsgdplt. */
507 #ifndef USED_FOR_TARGET
508 #undef HAVE_AS_IX86_TLSGDPLT
509 #endif
512 /* Define to 1 if your assembler and linker support @tlsldm. */
513 #ifndef USED_FOR_TARGET
514 #undef HAVE_AS_IX86_TLSLDM
515 #endif
518 /* Define to 1 if your assembler and linker support @tlsldmplt. */
519 #ifndef USED_FOR_TARGET
520 #undef HAVE_AS_IX86_TLSLDMPLT
521 #endif
524 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
525    GOT. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
528 #endif
531 /* Define if your assembler supports the 'ud2' mnemonic. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_IX86_UD2
534 #endif
537 /* Define if your assembler supports the lituse_jsrdirect relocation. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_JSRDIRECT_RELOCS
540 #endif
543 /* Define if your assembler supports .sleb128 and .uleb128. */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_AS_LEB128
546 #endif
549 /* Define if your assembler supports LEON instructions. */
550 #ifndef USED_FOR_TARGET
551 #undef HAVE_AS_LEON
552 #endif
555 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_AS_LINE_ZERO
558 #endif
561 /* Define if your assembler supports ltoffx and ldxmov relocations. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
564 #endif
567 /* Define if your assembler supports the -mabi option. */
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_AS_MABI_OPTION
570 #endif
573 /* Define if your assembler supports .machine and .machinemode. */
574 #ifndef USED_FOR_TARGET
575 #undef HAVE_AS_MACHINE_MACHINEMODE
576 #endif
579 /* Define if the assembler understands -march=rv*_zifencei. */
580 #ifndef USED_FOR_TARGET
581 #undef HAVE_AS_MARCH_ZIFENCEI
582 #endif
585 /* Define if your assembler supports mfcr field. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_AS_MFCRF
588 #endif
591 /* Define if the assembler understands -misa-spec=. */
592 #ifndef USED_FOR_TARGET
593 #undef HAVE_AS_MISA_SPEC
594 #endif
597 /* Define if your Mac OS X assembler supports the -mmacos-version-min option.
598    */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
601 #endif
604 /* Define if your assembler supports .mspabi_attribute. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_MSPABI_ATTRIBUTE
607 #endif
610 /* Define if the assembler understands -mnan=. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_NAN
613 #endif
616 /* Define if your assembler supports %gotoff relocation syntax. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION
619 #endif
622 /* Define if your assembler supports the -no-mul-bug-abort option. */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
625 #endif
628 /* Define if the assembler understands -mno-shared. */
629 #ifndef USED_FOR_TARGET
630 #undef HAVE_AS_NO_SHARED
631 #endif
634 /* Define if your assembler supports offsetable %lo(). */
635 #ifndef USED_FOR_TARGET
636 #undef HAVE_AS_OFFSETABLE_LO10
637 #endif
640 /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */
641 #ifndef USED_FOR_TARGET
642 #undef HAVE_AS_PLTSEQ
643 #endif
646 /* Define if your assembler supports .ref */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_AS_REF
649 #endif
652 /* Define if your assembler supports R_PPC_REL16 relocs. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_AS_REL16
655 #endif
658 /* Define if your assembler supports -relax option. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_RELAX_OPTION
661 #endif
664 /* Define if your assembler supports .attribute. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_AS_RISCV_ATTRIBUTE
667 #endif
670 /* Define if your assembler supports relocs needed by -fpic. */
671 #ifndef USED_FOR_TARGET
672 #undef HAVE_AS_SMALL_PIC_RELOCS
673 #endif
676 /* Define if your assembler supports SPARC4 instructions. */
677 #ifndef USED_FOR_TARGET
678 #undef HAVE_AS_SPARC4
679 #endif
682 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
683 #ifndef USED_FOR_TARGET
684 #undef HAVE_AS_SPARC5_VIS4
685 #endif
688 /* Define if your assembler supports SPARC6 instructions. */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_AS_SPARC6
691 #endif
694 /* Define if your assembler and linker support GOTDATA_OP relocs. */
695 #ifndef USED_FOR_TARGET
696 #undef HAVE_AS_SPARC_GOTDATA_OP
697 #endif
700 /* Define if your assembler and linker support unaligned PC relative relocs.
701    */
702 #ifndef USED_FOR_TARGET
703 #undef HAVE_AS_SPARC_UA_PCREL
704 #endif
707 /* Define if your assembler and linker support unaligned PC relative relocs
708    against hidden symbols. */
709 #ifndef USED_FOR_TARGET
710 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
711 #endif
714 /* Define if your assembler supports .stabs. */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_AS_STABS_DIRECTIVE
717 #endif
720 /* Define if your assembler and linker support thread-local storage. */
721 #ifndef USED_FOR_TARGET
722 #undef HAVE_AS_TLS
723 #endif
726 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
727    alignment hint argument. */
728 #ifndef USED_FOR_TARGET
729 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS
730 #endif
733 /* Define if your assembler supports vl/vst/vlm/vstm with an optional
734    alignment hint argument on z13. */
735 #ifndef USED_FOR_TARGET
736 #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13
737 #endif
740 /* Define if your assembler supports VSX instructions. */
741 #ifndef USED_FOR_TARGET
742 #undef HAVE_AS_VSX
743 #endif
746 /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler
747    generated .debug_line. */
748 #ifndef USED_FOR_TARGET
749 #undef HAVE_AS_WORKING_DWARF_N_FLAG
750 #endif
753 /* Define if your assembler supports -xbrace_comment option. */
754 #ifndef USED_FOR_TARGET
755 #undef HAVE_AS_XBRACE_COMMENT_OPTION
756 #endif
759 /* Define to 1 if you have the `atoq' function. */
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_ATOQ
762 #endif
765 /* Define to 1 if you have the `clearerr_unlocked' function. */
766 #ifndef USED_FOR_TARGET
767 #undef HAVE_CLEARERR_UNLOCKED
768 #endif
771 /* Define to 1 if you have the `clock' function. */
772 #ifndef USED_FOR_TARGET
773 #undef HAVE_CLOCK
774 #endif
777 /* Define if <time.h> defines clock_t. */
778 #ifndef USED_FOR_TARGET
779 #undef HAVE_CLOCK_T
780 #endif
783 /* Define 0/1 if your assembler and linker support COMDAT groups. */
784 #ifndef USED_FOR_TARGET
785 #undef HAVE_COMDAT_GROUP
786 #endif
789 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
790    */
791 #ifndef USED_FOR_TARGET
792 #undef HAVE_DECL_ABORT
793 #endif
796 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
797    0. */
798 #ifndef USED_FOR_TARGET
799 #undef HAVE_DECL_ASPRINTF
800 #endif
803 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
804 #ifndef USED_FOR_TARGET
805 #undef HAVE_DECL_ATOF
806 #endif
809 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
810 #ifndef USED_FOR_TARGET
811 #undef HAVE_DECL_ATOL
812 #endif
815 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
816    */
817 #ifndef USED_FOR_TARGET
818 #undef HAVE_DECL_ATOLL
819 #endif
822 /* Define to 1 if you have the declaration of `basename(const char*)', and to
823    0 if you don't. */
824 #ifndef USED_FOR_TARGET
825 #undef HAVE_DECL_BASENAME
826 #endif
829 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
830    */
831 #ifndef USED_FOR_TARGET
832 #undef HAVE_DECL_CALLOC
833 #endif
836 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
837    define to 0. */
838 #ifndef USED_FOR_TARGET
839 #undef HAVE_DECL_CLEARERR_UNLOCKED
840 #endif
843 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
844    */
845 #ifndef USED_FOR_TARGET
846 #undef HAVE_DECL_CLOCK
847 #endif
850 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
851    */
852 #ifndef USED_FOR_TARGET
853 #undef HAVE_DECL_ERRNO
854 #endif
857 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
858    to 0. */
859 #ifndef USED_FOR_TARGET
860 #undef HAVE_DECL_FEOF_UNLOCKED
861 #endif
864 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
865    define to 0. */
866 #ifndef USED_FOR_TARGET
867 #undef HAVE_DECL_FERROR_UNLOCKED
868 #endif
871 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
872    define to 0. */
873 #ifndef USED_FOR_TARGET
874 #undef HAVE_DECL_FFLUSH_UNLOCKED
875 #endif
878 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
879 #ifndef USED_FOR_TARGET
880 #undef HAVE_DECL_FFS
881 #endif
884 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
885    define to 0. */
886 #ifndef USED_FOR_TARGET
887 #undef HAVE_DECL_FGETC_UNLOCKED
888 #endif
891 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
892    define to 0. */
893 #ifndef USED_FOR_TARGET
894 #undef HAVE_DECL_FGETS_UNLOCKED
895 #endif
898 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
899    define to 0. */
900 #ifndef USED_FOR_TARGET
901 #undef HAVE_DECL_FILENO_UNLOCKED
902 #endif
905 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
906    define to 0. */
907 #ifndef USED_FOR_TARGET
908 #undef HAVE_DECL_FPRINTF_UNLOCKED
909 #endif
912 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
913    define to 0. */
914 #ifndef USED_FOR_TARGET
915 #undef HAVE_DECL_FPUTC_UNLOCKED
916 #endif
919 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
920    define to 0. */
921 #ifndef USED_FOR_TARGET
922 #undef HAVE_DECL_FPUTS_UNLOCKED
923 #endif
926 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
927    define to 0. */
928 #ifndef USED_FOR_TARGET
929 #undef HAVE_DECL_FREAD_UNLOCKED
930 #endif
933 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
934 #ifndef USED_FOR_TARGET
935 #undef HAVE_DECL_FREE
936 #endif
939 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
940    define to 0. */
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_DECL_FWRITE_UNLOCKED
943 #endif
946 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
947    define to 0. */
948 #ifndef USED_FOR_TARGET
949 #undef HAVE_DECL_GETCHAR_UNLOCKED
950 #endif
953 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
954    */
955 #ifndef USED_FOR_TARGET
956 #undef HAVE_DECL_GETCWD
957 #endif
960 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
961    to 0. */
962 #ifndef USED_FOR_TARGET
963 #undef HAVE_DECL_GETC_UNLOCKED
964 #endif
967 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
968    */
969 #ifndef USED_FOR_TARGET
970 #undef HAVE_DECL_GETENV
971 #endif
974 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
975    */
976 #ifndef USED_FOR_TARGET
977 #undef HAVE_DECL_GETOPT
978 #endif
981 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
982    to 0. */
983 #ifndef USED_FOR_TARGET
984 #undef HAVE_DECL_GETPAGESIZE
985 #endif
988 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
989    0. */
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_DECL_GETRLIMIT
992 #endif
995 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
996    0. */
997 #ifndef USED_FOR_TARGET
998 #undef HAVE_DECL_GETRUSAGE
999 #endif
1002 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
1003    */
1004 #ifndef USED_FOR_TARGET
1005 #undef HAVE_DECL_GETWD
1006 #endif
1009 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
1010    0. */
1011 #ifndef USED_FOR_TARGET
1012 #undef HAVE_DECL_LDGETNAME
1013 #endif
1016 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
1017    */
1018 #ifndef USED_FOR_TARGET
1019 #undef HAVE_DECL_MADVISE
1020 #endif
1023 /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to
1024    0. */
1025 #ifndef USED_FOR_TARGET
1026 #undef HAVE_DECL_MALLINFO
1027 #endif
1030 /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to
1031    0. */
1032 #ifndef USED_FOR_TARGET
1033 #undef HAVE_DECL_MALLINFO2
1034 #endif
1037 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
1038    */
1039 #ifndef USED_FOR_TARGET
1040 #undef HAVE_DECL_MALLOC
1041 #endif
1044 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
1045    define to 0. */
1046 #ifndef USED_FOR_TARGET
1047 #undef HAVE_DECL_PUTCHAR_UNLOCKED
1048 #endif
1051 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1052    to 0. */
1053 #ifndef USED_FOR_TARGET
1054 #undef HAVE_DECL_PUTC_UNLOCKED
1055 #endif
1058 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
1059    */
1060 #ifndef USED_FOR_TARGET
1061 #undef HAVE_DECL_REALLOC
1062 #endif
1065 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_DECL_SBRK
1068 #endif
1071 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1072    */
1073 #ifndef USED_FOR_TARGET
1074 #undef HAVE_DECL_SETENV
1075 #endif
1078 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1079    0. */
1080 #ifndef USED_FOR_TARGET
1081 #undef HAVE_DECL_SETRLIMIT
1082 #endif
1085 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1086    to 0. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_DECL_SIGALTSTACK
1089 #endif
1092 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1093    0. */
1094 #ifndef USED_FOR_TARGET
1095 #undef HAVE_DECL_SNPRINTF
1096 #endif
1099 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1100    */
1101 #ifndef USED_FOR_TARGET
1102 #undef HAVE_DECL_STPCPY
1103 #endif
1106 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1107    */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_DECL_STRNLEN
1110 #endif
1113 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1114    0. */
1115 #ifndef USED_FOR_TARGET
1116 #undef HAVE_DECL_STRSIGNAL
1117 #endif
1120 /* Define to 1 if you have the declaration of `strstr(const char*,const
1121    char*)', and to 0 if you don't. */
1122 #ifndef USED_FOR_TARGET
1123 #undef HAVE_DECL_STRSTR
1124 #endif
1127 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1128    */
1129 #ifndef USED_FOR_TARGET
1130 #undef HAVE_DECL_STRTOL
1131 #endif
1134 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1135    */
1136 #ifndef USED_FOR_TARGET
1137 #undef HAVE_DECL_STRTOLL
1138 #endif
1141 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1142    */
1143 #ifndef USED_FOR_TARGET
1144 #undef HAVE_DECL_STRTOUL
1145 #endif
1148 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1149    0. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_DECL_STRTOULL
1152 #endif
1155 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1156    0. */
1157 #ifndef USED_FOR_TARGET
1158 #undef HAVE_DECL_STRVERSCMP
1159 #endif
1162 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1163    */
1164 #ifndef USED_FOR_TARGET
1165 #undef HAVE_DECL_TIMES
1166 #endif
1169 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1170    0. */
1171 #ifndef USED_FOR_TARGET
1172 #undef HAVE_DECL_UNSETENV
1173 #endif
1176 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1177    0. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_DECL_VASPRINTF
1180 #endif
1183 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1184    0. */
1185 #ifndef USED_FOR_TARGET
1186 #undef HAVE_DECL_VSNPRINTF
1187 #endif
1190 /* Define to 1 if you have the <direct.h> header file. */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_DIRECT_H
1193 #endif
1196 /* Define to 1 if you have the <dlfcn.h> header file. */
1197 #ifndef USED_FOR_TARGET
1198 #undef HAVE_DLFCN_H
1199 #endif
1202 /* Define to 1 if you have the <ext/hash_map> header file. */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_EXT_HASH_MAP
1205 #endif
1208 /* Define to 1 if you have the <fcntl.h> header file. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_FCNTL_H
1211 #endif
1214 /* Define to 1 if you have the `feof_unlocked' function. */
1215 #ifndef USED_FOR_TARGET
1216 #undef HAVE_FEOF_UNLOCKED
1217 #endif
1220 /* Define to 1 if you have the `ferror_unlocked' function. */
1221 #ifndef USED_FOR_TARGET
1222 #undef HAVE_FERROR_UNLOCKED
1223 #endif
1226 /* Define to 1 if you have the `fflush_unlocked' function. */
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_FFLUSH_UNLOCKED
1229 #endif
1232 /* Define to 1 if you have the `fgetc_unlocked' function. */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_FGETC_UNLOCKED
1235 #endif
1238 /* Define to 1 if you have the `fgets_unlocked' function. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_FGETS_UNLOCKED
1241 #endif
1244 /* Define to 1 if you have the `fileno_unlocked' function. */
1245 #ifndef USED_FOR_TARGET
1246 #undef HAVE_FILENO_UNLOCKED
1247 #endif
1250 /* Define to 1 if you have the `fork' function. */
1251 #ifndef USED_FOR_TARGET
1252 #undef HAVE_FORK
1253 #endif
1256 /* Define to 1 if you have the `fprintf_unlocked' function. */
1257 #ifndef USED_FOR_TARGET
1258 #undef HAVE_FPRINTF_UNLOCKED
1259 #endif
1262 /* Define to 1 if you have the `fputc_unlocked' function. */
1263 #ifndef USED_FOR_TARGET
1264 #undef HAVE_FPUTC_UNLOCKED
1265 #endif
1268 /* Define to 1 if you have the `fputs_unlocked' function. */
1269 #ifndef USED_FOR_TARGET
1270 #undef HAVE_FPUTS_UNLOCKED
1271 #endif
1274 /* Define to 1 if you have the `fread_unlocked' function. */
1275 #ifndef USED_FOR_TARGET
1276 #undef HAVE_FREAD_UNLOCKED
1277 #endif
1280 /* Define to 1 if you have the `fstatat' function. */
1281 #ifndef USED_FOR_TARGET
1282 #undef HAVE_FSTATAT
1283 #endif
1286 /* Define to 1 if you have the <ftw.h> header file. */
1287 #ifndef USED_FOR_TARGET
1288 #undef HAVE_FTW_H
1289 #endif
1292 /* Define to 1 if you have the `fwrite_unlocked' function. */
1293 #ifndef USED_FOR_TARGET
1294 #undef HAVE_FWRITE_UNLOCKED
1295 #endif
1298 /* Define if your assembler supports specifying the alignment of objects
1299    allocated using the GAS .comm command. */
1300 #ifndef USED_FOR_TARGET
1301 #undef HAVE_GAS_ALIGNED_COMM
1302 #endif
1305 /* Define if your assembler supports .balign and .p2align. */
1306 #ifndef USED_FOR_TARGET
1307 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1308 #endif
1311 /* Define 0/1 if your assembler supports CFI directives. */
1312 #undef HAVE_GAS_CFI_DIRECTIVE
1314 /* Define 0/1 if your assembler supports .cfi_personality. */
1315 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1317 /* Define 0/1 if your assembler supports .cfi_sections. */
1318 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1320 /* Define if your assembler supports the .loc discriminator sub-directive. */
1321 #ifndef USED_FOR_TARGET
1322 #undef HAVE_GAS_DISCRIMINATOR
1323 #endif
1326 /* Define if your assembler supports @gnu_unique_object. */
1327 #ifndef USED_FOR_TARGET
1328 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1329 #endif
1332 /* Define if your assembler and linker support .hidden. */
1333 #undef HAVE_GAS_HIDDEN
1335 /* Define if your assembler supports .lcomm with an alignment field. */
1336 #ifndef USED_FOR_TARGET
1337 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1338 #endif
1341 /* Define if your assembler supports .literal16. */
1342 #ifndef USED_FOR_TARGET
1343 #undef HAVE_GAS_LITERAL16
1344 #endif
1347 /* Define if your assembler supports the .loc is_stmt sub-directive. */
1348 #ifndef USED_FOR_TARGET
1349 #undef HAVE_GAS_LOC_STMT
1350 #endif
1353 /* Define if your assembler supports specifying the maximum number of bytes to
1354    skip when using the GAS .p2align command. */
1355 #ifndef USED_FOR_TARGET
1356 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1357 #endif
1360 /* Define if your assembler supports the .set micromips directive */
1361 #ifndef USED_FOR_TARGET
1362 #undef HAVE_GAS_MICROMIPS
1363 #endif
1366 /* Define if your assembler supports .nsubspa comdat option. */
1367 #ifndef USED_FOR_TARGET
1368 #undef HAVE_GAS_NSUBSPA_COMDAT
1369 #endif
1372 /* Define if your assembler and linker support 32-bit section relative relocs
1373    via '.secrel32 label'. */
1374 #ifndef USED_FOR_TARGET
1375 #undef HAVE_GAS_PE_SECREL32_RELOC
1376 #endif
1379 /* Define if your assembler supports specifying the exclude section flag. */
1380 #ifndef USED_FOR_TARGET
1381 #undef HAVE_GAS_SECTION_EXCLUDE
1382 #endif
1385 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1386    */
1387 #ifndef USED_FOR_TARGET
1388 #undef HAVE_GAS_SHF_MERGE
1389 #endif
1392 /* Define if your assembler supports .subsection and .subsection -1 starts
1393    emitting at the beginning of your section. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_GAS_SUBSECTION_ORDERING
1396 #endif
1399 /* Define if your assembler supports .weak. */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_GAS_WEAK
1402 #endif
1405 /* Define if your assembler supports .weakref. */
1406 #ifndef USED_FOR_TARGET
1407 #undef HAVE_GAS_WEAKREF
1408 #endif
1411 /* Define to 1 if you have the `getchar_unlocked' function. */
1412 #ifndef USED_FOR_TARGET
1413 #undef HAVE_GETCHAR_UNLOCKED
1414 #endif
1417 /* Define to 1 if you have the `getc_unlocked' function. */
1418 #ifndef USED_FOR_TARGET
1419 #undef HAVE_GETC_UNLOCKED
1420 #endif
1423 /* Define to 1 if you have the `getrlimit' function. */
1424 #ifndef USED_FOR_TARGET
1425 #undef HAVE_GETRLIMIT
1426 #endif
1429 /* Define to 1 if you have the `getrusage' function. */
1430 #ifndef USED_FOR_TARGET
1431 #undef HAVE_GETRUSAGE
1432 #endif
1435 /* Define to 1 if you have the `gettimeofday' function. */
1436 #ifndef USED_FOR_TARGET
1437 #undef HAVE_GETTIMEOFDAY
1438 #endif
1441 /* Define to 1 if using GNU as. */
1442 #ifndef USED_FOR_TARGET
1443 #undef HAVE_GNU_AS
1444 #endif
1447 /* Define if your system supports gnu indirect functions. */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_GNU_INDIRECT_FUNCTION
1450 #endif
1453 /* Define to 1 if using GNU ld. */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_GNU_LD
1456 #endif
1459 /* Define if the gold linker supports split stack and is available as a
1460    non-default */
1461 #ifndef USED_FOR_TARGET
1462 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1463 #endif
1466 /* Define if you have the iconv() function. */
1467 #ifndef USED_FOR_TARGET
1468 #undef HAVE_ICONV
1469 #endif
1472 /* Define to 1 if you have the <iconv.h> header file. */
1473 #ifndef USED_FOR_TARGET
1474 #undef HAVE_ICONV_H
1475 #endif
1478 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1479    */
1480 #ifndef USED_FOR_TARGET
1481 #undef HAVE_INITFINI_ARRAY_SUPPORT
1482 #endif
1485 /* Define to 1 if the system has the type `intmax_t'. */
1486 #ifndef USED_FOR_TARGET
1487 #undef HAVE_INTMAX_T
1488 #endif
1491 /* Define to 1 if the system has the type `intptr_t'. */
1492 #ifndef USED_FOR_TARGET
1493 #undef HAVE_INTPTR_T
1494 #endif
1497 /* Define if you have a working <inttypes.h> header file. */
1498 #ifndef USED_FOR_TARGET
1499 #undef HAVE_INTTYPES_H
1500 #endif
1503 /* Define to 1 if you have the `kill' function. */
1504 #ifndef USED_FOR_TARGET
1505 #undef HAVE_KILL
1506 #endif
1509 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1510 #ifndef USED_FOR_TARGET
1511 #undef HAVE_LANGINFO_CODESET
1512 #endif
1515 /* Define to 1 if you have the <langinfo.h> header file. */
1516 #ifndef USED_FOR_TARGET
1517 #undef HAVE_LANGINFO_H
1518 #endif
1521 /* Define if your <locale.h> file defines LC_MESSAGES. */
1522 #ifndef USED_FOR_TARGET
1523 #undef HAVE_LC_MESSAGES
1524 #endif
1527 /* Define to 1 if you have the <ldfcn.h> header file. */
1528 #ifndef USED_FOR_TARGET
1529 #undef HAVE_LDFCN_H
1530 #endif
1533 /* Define 0/1 if your linker supports the SHF_MERGE flag with section
1534    alignment > 1. */
1535 #ifndef USED_FOR_TARGET
1536 #undef HAVE_LD_ALIGNED_SHF_MERGE
1537 #endif
1540 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1541    options. */
1542 #ifndef USED_FOR_TARGET
1543 #undef HAVE_LD_AS_NEEDED
1544 #endif
1547 /* Define if your default avr linker script for avrxmega3 leaves .rodata in
1548    flash. */
1549 #ifndef USED_FOR_TARGET
1550 #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH
1551 #endif
1554 /* Define if your linker supports -z bndplt */
1555 #ifndef USED_FOR_TARGET
1556 #undef HAVE_LD_BNDPLT_SUPPORT
1557 #endif
1560 /* Define if your linker supports --build-id. */
1561 #ifndef USED_FOR_TARGET
1562 #undef HAVE_LD_BUILDID
1563 #endif
1566 /* Define if the linker supports clearing hardware capabilities via mapfile.
1567    */
1568 #ifndef USED_FOR_TARGET
1569 #undef HAVE_LD_CLEARCAP
1570 #endif
1573 /* Define to the level of your linker's compressed debug section support. */
1574 #ifndef USED_FOR_TARGET
1575 #undef HAVE_LD_COMPRESS_DEBUG
1576 #endif
1579 /* Define if your linker supports --demangle option. */
1580 #ifndef USED_FOR_TARGET
1581 #undef HAVE_LD_DEMANGLE
1582 #endif
1585 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1586 #ifndef USED_FOR_TARGET
1587 #undef HAVE_LD_EH_FRAME_CIEV3
1588 #endif
1591 /* Define if your linker supports .eh_frame_hdr. */
1592 #undef HAVE_LD_EH_FRAME_HDR
1594 /* Define if your linker supports garbage collection of sections in presence
1595    of EH frames. */
1596 #ifndef USED_FOR_TARGET
1597 #undef HAVE_LD_EH_GC_SECTIONS
1598 #endif
1601 /* Define if your linker has buggy garbage collection of sections support when
1602    .text.startup.foo like sections are used. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1605 #endif
1608 /* Define if your PowerPC64 linker supports a large TOC. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_LD_LARGE_TOC
1611 #endif
1614 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_LD_NO_DOT_SYMS
1617 #endif
1620 /* Define if your linker can relax absolute .eh_frame personality pointers
1621    into PC-relative form. */
1622 #ifndef USED_FOR_TARGET
1623 #undef HAVE_LD_PERSONALITY_RELAXATION
1624 #endif
1627 /* Define if your linker supports PIE option. */
1628 #ifndef USED_FOR_TARGET
1629 #undef HAVE_LD_PIE
1630 #endif
1633 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1634 #ifndef USED_FOR_TARGET
1635 #undef HAVE_LD_PIE_COPYRELOC
1636 #endif
1639 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1640 #ifndef USED_FOR_TARGET
1641 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1642 #endif
1645 /* Define if your linker supports --push-state/--pop-state */
1646 #ifndef USED_FOR_TARGET
1647 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1648 #endif
1651 /* Define if your linker links a mix of read-only and read-write sections into
1652    a read-write section. */
1653 #ifndef USED_FOR_TARGET
1654 #undef HAVE_LD_RO_RW_SECTION_MIXING
1655 #endif
1658 /* Define if your linker supports the *_sol2 emulations. */
1659 #ifndef USED_FOR_TARGET
1660 #undef HAVE_LD_SOL2_EMULATION
1661 #endif
1664 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1665 #ifndef USED_FOR_TARGET
1666 #undef HAVE_LD_STATIC_DYNAMIC
1667 #endif
1670 /* Define if your linker supports --sysroot. */
1671 #ifndef USED_FOR_TARGET
1672 #undef HAVE_LD_SYSROOT
1673 #endif
1676 /* Define to 1 if you have the <limits.h> header file. */
1677 #ifndef USED_FOR_TARGET
1678 #undef HAVE_LIMITS_H
1679 #endif
1682 /* Define to 1 if you have the <locale.h> header file. */
1683 #ifndef USED_FOR_TARGET
1684 #undef HAVE_LOCALE_H
1685 #endif
1688 /* Define to 1 if the system has the type `long long'. */
1689 #ifndef USED_FOR_TARGET
1690 #undef HAVE_LONG_LONG
1691 #endif
1694 /* Define to 1 if the system has the type `long long int'. */
1695 #ifndef USED_FOR_TARGET
1696 #undef HAVE_LONG_LONG_INT
1697 #endif
1700 /* Define to the level of your linker's plugin support. */
1701 #ifndef USED_FOR_TARGET
1702 #undef HAVE_LTO_PLUGIN
1703 #endif
1706 /* Define to 1 if you have the `madvise' function. */
1707 #ifndef USED_FOR_TARGET
1708 #undef HAVE_MADVISE
1709 #endif
1712 /* Define to 1 if you have the `mallinfo' function. */
1713 #ifndef USED_FOR_TARGET
1714 #undef HAVE_MALLINFO
1715 #endif
1718 /* Define to 1 if you have the `mallinfo2' function. */
1719 #ifndef USED_FOR_TARGET
1720 #undef HAVE_MALLINFO2
1721 #endif
1724 /* Define to 1 if you have the <malloc.h> header file. */
1725 #ifndef USED_FOR_TARGET
1726 #undef HAVE_MALLOC_H
1727 #endif
1730 /* Define to 1 if you have the `mbstowcs' function. */
1731 #ifndef USED_FOR_TARGET
1732 #undef HAVE_MBSTOWCS
1733 #endif
1736 /* Define if valgrind's memcheck.h header is installed. */
1737 #ifndef USED_FOR_TARGET
1738 #undef HAVE_MEMCHECK_H
1739 #endif
1742 /* Define to 1 if you have the <memory.h> header file. */
1743 #ifndef USED_FOR_TARGET
1744 #undef HAVE_MEMORY_H
1745 #endif
1748 /* Define to 1 if you have the `mmap' function. */
1749 #ifndef USED_FOR_TARGET
1750 #undef HAVE_MMAP
1751 #endif
1754 /* Define if mmap with MAP_ANON(YMOUS) works. */
1755 #ifndef USED_FOR_TARGET
1756 #undef HAVE_MMAP_ANON
1757 #endif
1760 /* Define if mmap of /dev/zero works. */
1761 #ifndef USED_FOR_TARGET
1762 #undef HAVE_MMAP_DEV_ZERO
1763 #endif
1766 /* Define if read-only mmap of a plain file works. */
1767 #ifndef USED_FOR_TARGET
1768 #undef HAVE_MMAP_FILE
1769 #endif
1772 /* Define if GCC has been configured with --enable-newlib-nano-formatted-io.
1773    */
1774 #ifndef USED_FOR_TARGET
1775 #undef HAVE_NEWLIB_NANO_FORMATTED_IO
1776 #endif
1779 /* Define to 1 if you have the `nl_langinfo' function. */
1780 #ifndef USED_FOR_TARGET
1781 #undef HAVE_NL_LANGINFO
1782 #endif
1785 /* Define to 1 if you have the `popen' function. */
1786 #ifndef USED_FOR_TARGET
1787 #undef HAVE_POPEN
1788 #endif
1791 /* Define to 1 if you have the `posix_fallocate' function. */
1792 #ifndef USED_FOR_TARGET
1793 #undef HAVE_POSIX_FALLOCATE
1794 #endif
1797 /* Define to 1 if you have the `putchar_unlocked' function. */
1798 #ifndef USED_FOR_TARGET
1799 #undef HAVE_PUTCHAR_UNLOCKED
1800 #endif
1803 /* Define to 1 if you have the `putc_unlocked' function. */
1804 #ifndef USED_FOR_TARGET
1805 #undef HAVE_PUTC_UNLOCKED
1806 #endif
1809 /* Define to 1 if you have the `setlocale' function. */
1810 #ifndef USED_FOR_TARGET
1811 #undef HAVE_SETLOCALE
1812 #endif
1815 /* Define to 1 if you have the `setrlimit' function. */
1816 #ifndef USED_FOR_TARGET
1817 #undef HAVE_SETRLIMIT
1818 #endif
1821 /* Define if <sys/signal.h> defines sighandler_t */
1822 #ifndef USED_FOR_TARGET
1823 #undef HAVE_SIGHANDLER_T
1824 #endif
1827 /* Define if the system-provided CRTs are present on Solaris. */
1828 #ifndef USED_FOR_TARGET
1829 #undef HAVE_SOLARIS_CRTS
1830 #endif
1833 /* Define to 1 if you have the <stddef.h> header file. */
1834 #ifndef USED_FOR_TARGET
1835 #undef HAVE_STDDEF_H
1836 #endif
1839 /* Define to 1 if you have the <stdint.h> header file. */
1840 #ifndef USED_FOR_TARGET
1841 #undef HAVE_STDINT_H
1842 #endif
1845 /* Define to 1 if you have the <stdlib.h> header file. */
1846 #ifndef USED_FOR_TARGET
1847 #undef HAVE_STDLIB_H
1848 #endif
1851 /* Define to 1 if you have the <strings.h> header file. */
1852 #ifndef USED_FOR_TARGET
1853 #undef HAVE_STRINGS_H
1854 #endif
1857 /* Define to 1 if you have the <string.h> header file. */
1858 #ifndef USED_FOR_TARGET
1859 #undef HAVE_STRING_H
1860 #endif
1863 /* Define to 1 if you have the `strsignal' function. */
1864 #ifndef USED_FOR_TARGET
1865 #undef HAVE_STRSIGNAL
1866 #endif
1869 /* Define if <sys/times.h> defines struct tms. */
1870 #ifndef USED_FOR_TARGET
1871 #undef HAVE_STRUCT_TMS
1872 #endif
1875 /* Define if <utility> defines std::swap. */
1876 #ifndef USED_FOR_TARGET
1877 #undef HAVE_SWAP_IN_UTILITY
1878 #endif
1881 /* Define to 1 if you have the `sysconf' function. */
1882 #ifndef USED_FOR_TARGET
1883 #undef HAVE_SYSCONF
1884 #endif
1887 /* Define to 1 if you have the <sys/file.h> header file. */
1888 #ifndef USED_FOR_TARGET
1889 #undef HAVE_SYS_FILE_H
1890 #endif
1893 /* Define to 1 if you have the <sys/mman.h> header file. */
1894 #ifndef USED_FOR_TARGET
1895 #undef HAVE_SYS_MMAN_H
1896 #endif
1899 /* Define to 1 if you have the <sys/param.h> header file. */
1900 #ifndef USED_FOR_TARGET
1901 #undef HAVE_SYS_PARAM_H
1902 #endif
1905 /* Define to 1 if you have the <sys/resource.h> header file. */
1906 #ifndef USED_FOR_TARGET
1907 #undef HAVE_SYS_RESOURCE_H
1908 #endif
1911 /* Define if your target C library provides sys/sdt.h */
1912 #undef HAVE_SYS_SDT_H
1914 /* Define to 1 if you have the <sys/stat.h> header file. */
1915 #ifndef USED_FOR_TARGET
1916 #undef HAVE_SYS_STAT_H
1917 #endif
1920 /* Define to 1 if you have the <sys/times.h> header file. */
1921 #ifndef USED_FOR_TARGET
1922 #undef HAVE_SYS_TIMES_H
1923 #endif
1926 /* Define to 1 if you have the <sys/time.h> header file. */
1927 #ifndef USED_FOR_TARGET
1928 #undef HAVE_SYS_TIME_H
1929 #endif
1932 /* Define to 1 if you have the <sys/types.h> header file. */
1933 #ifndef USED_FOR_TARGET
1934 #undef HAVE_SYS_TYPES_H
1935 #endif
1938 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1939 #ifndef USED_FOR_TARGET
1940 #undef HAVE_SYS_WAIT_H
1941 #endif
1944 /* Define to 1 if you have the `times' function. */
1945 #ifndef USED_FOR_TARGET
1946 #undef HAVE_TIMES
1947 #endif
1950 /* Define to 1 if you have the <time.h> header file. */
1951 #ifndef USED_FOR_TARGET
1952 #undef HAVE_TIME_H
1953 #endif
1956 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1957 #ifndef USED_FOR_TARGET
1958 #undef HAVE_TR1_UNORDERED_MAP
1959 #endif
1962 /* Define to 1 if the system has the type `uintmax_t'. */
1963 #ifndef USED_FOR_TARGET
1964 #undef HAVE_UINTMAX_T
1965 #endif
1968 /* Define to 1 if the system has the type `uintptr_t'. */
1969 #ifndef USED_FOR_TARGET
1970 #undef HAVE_UINTPTR_T
1971 #endif
1974 /* Define to 1 if you have the <unistd.h> header file. */
1975 #ifndef USED_FOR_TARGET
1976 #undef HAVE_UNISTD_H
1977 #endif
1980 /* Define to 1 if you have the <unordered_map> header file. */
1981 #ifndef USED_FOR_TARGET
1982 #undef HAVE_UNORDERED_MAP
1983 #endif
1986 /* Define to 1 if the system has the type `unsigned long long int'. */
1987 #ifndef USED_FOR_TARGET
1988 #undef HAVE_UNSIGNED_LONG_LONG_INT
1989 #endif
1992 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1993 #ifndef USED_FOR_TARGET
1994 #undef HAVE_VALGRIND_MEMCHECK_H
1995 #endif
1998 /* Define to 1 if you have the `vfork' function. */
1999 #ifndef USED_FOR_TARGET
2000 #undef HAVE_VFORK
2001 #endif
2004 /* Define to 1 if you have the <vfork.h> header file. */
2005 #ifndef USED_FOR_TARGET
2006 #undef HAVE_VFORK_H
2007 #endif
2010 /* Define to 1 if you have the <wchar.h> header file. */
2011 #ifndef USED_FOR_TARGET
2012 #undef HAVE_WCHAR_H
2013 #endif
2016 /* Define to 1 if you have the `wcswidth' function. */
2017 #ifndef USED_FOR_TARGET
2018 #undef HAVE_WCSWIDTH
2019 #endif
2022 /* Define to 1 if `fork' works. */
2023 #ifndef USED_FOR_TARGET
2024 #undef HAVE_WORKING_FORK
2025 #endif
2028 /* Define this macro if mbstowcs does not crash when its first argument is
2029    NULL. */
2030 #ifndef USED_FOR_TARGET
2031 #undef HAVE_WORKING_MBSTOWCS
2032 #endif
2035 /* Define to 1 if `vfork' works. */
2036 #ifndef USED_FOR_TARGET
2037 #undef HAVE_WORKING_VFORK
2038 #endif
2041 /* Define if your assembler supports AIX debug frame section label reference.
2042    */
2043 #ifndef USED_FOR_TARGET
2044 #undef HAVE_XCOFF_DWARF_EXTRAS
2045 #endif
2048 /* Define if you have a working <zstd.h> header file. */
2049 #ifndef USED_FOR_TARGET
2050 #undef HAVE_ZSTD_H
2051 #endif
2054 /* Define if isl is in use. */
2055 #ifndef USED_FOR_TARGET
2056 #undef HAVE_isl
2057 #endif
2060 /* Define if F_SETLKW supported by fcntl. */
2061 #ifndef USED_FOR_TARGET
2062 #undef HOST_HAS_F_SETLKW
2063 #endif
2066 /* Define if O_CLOEXEC supported by fcntl. */
2067 #ifndef USED_FOR_TARGET
2068 #undef HOST_HAS_O_CLOEXEC
2069 #endif
2072 /* Define as const if the declaration of iconv() needs const. */
2073 #ifndef USED_FOR_TARGET
2074 #undef ICONV_CONST
2075 #endif
2078 /* Define if int64_t uses long as underlying type. */
2079 #ifndef USED_FOR_TARGET
2080 #undef INT64_T_IS_LONG
2081 #endif
2084 /* Define to 1 if ld64 supports '-export_dynamic'. */
2085 #ifndef USED_FOR_TARGET
2086 #undef LD64_HAS_EXPORT_DYNAMIC
2087 #endif
2090 /* Define to ld64 version. */
2091 #ifndef USED_FOR_TARGET
2092 #undef LD64_VERSION
2093 #endif
2096 /* Define to the linker option to ignore unused dependencies. */
2097 #ifndef USED_FOR_TARGET
2098 #undef LD_AS_NEEDED_OPTION
2099 #endif
2102 /* Define to the linker option to enable compressed debug sections. */
2103 #ifndef USED_FOR_TARGET
2104 #undef LD_COMPRESS_DEBUG_OPTION
2105 #endif
2108 /* Define to the linker option to enable use of shared objects. */
2109 #ifndef USED_FOR_TARGET
2110 #undef LD_DYNAMIC_OPTION
2111 #endif
2114 /* Define to the linker option to keep unused dependencies. */
2115 #ifndef USED_FOR_TARGET
2116 #undef LD_NO_AS_NEEDED_OPTION
2117 #endif
2120 /* Define to the linker option to disable use of shared objects. */
2121 #ifndef USED_FOR_TARGET
2122 #undef LD_STATIC_OPTION
2123 #endif
2126 /* The linker hash style */
2127 #ifndef USED_FOR_TARGET
2128 #undef LINKER_HASH_STYLE
2129 #endif
2132 /* Define to the name of the LTO plugin DSO that must be passed to the
2133    linker's -plugin=LIB option. */
2134 #ifndef USED_FOR_TARGET
2135 #undef LTOPLUGINSONAME
2136 #endif
2139 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2140    */
2141 #ifndef USED_FOR_TARGET
2142 #undef LT_OBJDIR
2143 #endif
2146 /* Define if we should link mingw executables with --large-address-aware */
2147 #ifndef USED_FOR_TARGET
2148 #undef MINGW_DEFAULT_LARGE_ADDR_AWARE
2149 #endif
2152 /* Value to set mingw's _dowildcard to. */
2153 #ifndef USED_FOR_TARGET
2154 #undef MINGW_DOWILDCARD
2155 #endif
2158 /* Define if host mkdir takes a single argument. */
2159 #ifndef USED_FOR_TARGET
2160 #undef MKDIR_TAKES_ONE_ARG
2161 #endif
2164 /* Define to offload targets, separated by commas. */
2165 #ifndef USED_FOR_TARGET
2166 #undef OFFLOAD_TARGETS
2167 #endif
2170 /* Define to the address where bug reports for this package should be sent. */
2171 #ifndef USED_FOR_TARGET
2172 #undef PACKAGE_BUGREPORT
2173 #endif
2176 /* Define to the full name of this package. */
2177 #ifndef USED_FOR_TARGET
2178 #undef PACKAGE_NAME
2179 #endif
2182 /* Define to the full name and version of this package. */
2183 #ifndef USED_FOR_TARGET
2184 #undef PACKAGE_STRING
2185 #endif
2188 /* Define to the one symbol short name of this package. */
2189 #ifndef USED_FOR_TARGET
2190 #undef PACKAGE_TARNAME
2191 #endif
2194 /* Define to the home page for this package. */
2195 #ifndef USED_FOR_TARGET
2196 #undef PACKAGE_URL
2197 #endif
2200 /* Define to the version of this package. */
2201 #ifndef USED_FOR_TARGET
2202 #undef PACKAGE_VERSION
2203 #endif
2206 /* Specify plugin linker */
2207 #ifndef USED_FOR_TARGET
2208 #undef PLUGIN_LD_SUFFIX
2209 #endif
2212 /* Define to .TOC. alignment forced by your linker. */
2213 #ifndef USED_FOR_TARGET
2214 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2215 #endif
2218 /* Define to PREFIX/include if cpp should also search that directory. */
2219 #ifndef USED_FOR_TARGET
2220 #undef PREFIX_INCLUDE_DIR
2221 #endif
2224 /* The size of `int', as computed by sizeof. */
2225 #ifndef USED_FOR_TARGET
2226 #undef SIZEOF_INT
2227 #endif
2230 /* The size of `long', as computed by sizeof. */
2231 #ifndef USED_FOR_TARGET
2232 #undef SIZEOF_LONG
2233 #endif
2236 /* The size of `long long', as computed by sizeof. */
2237 #ifndef USED_FOR_TARGET
2238 #undef SIZEOF_LONG_LONG
2239 #endif
2242 /* The size of `short', as computed by sizeof. */
2243 #ifndef USED_FOR_TARGET
2244 #undef SIZEOF_SHORT
2245 #endif
2248 /* The size of `void *', as computed by sizeof. */
2249 #ifndef USED_FOR_TARGET
2250 #undef SIZEOF_VOID_P
2251 #endif
2254 /* Define to 1 if you have the ANSI C header files. */
2255 #ifndef USED_FOR_TARGET
2256 #undef STDC_HEADERS
2257 #endif
2260 /* Define if you can safely include both <string.h> and <strings.h>. */
2261 #ifndef USED_FOR_TARGET
2262 #undef STRING_WITH_STRINGS
2263 #endif
2266 /* Define if TFmode long double should be the default */
2267 #ifndef USED_FOR_TARGET
2268 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2269 #endif
2272 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2273 #undef TARGET_DL_ITERATE_PHDR
2275 /* GNU C Library major version number used on the target, or 0. */
2276 #ifndef USED_FOR_TARGET
2277 #undef TARGET_GLIBC_MAJOR
2278 #endif
2281 /* GNU C Library minor version number used on the target, or 0. */
2282 #ifndef USED_FOR_TARGET
2283 #undef TARGET_GLIBC_MINOR
2284 #endif
2287 /* Define if your target C Library properly handles PT_GNU_STACK */
2288 #ifndef USED_FOR_TARGET
2289 #undef TARGET_LIBC_GNUSTACK
2290 #endif
2293 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2294 #ifndef USED_FOR_TARGET
2295 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2296 #endif
2299 /* Define if your target C library provides stack protector support */
2300 #ifndef USED_FOR_TARGET
2301 #undef TARGET_LIBC_PROVIDES_SSP
2302 #endif
2305 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2306 #ifndef USED_FOR_TARGET
2307 #undef TIME_WITH_SYS_TIME
2308 #endif
2311 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2312    work. */
2313 #ifndef USED_FOR_TARGET
2314 #undef TLS_SECTION_ASM_FLAG
2315 #endif
2318 /* Define if your assembler mis-optimizes .eh_frame data. */
2319 #ifndef USED_FOR_TARGET
2320 #undef USE_AS_TRADITIONAL_FORMAT
2321 #endif
2324 /* Define if you want to generate code by default that assumes that the Cygwin
2325    DLL exports wrappers to support libstdc++ function replacement. */
2326 #ifndef USED_FOR_TARGET
2327 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2328 #endif
2331 /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */
2332 #ifndef USED_FOR_TARGET
2333 #undef USE_HIDDEN_LINKONCE
2334 #endif
2337 /* Define to 1 if the 'long long' type is wider than 'long' but still
2338    efficiently supported by the host hardware. */
2339 #ifndef USED_FOR_TARGET
2340 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2341 #endif
2344 /* Define if we should use leading underscore on 64 bit mingw targets */
2345 #ifndef USED_FOR_TARGET
2346 #undef USE_MINGW64_LEADING_UNDERSCORES
2347 #endif
2350 /* Enable extensions on AIX 3, Interix.  */
2351 #ifndef _ALL_SOURCE
2352 # undef _ALL_SOURCE
2353 #endif
2354 /* Enable GNU extensions on systems that have them.  */
2355 #ifndef _GNU_SOURCE
2356 # undef _GNU_SOURCE
2357 #endif
2358 /* Enable threading extensions on Solaris.  */
2359 #ifndef _POSIX_PTHREAD_SEMANTICS
2360 # undef _POSIX_PTHREAD_SEMANTICS
2361 #endif
2362 /* Enable extensions on HP NonStop.  */
2363 #ifndef _TANDEM_SOURCE
2364 # undef _TANDEM_SOURCE
2365 #endif
2366 /* Enable general extensions on Solaris.  */
2367 #ifndef __EXTENSIONS__
2368 # undef __EXTENSIONS__
2369 #endif
2372 /* Define to be the last component of the Windows registry key under which to
2373    look for installation paths. The full key used will be
2374    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2375    The default is the GCC version number. */
2376 #ifndef USED_FOR_TARGET
2377 #undef WIN32_REGISTRY_KEY
2378 #endif
2381 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2382    significant byte first (like Motorola and SPARC, unlike Intel). */
2383 #if defined AC_APPLE_UNIVERSAL_BUILD
2384 # if defined __BIG_ENDIAN__
2385 #  define WORDS_BIGENDIAN 1
2386 # endif
2387 #else
2388 # ifndef WORDS_BIGENDIAN
2389 #  undef WORDS_BIGENDIAN
2390 # endif
2391 #endif
2393 /* Enable large inode numbers on Mac OS X 10.5.  */
2394 #ifndef _DARWIN_USE_64_BIT_INODE
2395 # define _DARWIN_USE_64_BIT_INODE 1
2396 #endif
2398 /* Number of bits in a file offset, on hosts where this is settable. */
2399 #ifndef USED_FOR_TARGET
2400 #undef _FILE_OFFSET_BITS
2401 #endif
2404 /* Define for large files, on AIX-style hosts. */
2405 #ifndef USED_FOR_TARGET
2406 #undef _LARGE_FILES
2407 #endif
2410 /* Define to 1 if on MINIX. */
2411 #ifndef USED_FOR_TARGET
2412 #undef _MINIX
2413 #endif
2416 /* Define to 2 if the system does not provide POSIX.1 features except with
2417    this defined. */
2418 #ifndef USED_FOR_TARGET
2419 #undef _POSIX_1_SOURCE
2420 #endif
2423 /* Define to 1 if you need to in order for `stat' and other things to work. */
2424 #ifndef USED_FOR_TARGET
2425 #undef _POSIX_SOURCE
2426 #endif
2429 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2430    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2431    #define below would cause a syntax error. */
2432 #ifndef USED_FOR_TARGET
2433 #undef _UINT32_T
2434 #endif
2437 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2438    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2439    #define below would cause a syntax error. */
2440 #ifndef USED_FOR_TARGET
2441 #undef _UINT64_T
2442 #endif
2445 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2446    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2447    #define below would cause a syntax error. */
2448 #ifndef USED_FOR_TARGET
2449 #undef _UINT8_T
2450 #endif
2453 /* Define to `char *' if <sys/types.h> does not define. */
2454 #ifndef USED_FOR_TARGET
2455 #undef caddr_t
2456 #endif
2459 /* Define to `__inline__' or `__inline' if that's what the C compiler
2460    calls it, or to nothing if 'inline' is not supported under any name.  */
2461 #ifndef __cplusplus
2462 #undef inline
2463 #endif
2465 /* Define to the type of a signed integer type of width exactly 16 bits if
2466    such a type exists and the standard includes do not define it. */
2467 #ifndef USED_FOR_TARGET
2468 #undef int16_t
2469 #endif
2472 /* Define to the type of a signed integer type of width exactly 32 bits if
2473    such a type exists and the standard includes do not define it. */
2474 #ifndef USED_FOR_TARGET
2475 #undef int32_t
2476 #endif
2479 /* Define to the type of a signed integer type of width exactly 64 bits if
2480    such a type exists and the standard includes do not define it. */
2481 #ifndef USED_FOR_TARGET
2482 #undef int64_t
2483 #endif
2486 /* Define to the type of a signed integer type of width exactly 8 bits if such
2487    a type exists and the standard includes do not define it. */
2488 #ifndef USED_FOR_TARGET
2489 #undef int8_t
2490 #endif
2493 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2494    not define. */
2495 #ifndef USED_FOR_TARGET
2496 #undef intmax_t
2497 #endif
2500 /* Define to the type of a signed integer type wide enough to hold a pointer,
2501    if such a type exists, and if the system does not define it. */
2502 #ifndef USED_FOR_TARGET
2503 #undef intptr_t
2504 #endif
2507 /* Define to `int' if <sys/types.h> does not define. */
2508 #ifndef USED_FOR_TARGET
2509 #undef pid_t
2510 #endif
2513 /* Define to `long' if <sys/resource.h> doesn't define. */
2514 #ifndef USED_FOR_TARGET
2515 #undef rlim_t
2516 #endif
2519 /* Define to `int' if <sys/types.h> does not define. */
2520 #ifndef USED_FOR_TARGET
2521 #undef ssize_t
2522 #endif
2525 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2526    such a type exists and the standard includes do not define it. */
2527 #ifndef USED_FOR_TARGET
2528 #undef uint16_t
2529 #endif
2532 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2533    such a type exists and the standard includes do not define it. */
2534 #ifndef USED_FOR_TARGET
2535 #undef uint32_t
2536 #endif
2539 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2540    such a type exists and the standard includes do not define it. */
2541 #ifndef USED_FOR_TARGET
2542 #undef uint64_t
2543 #endif
2546 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2547    such a type exists and the standard includes do not define it. */
2548 #ifndef USED_FOR_TARGET
2549 #undef uint8_t
2550 #endif
2553 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2554    do not define. */
2555 #ifndef USED_FOR_TARGET
2556 #undef uintmax_t
2557 #endif
2560 /* Define to the type of an unsigned integer type wide enough to hold a
2561    pointer, if such a type exists, and if the system does not define it. */
2562 #ifndef USED_FOR_TARGET
2563 #undef uintptr_t
2564 #endif
2567 /* Define as `fork' if `vfork' does not work. */
2568 #ifndef USED_FOR_TARGET
2569 #undef vfork
2570 #endif