PR target/68729
[official-gcc.git] / gcc / config.in
blobda745c9906cde78875f100a9d22cde7e877187c5
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if this compiler should be built as the offload target compiler. */
4 #ifndef USED_FOR_TARGET
5 #undef ACCEL_COMPILER
6 #endif
9 /* Define if building universal (internal helper macro) */
10 #ifndef USED_FOR_TARGET
11 #undef AC_APPLE_UNIVERSAL_BUILD
12 #endif
15 /* Define to the assembler option to enable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_COMPRESS_DEBUG_OPTION
18 #endif
21 /* Define to the assembler option to disable compressed debug sections. */
22 #ifndef USED_FOR_TARGET
23 #undef AS_NO_COMPRESS_DEBUG_OPTION
24 #endif
27 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
28 #ifndef USED_FOR_TARGET
29 #undef CHAR_BIT
30 #endif
33 /* Define to 1 if you want more run-time sanity checks. This one gets a grab
34    bag of miscellaneous but relatively cheap checks. */
35 #ifndef USED_FOR_TARGET
36 #undef CHECKING_P
37 #endif
40 /* Define 0/1 to force the choice for exception handling model. */
41 #ifndef USED_FOR_TARGET
42 #undef CONFIG_SJLJ_EXCEPTIONS
43 #endif
46 /* Define to enable the use of a default assembler. */
47 #ifndef USED_FOR_TARGET
48 #undef DEFAULT_ASSEMBLER
49 #endif
52 /* Define to enable the use of a default linker. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_LINKER
55 #endif
58 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
59    destructors for local statics and global objects. This is essential for
60    fully standards-compliant handling of destructors, but requires
61    __cxa_atexit in libc. */
62 #ifndef USED_FOR_TARGET
63 #undef DEFAULT_USE_CXA_ATEXIT
64 #endif
67 /* The default for -fdiagnostics-color option */
68 #ifndef USED_FOR_TARGET
69 #undef DIAGNOSTICS_COLOR_DEFAULT
70 #endif
73 /* Define if you want assertions enabled. This is a cheap check. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_ASSERT_CHECKING
76 #endif
79 /* Define to 1 to specify that we are using the BID decimal floating point
80    format instead of DPD */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_DECIMAL_BID_FORMAT
83 #endif
86 /* Define to 1 to enable decimal float extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_FLOAT
89 #endif
92 /* Define if your target supports default PIE and it is enabled. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DEFAULT_PIE
95 #endif
98 /* Define if your target supports default stack protector and it is enabled.
99    */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_DEFAULT_SSP
102 #endif
105 /* Define if you want more run-time sanity checks for dataflow. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_DF_CHECKING
108 #endif
111 /* Define to 1 to enable fixed-point arithmetic extension to C. */
112 #ifndef USED_FOR_TARGET
113 #undef ENABLE_FIXED_POINT
114 #endif
117 /* Define if you want fold checked that it never destructs its argument. This
118    is quite expensive. */
119 #ifndef USED_FOR_TARGET
120 #undef ENABLE_FOLD_CHECKING
121 #endif
124 /* Define if you want the garbage collector to operate in maximally paranoid
125    mode, validating the entire heap and collecting garbage at every
126    opportunity. This is extremely expensive. */
127 #ifndef USED_FOR_TARGET
128 #undef ENABLE_GC_ALWAYS_COLLECT
129 #endif
132 /* Define if you want the garbage collector to do object poisoning and other
133    memory allocation checks. This is quite expensive. */
134 #ifndef USED_FOR_TARGET
135 #undef ENABLE_GC_CHECKING
136 #endif
139 /* Define if you want operations on GIMPLE (the basic data structure of the
140    high-level optimizers) to be checked for dynamic type safety at runtime.
141    This is moderately expensive. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_GIMPLE_CHECKING
144 #endif
147 /* Define if gcc should always pass --build-id to linker. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_LD_BUILDID
150 #endif
153 /* Define to 1 to enable libquadmath support */
154 #ifndef USED_FOR_TARGET
155 #undef ENABLE_LIBQUADMATH_SUPPORT
156 #endif
159 /* Define to enable LTO support. */
160 #ifndef USED_FOR_TARGET
161 #undef ENABLE_LTO
162 #endif
165 /* Define to 1 if translation of program messages to the user's native
166    language is requested. */
167 #ifndef USED_FOR_TARGET
168 #undef ENABLE_NLS
169 #endif
172 /* Define this to enable support for offloading. */
173 #ifndef USED_FOR_TARGET
174 #undef ENABLE_OFFLOADING
175 #endif
178 /* Define to enable plugin support. */
179 #ifndef USED_FOR_TARGET
180 #undef ENABLE_PLUGIN
181 #endif
184 /* Define if you want all operations on RTL (the basic data structure of the
185    optimizer and back end) to be checked for dynamic type safety at runtime.
186    This is quite expensive. */
187 #ifndef USED_FOR_TARGET
188 #undef ENABLE_RTL_CHECKING
189 #endif
192 /* Define if you want RTL flag accesses to be checked against the RTL codes
193    that are supported for each access macro. This is relatively cheap. */
194 #ifndef USED_FOR_TARGET
195 #undef ENABLE_RTL_FLAG_CHECKING
196 #endif
199 /* Define if you want runtime assertions enabled. This is a cheap check. */
200 #undef ENABLE_RUNTIME_CHECKING
202 /* Define if you want all operations on trees (the basic data structure of the
203    front ends) to be checked for dynamic type safety at runtime. This is
204    moderately expensive. */
205 #ifndef USED_FOR_TARGET
206 #undef ENABLE_TREE_CHECKING
207 #endif
210 /* Define if you want all gimple types to be verified after gimplifiation.
211    This is cheap. */
212 #ifndef USED_FOR_TARGET
213 #undef ENABLE_TYPES_CHECKING
214 #endif
217 /* Define to get calls to the valgrind runtime enabled. */
218 #ifndef USED_FOR_TARGET
219 #undef ENABLE_VALGRIND_ANNOTATIONS
220 #endif
223 /* Define if you want to run subprograms and generated programs through
224    valgrind (a memory checker). This is extremely expensive. */
225 #ifndef USED_FOR_TARGET
226 #undef ENABLE_VALGRIND_CHECKING
227 #endif
230 /* Define to 1 if installation paths should be looked up in the Windows
231    Registry. Ignored on non-Windows hosts. */
232 #ifndef USED_FOR_TARGET
233 #undef ENABLE_WIN32_REGISTRY
234 #endif
237 /* Define to the name of a file containing a list of extra machine modes for
238    this architecture. */
239 #ifndef USED_FOR_TARGET
240 #undef EXTRA_MODES_FILE
241 #endif
244 /* Define to enable detailed memory allocation stats gathering. */
245 #ifndef USED_FOR_TARGET
246 #undef GATHER_STATISTICS
247 #endif
250 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
251 #ifndef USED_FOR_TARGET
252 #undef GWINSZ_IN_SYS_IOCTL
253 #endif
256 /* mcontext_t fields start with __ */
257 #ifndef USED_FOR_TARGET
258 #undef HAS_MCONTEXT_T_UNDERSCORES
259 #endif
262 /* Define if your assembler supports architecture modifiers. */
263 #ifndef USED_FOR_TARGET
264 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
265 #endif
268 /* Define if your avr assembler supports --mlink-relax option. */
269 #ifndef USED_FOR_TARGET
270 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
271 #endif
274 /* Define if your avr assembler supports -mrmw option. */
275 #ifndef USED_FOR_TARGET
276 #undef HAVE_AS_AVR_MRMW_OPTION
277 #endif
280 /* Define if your assembler supports cmpb. */
281 #ifndef USED_FOR_TARGET
282 #undef HAVE_AS_CMPB
283 #endif
286 /* Define to the level of your assembler's compressed debug section support.
287    */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_COMPRESS_DEBUG
290 #endif
293 /* Define if your assembler supports the DCI/ICI instructions. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_DCI
296 #endif
299 /* Define if your assembler supports the --debug-prefix-map option. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_DEBUG_PREFIX_MAP
302 #endif
305 /* Define if your assembler supports DFP instructions. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_DFP
308 #endif
311 /* Define if your assembler supports .module. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_DOT_MODULE
314 #endif
317 /* Define if your assembler supports DSPR1 mult. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_AS_DSPR1_MULT
320 #endif
323 /* Define if your assembler supports .dtprelword. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_AS_DTPRELWORD
326 #endif
329 /* Define if your assembler supports dwarf2 .file/.loc directives, and
330    preserves file table indices exactly as given. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_DWARF2_DEBUG_LINE
333 #endif
336 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_ENTRY_MARKERS
339 #endif
342 /* Define if your assembler supports explicit relocations. */
343 #ifndef USED_FOR_TARGET
344 #undef HAVE_AS_EXPLICIT_RELOCS
345 #endif
348 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
349 #ifndef USED_FOR_TARGET
350 #undef HAVE_AS_FMAF_HPC_VIS3
351 #endif
354 /* Define if your assembler supports fprnd. */
355 #ifndef USED_FOR_TARGET
356 #undef HAVE_AS_FPRND
357 #endif
360 /* Define if your assembler supports the --gdwarf2 option. */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
363 #endif
366 /* Define if your assembler supports .gnu_attribute. */
367 #ifndef USED_FOR_TARGET
368 #undef HAVE_AS_GNU_ATTRIBUTE
369 #endif
372 /* Define true if the assembler supports '.long foo@GOTOFF'. */
373 #ifndef USED_FOR_TARGET
374 #undef HAVE_AS_GOTOFF_IN_DATA
375 #endif
378 /* Define if your assembler supports the --gstabs option. */
379 #ifndef USED_FOR_TARGET
380 #undef HAVE_AS_GSTABS_DEBUG_FLAG
381 #endif
384 /* Define if your assembler supports the Sun syntax for cmov. */
385 #ifndef USED_FOR_TARGET
386 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
387 #endif
390 /* Define if your assembler supports the subtraction of symbols in different
391    sections. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
394 #endif
397 /* Define if your assembler supports the ffreep mnemonic. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_FFREEP
400 #endif
403 /* Define if your assembler uses fildq and fistq mnemonics. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_FILDQ
406 #endif
409 /* Define if your assembler uses filds and fists mnemonics. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_IX86_FILDS
412 #endif
415 /* Define if your assembler supports HLE prefixes. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_IX86_HLE
418 #endif
421 /* Define if your assembler supports interunit movq mnemonic. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
424 #endif
427 /* Define if your assembler supports the .quad directive. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_IX86_QUAD
430 #endif
433 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
436 #endif
439 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_AS_IX86_SAHF
442 #endif
445 /* Define if your assembler supports the swap suffix. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_AS_IX86_SWAP
448 #endif
451 /* Define if your assembler and linker support @tlsgdplt. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_AS_IX86_TLSGDPLT
454 #endif
457 /* Define to 1 if your assembler and linker support @tlsldm. */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_AS_IX86_TLSLDM
460 #endif
463 /* Define to 1 if your assembler and linker support @tlsldmplt. */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_AS_IX86_TLSLDMPLT
466 #endif
469 /* Define if your assembler supports the 'ud2' mnemonic. */
470 #ifndef USED_FOR_TARGET
471 #undef HAVE_AS_IX86_UD2
472 #endif
475 /* Define if your assembler supports the lituse_jsrdirect relocation. */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_JSRDIRECT_RELOCS
478 #endif
481 /* Define if your assembler supports .sleb128 and .uleb128. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_AS_LEB128
484 #endif
487 /* Define if your assembler supports LEON instructions. */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_LEON
490 #endif
493 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_LINE_ZERO
496 #endif
499 /* Define if your assembler supports ltoffx and ldxmov relocations. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
502 #endif
505 /* Define if your assembler supports LWSYNC instructions. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_LWSYNC
508 #endif
511 /* Define if your assembler supports the -mabi option. */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_MABI_OPTION
514 #endif
517 /* Define if your assembler supports .machine and .machinemode. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_MACHINE_MACHINEMODE
520 #endif
523 /* Define if your assembler supports mfcr field. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_MFCRF
526 #endif
529 /* Define if your assembler supports mffgpr and mftgpr. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_MFPGPR
532 #endif
535 /* Define if the assembler understands -mnan=. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_NAN
538 #endif
541 /* Define if your assembler supports the -no-mul-bug-abort option. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
544 #endif
547 /* Define if the assembler understands -mno-shared. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_NO_SHARED
550 #endif
553 /* Define if your assembler supports offsetable %lo(). */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_AS_OFFSETABLE_LO10
556 #endif
559 /* Define if your assembler supports popcntb field. */
560 #ifndef USED_FOR_TARGET
561 #undef HAVE_AS_POPCNTB
562 #endif
565 /* Define if your assembler supports POPCNTD instructions. */
566 #ifndef USED_FOR_TARGET
567 #undef HAVE_AS_POPCNTD
568 #endif
571 /* Define if your assembler supports POWER8 instructions. */
572 #ifndef USED_FOR_TARGET
573 #undef HAVE_AS_POWER8
574 #endif
577 /* Define if your assembler supports POWER9 instructions. */
578 #ifndef USED_FOR_TARGET
579 #undef HAVE_AS_POWER9
580 #endif
583 /* Define if your assembler supports .ref */
584 #ifndef USED_FOR_TARGET
585 #undef HAVE_AS_REF
586 #endif
589 /* Define if your assembler supports .register. */
590 #ifndef USED_FOR_TARGET
591 #undef HAVE_AS_REGISTER_PSEUDO_OP
592 #endif
595 /* Define if your assembler supports R_PPC_REL16 relocs. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_AS_REL16
598 #endif
601 /* Define if your assembler supports -relax option. */
602 #ifndef USED_FOR_TARGET
603 #undef HAVE_AS_RELAX_OPTION
604 #endif
607 /* Define if your assembler supports relocs needed by -fpic. */
608 #ifndef USED_FOR_TARGET
609 #undef HAVE_AS_SMALL_PIC_RELOCS
610 #endif
613 /* Define if your assembler supports SPARC4 instructions. */
614 #ifndef USED_FOR_TARGET
615 #undef HAVE_AS_SPARC4
616 #endif
619 /* Define if your assembler and linker support GOTDATA_OP relocs. */
620 #ifndef USED_FOR_TARGET
621 #undef HAVE_AS_SPARC_GOTDATA_OP
622 #endif
625 /* Define if your assembler and linker support unaligned PC relative relocs.
626    */
627 #ifndef USED_FOR_TARGET
628 #undef HAVE_AS_SPARC_UA_PCREL
629 #endif
632 /* Define if your assembler and linker support unaligned PC relative relocs
633    against hidden symbols. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
636 #endif
639 /* Define if your assembler and linker support thread-local storage. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_AS_TLS
642 #endif
645 /* Define if your assembler supports arg info for __tls_get_addr. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_AS_TLS_MARKERS
648 #endif
651 /* Define if your assembler supports VSX instructions. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_AS_VSX
654 #endif
657 /* Define to 1 if you have the `atoq' function. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_ATOQ
660 #endif
663 /* Define to 1 if you have the `clearerr_unlocked' function. */
664 #ifndef USED_FOR_TARGET
665 #undef HAVE_CLEARERR_UNLOCKED
666 #endif
669 /* Define to 1 if you have the `clock' function. */
670 #ifndef USED_FOR_TARGET
671 #undef HAVE_CLOCK
672 #endif
675 /* Define if <time.h> defines clock_t. */
676 #ifndef USED_FOR_TARGET
677 #undef HAVE_CLOCK_T
678 #endif
681 /* Define 0/1 if your assembler and linker support COMDAT groups. */
682 #ifndef USED_FOR_TARGET
683 #undef HAVE_COMDAT_GROUP
684 #endif
687 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
688    */
689 #ifndef USED_FOR_TARGET
690 #undef HAVE_DECL_ABORT
691 #endif
694 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
695    0. */
696 #ifndef USED_FOR_TARGET
697 #undef HAVE_DECL_ASPRINTF
698 #endif
701 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
702 #ifndef USED_FOR_TARGET
703 #undef HAVE_DECL_ATOF
704 #endif
707 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
708 #ifndef USED_FOR_TARGET
709 #undef HAVE_DECL_ATOL
710 #endif
713 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
714    */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_DECL_ATOLL
717 #endif
720 /* Define to 1 if you have the declaration of `basename(const char*)', and to
721    0 if you don't. */
722 #ifndef USED_FOR_TARGET
723 #undef HAVE_DECL_BASENAME
724 #endif
727 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
728    */
729 #ifndef USED_FOR_TARGET
730 #undef HAVE_DECL_CALLOC
731 #endif
734 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
735    define to 0. */
736 #ifndef USED_FOR_TARGET
737 #undef HAVE_DECL_CLEARERR_UNLOCKED
738 #endif
741 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
742    */
743 #ifndef USED_FOR_TARGET
744 #undef HAVE_DECL_CLOCK
745 #endif
748 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
749    */
750 #ifndef USED_FOR_TARGET
751 #undef HAVE_DECL_ERRNO
752 #endif
755 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
756    to 0. */
757 #ifndef USED_FOR_TARGET
758 #undef HAVE_DECL_FEOF_UNLOCKED
759 #endif
762 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
763    define to 0. */
764 #ifndef USED_FOR_TARGET
765 #undef HAVE_DECL_FERROR_UNLOCKED
766 #endif
769 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
770    define to 0. */
771 #ifndef USED_FOR_TARGET
772 #undef HAVE_DECL_FFLUSH_UNLOCKED
773 #endif
776 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
777 #ifndef USED_FOR_TARGET
778 #undef HAVE_DECL_FFS
779 #endif
782 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
783    define to 0. */
784 #ifndef USED_FOR_TARGET
785 #undef HAVE_DECL_FGETC_UNLOCKED
786 #endif
789 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
790    define to 0. */
791 #ifndef USED_FOR_TARGET
792 #undef HAVE_DECL_FGETS_UNLOCKED
793 #endif
796 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
797    define to 0. */
798 #ifndef USED_FOR_TARGET
799 #undef HAVE_DECL_FILENO_UNLOCKED
800 #endif
803 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
804    define to 0. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_DECL_FPRINTF_UNLOCKED
807 #endif
810 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
811    define to 0. */
812 #ifndef USED_FOR_TARGET
813 #undef HAVE_DECL_FPUTC_UNLOCKED
814 #endif
817 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
818    define to 0. */
819 #ifndef USED_FOR_TARGET
820 #undef HAVE_DECL_FPUTS_UNLOCKED
821 #endif
824 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
825    define to 0. */
826 #ifndef USED_FOR_TARGET
827 #undef HAVE_DECL_FREAD_UNLOCKED
828 #endif
831 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
832 #ifndef USED_FOR_TARGET
833 #undef HAVE_DECL_FREE
834 #endif
837 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
838    define to 0. */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_DECL_FWRITE_UNLOCKED
841 #endif
844 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
845    define to 0. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_DECL_GETCHAR_UNLOCKED
848 #endif
851 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
852    */
853 #ifndef USED_FOR_TARGET
854 #undef HAVE_DECL_GETCWD
855 #endif
858 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
859    to 0. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_DECL_GETC_UNLOCKED
862 #endif
865 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
866    */
867 #ifndef USED_FOR_TARGET
868 #undef HAVE_DECL_GETENV
869 #endif
872 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
873    */
874 #ifndef USED_FOR_TARGET
875 #undef HAVE_DECL_GETOPT
876 #endif
879 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
880    to 0. */
881 #ifndef USED_FOR_TARGET
882 #undef HAVE_DECL_GETPAGESIZE
883 #endif
886 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
887    0. */
888 #ifndef USED_FOR_TARGET
889 #undef HAVE_DECL_GETRLIMIT
890 #endif
893 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
894    0. */
895 #ifndef USED_FOR_TARGET
896 #undef HAVE_DECL_GETRUSAGE
897 #endif
900 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
901    */
902 #ifndef USED_FOR_TARGET
903 #undef HAVE_DECL_GETWD
904 #endif
907 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
908    0. */
909 #ifndef USED_FOR_TARGET
910 #undef HAVE_DECL_LDGETNAME
911 #endif
914 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
915    */
916 #ifndef USED_FOR_TARGET
917 #undef HAVE_DECL_MADVISE
918 #endif
921 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
922    */
923 #ifndef USED_FOR_TARGET
924 #undef HAVE_DECL_MALLOC
925 #endif
928 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
929    define to 0. */
930 #ifndef USED_FOR_TARGET
931 #undef HAVE_DECL_PUTCHAR_UNLOCKED
932 #endif
935 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
936    to 0. */
937 #ifndef USED_FOR_TARGET
938 #undef HAVE_DECL_PUTC_UNLOCKED
939 #endif
942 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
943    */
944 #ifndef USED_FOR_TARGET
945 #undef HAVE_DECL_REALLOC
946 #endif
949 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
950 #ifndef USED_FOR_TARGET
951 #undef HAVE_DECL_SBRK
952 #endif
955 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
956    */
957 #ifndef USED_FOR_TARGET
958 #undef HAVE_DECL_SETENV
959 #endif
962 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
963    0. */
964 #ifndef USED_FOR_TARGET
965 #undef HAVE_DECL_SETRLIMIT
966 #endif
969 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
970    to 0. */
971 #ifndef USED_FOR_TARGET
972 #undef HAVE_DECL_SIGALTSTACK
973 #endif
976 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
977    0. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_DECL_SNPRINTF
980 #endif
983 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
984    */
985 #ifndef USED_FOR_TARGET
986 #undef HAVE_DECL_STPCPY
987 #endif
990 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
991    */
992 #ifndef USED_FOR_TARGET
993 #undef HAVE_DECL_STRNLEN
994 #endif
997 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
998    0. */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_DECL_STRSIGNAL
1001 #endif
1004 /* Define to 1 if you have the declaration of `strstr(const char*,const
1005    char*)', and to 0 if you don't. */
1006 #ifndef USED_FOR_TARGET
1007 #undef HAVE_DECL_STRSTR
1008 #endif
1011 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1012    */
1013 #ifndef USED_FOR_TARGET
1014 #undef HAVE_DECL_STRTOL
1015 #endif
1018 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1019    */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_DECL_STRTOLL
1022 #endif
1025 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1026    */
1027 #ifndef USED_FOR_TARGET
1028 #undef HAVE_DECL_STRTOUL
1029 #endif
1032 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1033    0. */
1034 #ifndef USED_FOR_TARGET
1035 #undef HAVE_DECL_STRTOULL
1036 #endif
1039 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1040    0. */
1041 #ifndef USED_FOR_TARGET
1042 #undef HAVE_DECL_STRVERSCMP
1043 #endif
1046 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1047    */
1048 #ifndef USED_FOR_TARGET
1049 #undef HAVE_DECL_TIMES
1050 #endif
1053 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1054    0. */
1055 #ifndef USED_FOR_TARGET
1056 #undef HAVE_DECL_UNSETENV
1057 #endif
1060 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1061    0. */
1062 #ifndef USED_FOR_TARGET
1063 #undef HAVE_DECL_VASPRINTF
1064 #endif
1067 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1068    0. */
1069 #ifndef USED_FOR_TARGET
1070 #undef HAVE_DECL_VSNPRINTF
1071 #endif
1074 /* Define to 1 if you have the <direct.h> header file. */
1075 #ifndef USED_FOR_TARGET
1076 #undef HAVE_DIRECT_H
1077 #endif
1080 /* Define to 1 if you have the <dlfcn.h> header file. */
1081 #ifndef USED_FOR_TARGET
1082 #undef HAVE_DLFCN_H
1083 #endif
1086 /* Define to 1 if you have the <ext/hash_map> header file. */
1087 #ifndef USED_FOR_TARGET
1088 #undef HAVE_EXT_HASH_MAP
1089 #endif
1092 /* Define to 1 if you have the <fcntl.h> header file. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_FCNTL_H
1095 #endif
1098 /* Define to 1 if you have the `feof_unlocked' function. */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_FEOF_UNLOCKED
1101 #endif
1104 /* Define to 1 if you have the `ferror_unlocked' function. */
1105 #ifndef USED_FOR_TARGET
1106 #undef HAVE_FERROR_UNLOCKED
1107 #endif
1110 /* Define to 1 if you have the `fflush_unlocked' function. */
1111 #ifndef USED_FOR_TARGET
1112 #undef HAVE_FFLUSH_UNLOCKED
1113 #endif
1116 /* Define to 1 if you have the `fgetc_unlocked' function. */
1117 #ifndef USED_FOR_TARGET
1118 #undef HAVE_FGETC_UNLOCKED
1119 #endif
1122 /* Define to 1 if you have the `fgets_unlocked' function. */
1123 #ifndef USED_FOR_TARGET
1124 #undef HAVE_FGETS_UNLOCKED
1125 #endif
1128 /* Define to 1 if you have the `fileno_unlocked' function. */
1129 #ifndef USED_FOR_TARGET
1130 #undef HAVE_FILENO_UNLOCKED
1131 #endif
1134 /* Define to 1 if you have the `fork' function. */
1135 #ifndef USED_FOR_TARGET
1136 #undef HAVE_FORK
1137 #endif
1140 /* Define to 1 if you have the `fprintf_unlocked' function. */
1141 #ifndef USED_FOR_TARGET
1142 #undef HAVE_FPRINTF_UNLOCKED
1143 #endif
1146 /* Define to 1 if you have the `fputc_unlocked' function. */
1147 #ifndef USED_FOR_TARGET
1148 #undef HAVE_FPUTC_UNLOCKED
1149 #endif
1152 /* Define to 1 if you have the `fputs_unlocked' function. */
1153 #ifndef USED_FOR_TARGET
1154 #undef HAVE_FPUTS_UNLOCKED
1155 #endif
1158 /* Define to 1 if you have the `fread_unlocked' function. */
1159 #ifndef USED_FOR_TARGET
1160 #undef HAVE_FREAD_UNLOCKED
1161 #endif
1164 /* Define to 1 if you have the <ftw.h> header file. */
1165 #ifndef USED_FOR_TARGET
1166 #undef HAVE_FTW_H
1167 #endif
1170 /* Define to 1 if you have the `fwrite_unlocked' function. */
1171 #ifndef USED_FOR_TARGET
1172 #undef HAVE_FWRITE_UNLOCKED
1173 #endif
1176 /* Define if your assembler supports specifying the alignment of objects
1177    allocated using the GAS .comm command. */
1178 #ifndef USED_FOR_TARGET
1179 #undef HAVE_GAS_ALIGNED_COMM
1180 #endif
1183 /* Define if your assembler supports .balign and .p2align. */
1184 #ifndef USED_FOR_TARGET
1185 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1186 #endif
1189 /* Define 0/1 if your assembler supports CFI directives. */
1190 #undef HAVE_GAS_CFI_DIRECTIVE
1192 /* Define 0/1 if your assembler supports .cfi_personality. */
1193 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1195 /* Define 0/1 if your assembler supports .cfi_sections. */
1196 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1198 /* Define if your assembler supports the .loc discriminator sub-directive. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_GAS_DISCRIMINATOR
1201 #endif
1204 /* Define if your assembler supports @gnu_unique_object. */
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1207 #endif
1210 /* Define if your assembler and linker support .hidden. */
1211 #undef HAVE_GAS_HIDDEN
1213 /* Define if your assembler supports .lcomm with an alignment field. */
1214 #ifndef USED_FOR_TARGET
1215 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1216 #endif
1219 /* Define if your assembler supports .literal16. */
1220 #ifndef USED_FOR_TARGET
1221 #undef HAVE_GAS_LITERAL16
1222 #endif
1225 /* Define if your assembler supports specifying the maximum number of bytes to
1226    skip when using the GAS .p2align command. */
1227 #ifndef USED_FOR_TARGET
1228 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1229 #endif
1232 /* Define if your assembler supports the .set micromips directive */
1233 #ifndef USED_FOR_TARGET
1234 #undef HAVE_GAS_MICROMIPS
1235 #endif
1238 /* Define if your assembler supports .nsubspa comdat option. */
1239 #ifndef USED_FOR_TARGET
1240 #undef HAVE_GAS_NSUBSPA_COMDAT
1241 #endif
1244 /* Define if your assembler and linker support 32-bit section relative relocs
1245    via '.secrel32 label'. */
1246 #ifndef USED_FOR_TARGET
1247 #undef HAVE_GAS_PE_SECREL32_RELOC
1248 #endif
1251 /* Define if your assembler supports specifying the section flag e. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_GAS_SECTION_EXCLUDE
1254 #endif
1257 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1258    */
1259 #ifndef USED_FOR_TARGET
1260 #undef HAVE_GAS_SHF_MERGE
1261 #endif
1264 /* Define if your assembler supports .subsection and .subsection -1 starts
1265    emitting at the beginning of your section. */
1266 #ifndef USED_FOR_TARGET
1267 #undef HAVE_GAS_SUBSECTION_ORDERING
1268 #endif
1271 /* Define if your assembler supports .weak. */
1272 #ifndef USED_FOR_TARGET
1273 #undef HAVE_GAS_WEAK
1274 #endif
1277 /* Define if your assembler supports .weakref. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_GAS_WEAKREF
1280 #endif
1283 /* Define to 1 if you have the `getchar_unlocked' function. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_GETCHAR_UNLOCKED
1286 #endif
1289 /* Define to 1 if you have the `getc_unlocked' function. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_GETC_UNLOCKED
1292 #endif
1295 /* Define to 1 if you have the `getrlimit' function. */
1296 #ifndef USED_FOR_TARGET
1297 #undef HAVE_GETRLIMIT
1298 #endif
1301 /* Define to 1 if you have the `getrusage' function. */
1302 #ifndef USED_FOR_TARGET
1303 #undef HAVE_GETRUSAGE
1304 #endif
1307 /* Define to 1 if you have the `gettimeofday' function. */
1308 #ifndef USED_FOR_TARGET
1309 #undef HAVE_GETTIMEOFDAY
1310 #endif
1313 /* Define to 1 if using GNU as. */
1314 #ifndef USED_FOR_TARGET
1315 #undef HAVE_GNU_AS
1316 #endif
1319 /* Define if your system supports gnu indirect functions. */
1320 #ifndef USED_FOR_TARGET
1321 #undef HAVE_GNU_INDIRECT_FUNCTION
1322 #endif
1325 /* Define to 1 if using GNU ld. */
1326 #ifndef USED_FOR_TARGET
1327 #undef HAVE_GNU_LD
1328 #endif
1331 /* Define if the gold linker supports split stack and is available as a
1332    non-default */
1333 #ifndef USED_FOR_TARGET
1334 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1335 #endif
1338 /* Define if you have the iconv() function. */
1339 #ifndef USED_FOR_TARGET
1340 #undef HAVE_ICONV
1341 #endif
1344 /* Define to 1 if you have the <iconv.h> header file. */
1345 #ifndef USED_FOR_TARGET
1346 #undef HAVE_ICONV_H
1347 #endif
1350 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1351    */
1352 #ifndef USED_FOR_TARGET
1353 #undef HAVE_INITFINI_ARRAY_SUPPORT
1354 #endif
1357 /* Define to 1 if the system has the type `intmax_t'. */
1358 #ifndef USED_FOR_TARGET
1359 #undef HAVE_INTMAX_T
1360 #endif
1363 /* Define to 1 if the system has the type `intptr_t'. */
1364 #ifndef USED_FOR_TARGET
1365 #undef HAVE_INTPTR_T
1366 #endif
1369 /* Define if you have a working <inttypes.h> header file. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_INTTYPES_H
1372 #endif
1375 /* Define if isl_ctx_get_max_operations exists. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_ISL_CTX_MAX_OPERATIONS
1378 #endif
1381 /* Define if isl_options_set_schedule_serialize_sccs exists. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
1384 #endif
1387 /* Define if isl_schedule_constraints_compute_schedule exists. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
1390 #endif
1393 /* Define to 1 if you have the `kill' function. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_KILL
1396 #endif
1399 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_LANGINFO_CODESET
1402 #endif
1405 /* Define to 1 if you have the <langinfo.h> header file. */
1406 #ifndef USED_FOR_TARGET
1407 #undef HAVE_LANGINFO_H
1408 #endif
1411 /* Define if your <locale.h> file defines LC_MESSAGES. */
1412 #ifndef USED_FOR_TARGET
1413 #undef HAVE_LC_MESSAGES
1414 #endif
1417 /* Define to 1 if you have the <ldfcn.h> header file. */
1418 #ifndef USED_FOR_TARGET
1419 #undef HAVE_LDFCN_H
1420 #endif
1423 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1424    options. */
1425 #ifndef USED_FOR_TARGET
1426 #undef HAVE_LD_AS_NEEDED
1427 #endif
1430 /* Define if your linker supports -z bndplt */
1431 #ifndef USED_FOR_TARGET
1432 #undef HAVE_LD_BNDPLT_SUPPORT
1433 #endif
1436 /* Define if your linker supports --build-id. */
1437 #ifndef USED_FOR_TARGET
1438 #undef HAVE_LD_BUILDID
1439 #endif
1442 /* Define if the linker supports clearing hardware capabilities via mapfile.
1443    */
1444 #ifndef USED_FOR_TARGET
1445 #undef HAVE_LD_CLEARCAP
1446 #endif
1449 /* Define to the level of your linker's compressed debug section support. */
1450 #ifndef USED_FOR_TARGET
1451 #undef HAVE_LD_COMPRESS_DEBUG
1452 #endif
1455 /* Define if your linker supports --demangle option. */
1456 #ifndef USED_FOR_TARGET
1457 #undef HAVE_LD_DEMANGLE
1458 #endif
1461 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1462 #ifndef USED_FOR_TARGET
1463 #undef HAVE_LD_EH_FRAME_CIEV3
1464 #endif
1467 /* Define if your linker supports .eh_frame_hdr. */
1468 #undef HAVE_LD_EH_FRAME_HDR
1470 /* Define if your linker supports garbage collection of sections in presence
1471    of EH frames. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_LD_EH_GC_SECTIONS
1474 #endif
1477 /* Define if your linker has buggy garbage collection of sections support when
1478    .text.startup.foo like sections are used. */
1479 #ifndef USED_FOR_TARGET
1480 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1481 #endif
1484 /* Define if your PowerPC64 linker supports a large TOC. */
1485 #ifndef USED_FOR_TARGET
1486 #undef HAVE_LD_LARGE_TOC
1487 #endif
1490 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1491 #ifndef USED_FOR_TARGET
1492 #undef HAVE_LD_NO_DOT_SYMS
1493 #endif
1496 /* Define if your linker can relax absolute .eh_frame personality pointers
1497    into PC-relative form. */
1498 #ifndef USED_FOR_TARGET
1499 #undef HAVE_LD_PERSONALITY_RELAXATION
1500 #endif
1503 /* Define if your linker supports PIE option. */
1504 #ifndef USED_FOR_TARGET
1505 #undef HAVE_LD_PIE
1506 #endif
1509 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1510 #ifndef USED_FOR_TARGET
1511 #undef HAVE_LD_PIE_COPYRELOC
1512 #endif
1515 /* Define if your linker links a mix of read-only and read-write sections into
1516    a read-write section. */
1517 #ifndef USED_FOR_TARGET
1518 #undef HAVE_LD_RO_RW_SECTION_MIXING
1519 #endif
1522 /* Define if your linker supports the *_sol2 emulations. */
1523 #ifndef USED_FOR_TARGET
1524 #undef HAVE_LD_SOL2_EMULATION
1525 #endif
1528 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1529 #ifndef USED_FOR_TARGET
1530 #undef HAVE_LD_STATIC_DYNAMIC
1531 #endif
1534 /* Define if your linker supports --sysroot. */
1535 #ifndef USED_FOR_TARGET
1536 #undef HAVE_LD_SYSROOT
1537 #endif
1540 /* Define to 1 if you have the <limits.h> header file. */
1541 #ifndef USED_FOR_TARGET
1542 #undef HAVE_LIMITS_H
1543 #endif
1546 /* Define to 1 if you have the <locale.h> header file. */
1547 #ifndef USED_FOR_TARGET
1548 #undef HAVE_LOCALE_H
1549 #endif
1552 /* Define to 1 if the system has the type `long long'. */
1553 #ifndef USED_FOR_TARGET
1554 #undef HAVE_LONG_LONG
1555 #endif
1558 /* Define to 1 if the system has the type `long long int'. */
1559 #ifndef USED_FOR_TARGET
1560 #undef HAVE_LONG_LONG_INT
1561 #endif
1564 /* Define to the level of your linker's plugin support. */
1565 #ifndef USED_FOR_TARGET
1566 #undef HAVE_LTO_PLUGIN
1567 #endif
1570 /* Define to 1 if you have the `madvise' function. */
1571 #ifndef USED_FOR_TARGET
1572 #undef HAVE_MADVISE
1573 #endif
1576 /* Define to 1 if you have the <malloc.h> header file. */
1577 #ifndef USED_FOR_TARGET
1578 #undef HAVE_MALLOC_H
1579 #endif
1582 /* Define to 1 if you have the `mbstowcs' function. */
1583 #ifndef USED_FOR_TARGET
1584 #undef HAVE_MBSTOWCS
1585 #endif
1588 /* Define if valgrind's memcheck.h header is installed. */
1589 #ifndef USED_FOR_TARGET
1590 #undef HAVE_MEMCHECK_H
1591 #endif
1594 /* Define to 1 if you have the <memory.h> header file. */
1595 #ifndef USED_FOR_TARGET
1596 #undef HAVE_MEMORY_H
1597 #endif
1600 /* Define to 1 if you have the `mmap' function. */
1601 #ifndef USED_FOR_TARGET
1602 #undef HAVE_MMAP
1603 #endif
1606 /* Define if mmap with MAP_ANON(YMOUS) works. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_MMAP_ANON
1609 #endif
1612 /* Define if mmap of /dev/zero works. */
1613 #ifndef USED_FOR_TARGET
1614 #undef HAVE_MMAP_DEV_ZERO
1615 #endif
1618 /* Define if read-only mmap of a plain file works. */
1619 #ifndef USED_FOR_TARGET
1620 #undef HAVE_MMAP_FILE
1621 #endif
1624 /* Define to 1 if you have the `nl_langinfo' function. */
1625 #ifndef USED_FOR_TARGET
1626 #undef HAVE_NL_LANGINFO
1627 #endif
1630 /* Define to 1 if you have the `popen' function. */
1631 #ifndef USED_FOR_TARGET
1632 #undef HAVE_POPEN
1633 #endif
1636 /* Define to 1 if you have the `putchar_unlocked' function. */
1637 #ifndef USED_FOR_TARGET
1638 #undef HAVE_PUTCHAR_UNLOCKED
1639 #endif
1642 /* Define to 1 if you have the `putc_unlocked' function. */
1643 #ifndef USED_FOR_TARGET
1644 #undef HAVE_PUTC_UNLOCKED
1645 #endif
1648 /* Define to 1 if you have the `setlocale' function. */
1649 #ifndef USED_FOR_TARGET
1650 #undef HAVE_SETLOCALE
1651 #endif
1654 /* Define to 1 if you have the `setrlimit' function. */
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_SETRLIMIT
1657 #endif
1660 /* Define if the system-provided CRTs are present on Solaris. */
1661 #ifndef USED_FOR_TARGET
1662 #undef HAVE_SOLARIS_CRTS
1663 #endif
1666 /* Define to 1 if you have the <stddef.h> header file. */
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_STDDEF_H
1669 #endif
1672 /* Define to 1 if you have the <stdint.h> header file. */
1673 #ifndef USED_FOR_TARGET
1674 #undef HAVE_STDINT_H
1675 #endif
1678 /* Define to 1 if you have the <stdlib.h> header file. */
1679 #ifndef USED_FOR_TARGET
1680 #undef HAVE_STDLIB_H
1681 #endif
1684 /* Define to 1 if you have the <strings.h> header file. */
1685 #ifndef USED_FOR_TARGET
1686 #undef HAVE_STRINGS_H
1687 #endif
1690 /* Define to 1 if you have the <string.h> header file. */
1691 #ifndef USED_FOR_TARGET
1692 #undef HAVE_STRING_H
1693 #endif
1696 /* Define to 1 if you have the `strsignal' function. */
1697 #ifndef USED_FOR_TARGET
1698 #undef HAVE_STRSIGNAL
1699 #endif
1702 /* Define if <sys/times.h> defines struct tms. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_STRUCT_TMS
1705 #endif
1708 /* Define to 1 if you have the `sysconf' function. */
1709 #ifndef USED_FOR_TARGET
1710 #undef HAVE_SYSCONF
1711 #endif
1714 /* Define to 1 if you have the <sys/file.h> header file. */
1715 #ifndef USED_FOR_TARGET
1716 #undef HAVE_SYS_FILE_H
1717 #endif
1720 /* Define to 1 if you have the <sys/mman.h> header file. */
1721 #ifndef USED_FOR_TARGET
1722 #undef HAVE_SYS_MMAN_H
1723 #endif
1726 /* Define to 1 if you have the <sys/param.h> header file. */
1727 #ifndef USED_FOR_TARGET
1728 #undef HAVE_SYS_PARAM_H
1729 #endif
1732 /* Define to 1 if you have the <sys/resource.h> header file. */
1733 #ifndef USED_FOR_TARGET
1734 #undef HAVE_SYS_RESOURCE_H
1735 #endif
1738 /* Define if your target C library provides sys/sdt.h */
1739 #undef HAVE_SYS_SDT_H
1741 /* Define to 1 if you have the <sys/stat.h> header file. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_SYS_STAT_H
1744 #endif
1747 /* Define to 1 if you have the <sys/times.h> header file. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_SYS_TIMES_H
1750 #endif
1753 /* Define to 1 if you have the <sys/time.h> header file. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_SYS_TIME_H
1756 #endif
1759 /* Define to 1 if you have the <sys/types.h> header file. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_SYS_TYPES_H
1762 #endif
1765 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_SYS_WAIT_H
1768 #endif
1771 /* Define to 1 if you have the `times' function. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_TIMES
1774 #endif
1777 /* Define to 1 if you have the <time.h> header file. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_TIME_H
1780 #endif
1783 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_TR1_UNORDERED_MAP
1786 #endif
1789 /* Define to 1 if the system has the type `uintmax_t'. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_UINTMAX_T
1792 #endif
1795 /* Define to 1 if the system has the type `uintptr_t'. */
1796 #ifndef USED_FOR_TARGET
1797 #undef HAVE_UINTPTR_T
1798 #endif
1801 /* Define to 1 if you have the <unistd.h> header file. */
1802 #ifndef USED_FOR_TARGET
1803 #undef HAVE_UNISTD_H
1804 #endif
1807 /* Define to 1 if you have the <unordered_map> header file. */
1808 #ifndef USED_FOR_TARGET
1809 #undef HAVE_UNORDERED_MAP
1810 #endif
1813 /* Define to 1 if the system has the type `unsigned long long int'. */
1814 #ifndef USED_FOR_TARGET
1815 #undef HAVE_UNSIGNED_LONG_LONG_INT
1816 #endif
1819 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1820 #ifndef USED_FOR_TARGET
1821 #undef HAVE_VALGRIND_MEMCHECK_H
1822 #endif
1825 /* Define to 1 if you have the `vfork' function. */
1826 #ifndef USED_FOR_TARGET
1827 #undef HAVE_VFORK
1828 #endif
1831 /* Define to 1 if you have the <vfork.h> header file. */
1832 #ifndef USED_FOR_TARGET
1833 #undef HAVE_VFORK_H
1834 #endif
1837 /* Define to 1 if you have the <wchar.h> header file. */
1838 #ifndef USED_FOR_TARGET
1839 #undef HAVE_WCHAR_H
1840 #endif
1843 /* Define to 1 if you have the `wcswidth' function. */
1844 #ifndef USED_FOR_TARGET
1845 #undef HAVE_WCSWIDTH
1846 #endif
1849 /* Define to 1 if `fork' works. */
1850 #ifndef USED_FOR_TARGET
1851 #undef HAVE_WORKING_FORK
1852 #endif
1855 /* Define this macro if mbstowcs does not crash when its first argument is
1856    NULL. */
1857 #ifndef USED_FOR_TARGET
1858 #undef HAVE_WORKING_MBSTOWCS
1859 #endif
1862 /* Define to 1 if `vfork' works. */
1863 #ifndef USED_FOR_TARGET
1864 #undef HAVE_WORKING_VFORK
1865 #endif
1868 /* Define if your assembler supports .dwsect 0xB0000 */
1869 #ifndef USED_FOR_TARGET
1870 #undef HAVE_XCOFF_DWARF_EXTRAS
1871 #endif
1874 /* Define if isl is in use. */
1875 #ifndef USED_FOR_TARGET
1876 #undef HAVE_isl
1877 #endif
1880 /* Define if F_SETLKW supported by fcntl. */
1881 #ifndef USED_FOR_TARGET
1882 #undef HOST_HAS_F_SETLKW
1883 #endif
1886 /* Define as const if the declaration of iconv() needs const. */
1887 #ifndef USED_FOR_TARGET
1888 #undef ICONV_CONST
1889 #endif
1892 /* Define if int64_t uses long as underlying type. */
1893 #ifndef USED_FOR_TARGET
1894 #undef INT64_T_IS_LONG
1895 #endif
1898 /* Define to the linker option to ignore unused dependencies. */
1899 #ifndef USED_FOR_TARGET
1900 #undef LD_AS_NEEDED_OPTION
1901 #endif
1904 /* Define to the linker option to enable compressed debug sections. */
1905 #ifndef USED_FOR_TARGET
1906 #undef LD_COMPRESS_DEBUG_OPTION
1907 #endif
1910 /* Define to the linker option to enable use of shared objects. */
1911 #ifndef USED_FOR_TARGET
1912 #undef LD_DYNAMIC_OPTION
1913 #endif
1916 /* Define to the linker option to keep unused dependencies. */
1917 #ifndef USED_FOR_TARGET
1918 #undef LD_NO_AS_NEEDED_OPTION
1919 #endif
1922 /* Define to the linker option to disable use of shared objects. */
1923 #ifndef USED_FOR_TARGET
1924 #undef LD_STATIC_OPTION
1925 #endif
1928 /* The linker hash style */
1929 #ifndef USED_FOR_TARGET
1930 #undef LINKER_HASH_STYLE
1931 #endif
1934 /* Define to the name of the LTO plugin DSO that must be passed to the
1935    linker's -plugin=LIB option. */
1936 #ifndef USED_FOR_TARGET
1937 #undef LTOPLUGINSONAME
1938 #endif
1941 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1942    */
1943 #ifndef USED_FOR_TARGET
1944 #undef LT_OBJDIR
1945 #endif
1948 /* Define if host mkdir takes a single argument. */
1949 #ifndef USED_FOR_TARGET
1950 #undef MKDIR_TAKES_ONE_ARG
1951 #endif
1954 /* Define to offload targets, separated by commas. */
1955 #ifndef USED_FOR_TARGET
1956 #undef OFFLOAD_TARGETS
1957 #endif
1960 /* Define to the address where bug reports for this package should be sent. */
1961 #ifndef USED_FOR_TARGET
1962 #undef PACKAGE_BUGREPORT
1963 #endif
1966 /* Define to the full name of this package. */
1967 #ifndef USED_FOR_TARGET
1968 #undef PACKAGE_NAME
1969 #endif
1972 /* Define to the full name and version of this package. */
1973 #ifndef USED_FOR_TARGET
1974 #undef PACKAGE_STRING
1975 #endif
1978 /* Define to the one symbol short name of this package. */
1979 #ifndef USED_FOR_TARGET
1980 #undef PACKAGE_TARNAME
1981 #endif
1984 /* Define to the home page for this package. */
1985 #ifndef USED_FOR_TARGET
1986 #undef PACKAGE_URL
1987 #endif
1990 /* Define to the version of this package. */
1991 #ifndef USED_FOR_TARGET
1992 #undef PACKAGE_VERSION
1993 #endif
1996 /* Specify plugin linker */
1997 #ifndef USED_FOR_TARGET
1998 #undef PLUGIN_LD_SUFFIX
1999 #endif
2002 /* Define to .TOC. alignment forced by your linker. */
2003 #ifndef USED_FOR_TARGET
2004 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2005 #endif
2008 /* Define to PREFIX/include if cpp should also search that directory. */
2009 #ifndef USED_FOR_TARGET
2010 #undef PREFIX_INCLUDE_DIR
2011 #endif
2014 /* The size of `int', as computed by sizeof. */
2015 #ifndef USED_FOR_TARGET
2016 #undef SIZEOF_INT
2017 #endif
2020 /* The size of `long', as computed by sizeof. */
2021 #ifndef USED_FOR_TARGET
2022 #undef SIZEOF_LONG
2023 #endif
2026 /* The size of `long long', as computed by sizeof. */
2027 #ifndef USED_FOR_TARGET
2028 #undef SIZEOF_LONG_LONG
2029 #endif
2032 /* The size of `short', as computed by sizeof. */
2033 #ifndef USED_FOR_TARGET
2034 #undef SIZEOF_SHORT
2035 #endif
2038 /* The size of `void *', as computed by sizeof. */
2039 #ifndef USED_FOR_TARGET
2040 #undef SIZEOF_VOID_P
2041 #endif
2044 /* Define to 1 if you have the ANSI C header files. */
2045 #ifndef USED_FOR_TARGET
2046 #undef STDC_HEADERS
2047 #endif
2050 /* Define if you can safely include both <string.h> and <strings.h>. */
2051 #ifndef USED_FOR_TARGET
2052 #undef STRING_WITH_STRINGS
2053 #endif
2056 /* Define if TFmode long double should be the default */
2057 #ifndef USED_FOR_TARGET
2058 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2059 #endif
2062 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2063 #undef TARGET_DL_ITERATE_PHDR
2065 /* GNU C Library major version number used on the target, or 0. */
2066 #ifndef USED_FOR_TARGET
2067 #undef TARGET_GLIBC_MAJOR
2068 #endif
2071 /* GNU C Library minor version number used on the target, or 0. */
2072 #ifndef USED_FOR_TARGET
2073 #undef TARGET_GLIBC_MINOR
2074 #endif
2077 /* Define if your target C library provides stack protector support */
2078 #ifndef USED_FOR_TARGET
2079 #undef TARGET_LIBC_PROVIDES_SSP
2080 #endif
2083 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2084 #ifndef USED_FOR_TARGET
2085 #undef TIME_WITH_SYS_TIME
2086 #endif
2089 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2090    work. */
2091 #ifndef USED_FOR_TARGET
2092 #undef TLS_SECTION_ASM_FLAG
2093 #endif
2096 /* Define if your assembler mis-optimizes .eh_frame data. */
2097 #ifndef USED_FOR_TARGET
2098 #undef USE_AS_TRADITIONAL_FORMAT
2099 #endif
2102 /* Define if you want to generate code by default that assumes that the Cygwin
2103    DLL exports wrappers to support libstdc++ function replacement. */
2104 #ifndef USED_FOR_TARGET
2105 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2106 #endif
2109 /* Define to 1 if the 'long long' type is wider than 'long' but still
2110    efficiently supported by the host hardware. */
2111 #ifndef USED_FOR_TARGET
2112 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2113 #endif
2116 /* Define if we should use leading underscore on 64 bit mingw targets */
2117 #ifndef USED_FOR_TARGET
2118 #undef USE_MINGW64_LEADING_UNDERSCORES
2119 #endif
2122 /* Enable extensions on AIX 3, Interix.  */
2123 #ifndef _ALL_SOURCE
2124 # undef _ALL_SOURCE
2125 #endif
2126 /* Enable GNU extensions on systems that have them.  */
2127 #ifndef _GNU_SOURCE
2128 # undef _GNU_SOURCE
2129 #endif
2130 /* Enable threading extensions on Solaris.  */
2131 #ifndef _POSIX_PTHREAD_SEMANTICS
2132 # undef _POSIX_PTHREAD_SEMANTICS
2133 #endif
2134 /* Enable extensions on HP NonStop.  */
2135 #ifndef _TANDEM_SOURCE
2136 # undef _TANDEM_SOURCE
2137 #endif
2138 /* Enable general extensions on Solaris.  */
2139 #ifndef __EXTENSIONS__
2140 # undef __EXTENSIONS__
2141 #endif
2144 /* Define to be the last component of the Windows registry key under which to
2145    look for installation paths. The full key used will be
2146    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2147    The default is the GCC version number. */
2148 #ifndef USED_FOR_TARGET
2149 #undef WIN32_REGISTRY_KEY
2150 #endif
2153 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2154    significant byte first (like Motorola and SPARC, unlike Intel). */
2155 #if defined AC_APPLE_UNIVERSAL_BUILD
2156 # if defined __BIG_ENDIAN__
2157 #  define WORDS_BIGENDIAN 1
2158 # endif
2159 #else
2160 # ifndef WORDS_BIGENDIAN
2161 #  undef WORDS_BIGENDIAN
2162 # endif
2163 #endif
2165 /* Number of bits in a file offset, on hosts where this is settable. */
2166 #ifndef USED_FOR_TARGET
2167 #undef _FILE_OFFSET_BITS
2168 #endif
2171 /* Define for large files, on AIX-style hosts. */
2172 #ifndef USED_FOR_TARGET
2173 #undef _LARGE_FILES
2174 #endif
2177 /* Define to 1 if on MINIX. */
2178 #ifndef USED_FOR_TARGET
2179 #undef _MINIX
2180 #endif
2183 /* Define to 2 if the system does not provide POSIX.1 features except with
2184    this defined. */
2185 #ifndef USED_FOR_TARGET
2186 #undef _POSIX_1_SOURCE
2187 #endif
2190 /* Define to 1 if you need to in order for `stat' and other things to work. */
2191 #ifndef USED_FOR_TARGET
2192 #undef _POSIX_SOURCE
2193 #endif
2196 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2197    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2198    #define below would cause a syntax error. */
2199 #ifndef USED_FOR_TARGET
2200 #undef _UINT32_T
2201 #endif
2204 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2205    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2206    #define below would cause a syntax error. */
2207 #ifndef USED_FOR_TARGET
2208 #undef _UINT64_T
2209 #endif
2212 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2213    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2214    #define below would cause a syntax error. */
2215 #ifndef USED_FOR_TARGET
2216 #undef _UINT8_T
2217 #endif
2220 /* Define to `char *' if <sys/types.h> does not define. */
2221 #ifndef USED_FOR_TARGET
2222 #undef caddr_t
2223 #endif
2226 /* Define to `__inline__' or `__inline' if that's what the C compiler
2227    calls it, or to nothing if 'inline' is not supported under any name.  */
2228 #ifndef __cplusplus
2229 #undef inline
2230 #endif
2232 /* Define to the type of a signed integer type of width exactly 16 bits if
2233    such a type exists and the standard includes do not define it. */
2234 #ifndef USED_FOR_TARGET
2235 #undef int16_t
2236 #endif
2239 /* Define to the type of a signed integer type of width exactly 32 bits if
2240    such a type exists and the standard includes do not define it. */
2241 #ifndef USED_FOR_TARGET
2242 #undef int32_t
2243 #endif
2246 /* Define to the type of a signed integer type of width exactly 64 bits if
2247    such a type exists and the standard includes do not define it. */
2248 #ifndef USED_FOR_TARGET
2249 #undef int64_t
2250 #endif
2253 /* Define to the type of a signed integer type of width exactly 8 bits if such
2254    a type exists and the standard includes do not define it. */
2255 #ifndef USED_FOR_TARGET
2256 #undef int8_t
2257 #endif
2260 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2261    not define. */
2262 #ifndef USED_FOR_TARGET
2263 #undef intmax_t
2264 #endif
2267 /* Define to the type of a signed integer type wide enough to hold a pointer,
2268    if such a type exists, and if the system does not define it. */
2269 #ifndef USED_FOR_TARGET
2270 #undef intptr_t
2271 #endif
2274 /* Define to `int' if <sys/types.h> does not define. */
2275 #ifndef USED_FOR_TARGET
2276 #undef pid_t
2277 #endif
2280 /* Define to `long' if <sys/resource.h> doesn't define. */
2281 #ifndef USED_FOR_TARGET
2282 #undef rlim_t
2283 #endif
2286 /* Define to `int' if <sys/types.h> does not define. */
2287 #ifndef USED_FOR_TARGET
2288 #undef ssize_t
2289 #endif
2292 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2293    such a type exists and the standard includes do not define it. */
2294 #ifndef USED_FOR_TARGET
2295 #undef uint16_t
2296 #endif
2299 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2300    such a type exists and the standard includes do not define it. */
2301 #ifndef USED_FOR_TARGET
2302 #undef uint32_t
2303 #endif
2306 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2307    such a type exists and the standard includes do not define it. */
2308 #ifndef USED_FOR_TARGET
2309 #undef uint64_t
2310 #endif
2313 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2314    such a type exists and the standard includes do not define it. */
2315 #ifndef USED_FOR_TARGET
2316 #undef uint8_t
2317 #endif
2320 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2321    do not define. */
2322 #ifndef USED_FOR_TARGET
2323 #undef uintmax_t
2324 #endif
2327 /* Define to the type of an unsigned integer type wide enough to hold a
2328    pointer, if such a type exists, and if the system does not define it. */
2329 #ifndef USED_FOR_TARGET
2330 #undef uintptr_t
2331 #endif
2334 /* Define as `fork' if `vfork' does not work. */
2335 #ifndef USED_FOR_TARGET
2336 #undef vfork
2337 #endif