Add qdf24xx base tuning support.
[official-gcc.git] / gcc / config.in
blobfc3321cb1466433c02971768e847f4f85e7d4e34
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. Define to 2 if you want
35    also extra run-time checking that might affect code generation. */
36 #ifndef USED_FOR_TARGET
37 #undef CHECKING_P
38 #endif
41 /* Define 0/1 to force the choice for exception handling model. */
42 #ifndef USED_FOR_TARGET
43 #undef CONFIG_SJLJ_EXCEPTIONS
44 #endif
47 /* Define to enable the use of a default assembler. */
48 #ifndef USED_FOR_TARGET
49 #undef DEFAULT_ASSEMBLER
50 #endif
53 /* Define to enable the use of a default linker. */
54 #ifndef USED_FOR_TARGET
55 #undef DEFAULT_LINKER
56 #endif
59 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
60    destructors for local statics and global objects. This is essential for
61    fully standards-compliant handling of destructors, but requires
62    __cxa_atexit in libc. */
63 #ifndef USED_FOR_TARGET
64 #undef DEFAULT_USE_CXA_ATEXIT
65 #endif
68 /* The default for -fdiagnostics-color option */
69 #ifndef USED_FOR_TARGET
70 #undef DIAGNOSTICS_COLOR_DEFAULT
71 #endif
74 /* Define if you want assertions enabled. This is a cheap check. */
75 #ifndef USED_FOR_TARGET
76 #undef ENABLE_ASSERT_CHECKING
77 #endif
80 /* Define to 1 to specify that we are using the BID decimal floating point
81    format instead of DPD */
82 #ifndef USED_FOR_TARGET
83 #undef ENABLE_DECIMAL_BID_FORMAT
84 #endif
87 /* Define to 1 to enable decimal float extension to C. */
88 #ifndef USED_FOR_TARGET
89 #undef ENABLE_DECIMAL_FLOAT
90 #endif
93 /* Define if your target supports default PIE and it is enabled. */
94 #ifndef USED_FOR_TARGET
95 #undef ENABLE_DEFAULT_PIE
96 #endif
99 /* Define if your target supports default stack protector and it is enabled.
100    */
101 #ifndef USED_FOR_TARGET
102 #undef ENABLE_DEFAULT_SSP
103 #endif
106 /* Define if you want more run-time sanity checks for dataflow. */
107 #ifndef USED_FOR_TARGET
108 #undef ENABLE_DF_CHECKING
109 #endif
112 /* Define to 1 to enable fixed-point arithmetic extension to C. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_FIXED_POINT
115 #endif
118 /* Define if you want fold checked that it never destructs its argument. This
119    is quite expensive. */
120 #ifndef USED_FOR_TARGET
121 #undef ENABLE_FOLD_CHECKING
122 #endif
125 /* Define if you want the garbage collector to operate in maximally paranoid
126    mode, validating the entire heap and collecting garbage at every
127    opportunity. This is extremely expensive. */
128 #ifndef USED_FOR_TARGET
129 #undef ENABLE_GC_ALWAYS_COLLECT
130 #endif
133 /* Define if you want the garbage collector to do object poisoning and other
134    memory allocation checks. This is quite expensive. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_GC_CHECKING
137 #endif
140 /* Define if you want operations on GIMPLE (the basic data structure of the
141    high-level optimizers) to be checked for dynamic type safety at runtime.
142    This is moderately expensive. */
143 #ifndef USED_FOR_TARGET
144 #undef ENABLE_GIMPLE_CHECKING
145 #endif
148 /* Define this to enable support for generating HSAIL. */
149 #ifndef USED_FOR_TARGET
150 #undef ENABLE_HSA
151 #endif
154 /* Define if gcc should always pass --build-id to linker. */
155 #ifndef USED_FOR_TARGET
156 #undef ENABLE_LD_BUILDID
157 #endif
160 /* Define to 1 to enable libquadmath support */
161 #ifndef USED_FOR_TARGET
162 #undef ENABLE_LIBQUADMATH_SUPPORT
163 #endif
166 /* Define to enable LTO support. */
167 #ifndef USED_FOR_TARGET
168 #undef ENABLE_LTO
169 #endif
172 /* Define to 1 if translation of program messages to the user's native
173    language is requested. */
174 #ifndef USED_FOR_TARGET
175 #undef ENABLE_NLS
176 #endif
179 /* Define this to enable support for offloading. */
180 #ifndef USED_FOR_TARGET
181 #undef ENABLE_OFFLOADING
182 #endif
185 /* Define to enable plugin support. */
186 #ifndef USED_FOR_TARGET
187 #undef ENABLE_PLUGIN
188 #endif
191 /* Define if you want all operations on RTL (the basic data structure of the
192    optimizer and back end) to be checked for dynamic type safety at runtime.
193    This is quite expensive. */
194 #ifndef USED_FOR_TARGET
195 #undef ENABLE_RTL_CHECKING
196 #endif
199 /* Define if you want RTL flag accesses to be checked against the RTL codes
200    that are supported for each access macro. This is relatively cheap. */
201 #ifndef USED_FOR_TARGET
202 #undef ENABLE_RTL_FLAG_CHECKING
203 #endif
206 /* Define if you want runtime assertions enabled. This is a cheap check. */
207 #undef ENABLE_RUNTIME_CHECKING
209 /* Define if you want all operations on trees (the basic data structure of the
210    front ends) to be checked for dynamic type safety at runtime. This is
211    moderately expensive. */
212 #ifndef USED_FOR_TARGET
213 #undef ENABLE_TREE_CHECKING
214 #endif
217 /* Define if you want all gimple types to be verified after gimplifiation.
218    This is cheap. */
219 #ifndef USED_FOR_TARGET
220 #undef ENABLE_TYPES_CHECKING
221 #endif
224 /* Define to get calls to the valgrind runtime enabled. */
225 #ifndef USED_FOR_TARGET
226 #undef ENABLE_VALGRIND_ANNOTATIONS
227 #endif
230 /* Define if you want to run subprograms and generated programs through
231    valgrind (a memory checker). This is extremely expensive. */
232 #ifndef USED_FOR_TARGET
233 #undef ENABLE_VALGRIND_CHECKING
234 #endif
237 /* Define 0/1 if vtable verification feature is enabled. */
238 #ifndef USED_FOR_TARGET
239 #undef ENABLE_VTABLE_VERIFY
240 #endif
243 /* Define to 1 if installation paths should be looked up in the Windows
244    Registry. Ignored on non-Windows hosts. */
245 #ifndef USED_FOR_TARGET
246 #undef ENABLE_WIN32_REGISTRY
247 #endif
250 /* Define to the name of a file containing a list of extra machine modes for
251    this architecture. */
252 #ifndef USED_FOR_TARGET
253 #undef EXTRA_MODES_FILE
254 #endif
257 /* Define to enable detailed memory allocation stats gathering. */
258 #ifndef USED_FOR_TARGET
259 #undef GATHER_STATISTICS
260 #endif
263 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
264 #ifndef USED_FOR_TARGET
265 #undef GWINSZ_IN_SYS_IOCTL
266 #endif
269 /* mcontext_t fields start with __ */
270 #ifndef USED_FOR_TARGET
271 #undef HAS_MCONTEXT_T_UNDERSCORES
272 #endif
275 /* Define if your assembler supports architecture modifiers. */
276 #ifndef USED_FOR_TARGET
277 #undef HAVE_AS_ARCHITECTURE_MODIFIERS
278 #endif
281 /* Define if your avr assembler supports --mlink-relax option. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_AVR_MLINK_RELAX_OPTION
284 #endif
287 /* Define if your avr assembler supports -mrmw option. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_AVR_MRMW_OPTION
290 #endif
293 /* Define if your assembler supports cmpb. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_CMPB
296 #endif
299 /* Define to the level of your assembler's compressed debug section support.
300    */
301 #ifndef USED_FOR_TARGET
302 #undef HAVE_AS_COMPRESS_DEBUG
303 #endif
306 /* Define if your assembler supports the DCI/ICI instructions. */
307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_DCI
309 #endif
312 /* Define if your assembler supports the --debug-prefix-map option. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_DEBUG_PREFIX_MAP
315 #endif
318 /* Define if your assembler supports DFP instructions. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_DFP
321 #endif
324 /* Define if your assembler supports .module. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_DOT_MODULE
327 #endif
330 /* Define if your assembler supports DSPR1 mult. */
331 #ifndef USED_FOR_TARGET
332 #undef HAVE_AS_DSPR1_MULT
333 #endif
336 /* Define if your assembler supports .dtprelword. */
337 #ifndef USED_FOR_TARGET
338 #undef HAVE_AS_DTPRELWORD
339 #endif
342 /* Define if your assembler supports dwarf2 .file/.loc directives, and
343    preserves file table indices exactly as given. */
344 #ifndef USED_FOR_TARGET
345 #undef HAVE_AS_DWARF2_DEBUG_LINE
346 #endif
349 /* Define if your assembler supports the R_PPC64_ENTRY relocation. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_ENTRY_MARKERS
352 #endif
355 /* Define if your assembler supports explicit relocations. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_EXPLICIT_RELOCS
358 #endif
361 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_FMAF_HPC_VIS3
364 #endif
367 /* Define if your assembler supports fprnd. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_FPRND
370 #endif
373 /* Define if your assembler supports the --gdwarf2 option. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
376 #endif
379 /* Define if your assembler supports .gnu_attribute. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_GNU_ATTRIBUTE
382 #endif
385 /* Define true if the assembler supports '.long foo@GOTOFF'. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_GOTOFF_IN_DATA
388 #endif
391 /* Define if your assembler supports the --gstabs option. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_GSTABS_DEBUG_FLAG
394 #endif
397 /* Define if your assembler supports the Sun syntax for cmov. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
400 #endif
403 /* Define if your assembler supports the subtraction of symbols in different
404    sections. */
405 #ifndef USED_FOR_TARGET
406 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
407 #endif
410 /* Define if your assembler supports the ffreep mnemonic. */
411 #ifndef USED_FOR_TARGET
412 #undef HAVE_AS_IX86_FFREEP
413 #endif
416 /* Define if your assembler uses fildq and fistq mnemonics. */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_AS_IX86_FILDQ
419 #endif
422 /* Define if your assembler uses filds and fists mnemonics. */
423 #ifndef USED_FOR_TARGET
424 #undef HAVE_AS_IX86_FILDS
425 #endif
428 /* Define 0/1 if your assembler and linker support @GOT. */
429 #ifndef USED_FOR_TARGET
430 #undef HAVE_AS_IX86_GOT32X
431 #endif
434 /* Define if your assembler supports HLE prefixes. */
435 #ifndef USED_FOR_TARGET
436 #undef HAVE_AS_IX86_HLE
437 #endif
440 /* Define if your assembler supports interunit movq mnemonic. */
441 #ifndef USED_FOR_TARGET
442 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
443 #endif
446 /* Define if your assembler supports the .quad directive. */
447 #ifndef USED_FOR_TARGET
448 #undef HAVE_AS_IX86_QUAD
449 #endif
452 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
453 #ifndef USED_FOR_TARGET
454 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
455 #endif
458 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
459 #ifndef USED_FOR_TARGET
460 #undef HAVE_AS_IX86_SAHF
461 #endif
464 /* Define if your assembler supports the swap suffix. */
465 #ifndef USED_FOR_TARGET
466 #undef HAVE_AS_IX86_SWAP
467 #endif
470 /* Define if your assembler and linker support @tlsgdplt. */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_AS_IX86_TLSGDPLT
473 #endif
476 /* Define to 1 if your assembler and linker support @tlsldm. */
477 #ifndef USED_FOR_TARGET
478 #undef HAVE_AS_IX86_TLSLDM
479 #endif
482 /* Define to 1 if your assembler and linker support @tlsldmplt. */
483 #ifndef USED_FOR_TARGET
484 #undef HAVE_AS_IX86_TLSLDMPLT
485 #endif
488 /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via
489    GOT. */
490 #ifndef USED_FOR_TARGET
491 #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT
492 #endif
495 /* Define if your assembler supports the 'ud2' mnemonic. */
496 #ifndef USED_FOR_TARGET
497 #undef HAVE_AS_IX86_UD2
498 #endif
501 /* Define if your assembler supports the lituse_jsrdirect relocation. */
502 #ifndef USED_FOR_TARGET
503 #undef HAVE_AS_JSRDIRECT_RELOCS
504 #endif
507 /* Define if your assembler supports .sleb128 and .uleb128. */
508 #ifndef USED_FOR_TARGET
509 #undef HAVE_AS_LEB128
510 #endif
513 /* Define if your assembler supports LEON instructions. */
514 #ifndef USED_FOR_TARGET
515 #undef HAVE_AS_LEON
516 #endif
519 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_AS_LINE_ZERO
522 #endif
525 /* Define if your assembler supports ltoffx and ldxmov relocations. */
526 #ifndef USED_FOR_TARGET
527 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
528 #endif
531 /* Define if your assembler supports LWSYNC instructions. */
532 #ifndef USED_FOR_TARGET
533 #undef HAVE_AS_LWSYNC
534 #endif
537 /* Define if your assembler supports the -mabi option. */
538 #ifndef USED_FOR_TARGET
539 #undef HAVE_AS_MABI_OPTION
540 #endif
543 /* Define if your assembler supports .machine and .machinemode. */
544 #ifndef USED_FOR_TARGET
545 #undef HAVE_AS_MACHINE_MACHINEMODE
546 #endif
549 /* Define if your assembler supports mfcr field. */
550 #ifndef USED_FOR_TARGET
551 #undef HAVE_AS_MFCRF
552 #endif
555 /* Define if your assembler supports mffgpr and mftgpr. */
556 #ifndef USED_FOR_TARGET
557 #undef HAVE_AS_MFPGPR
558 #endif
561 /* Define if the assembler understands -mnan=. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_AS_NAN
564 #endif
567 /* Define if your assembler supports the -no-mul-bug-abort option. */
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
570 #endif
573 /* Define if the assembler understands -mno-shared. */
574 #ifndef USED_FOR_TARGET
575 #undef HAVE_AS_NO_SHARED
576 #endif
579 /* Define if your assembler supports offsetable %lo(). */
580 #ifndef USED_FOR_TARGET
581 #undef HAVE_AS_OFFSETABLE_LO10
582 #endif
585 /* Define if your assembler supports popcntb field. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_AS_POPCNTB
588 #endif
591 /* Define if your assembler supports POPCNTD instructions. */
592 #ifndef USED_FOR_TARGET
593 #undef HAVE_AS_POPCNTD
594 #endif
597 /* Define if your assembler supports POWER8 instructions. */
598 #ifndef USED_FOR_TARGET
599 #undef HAVE_AS_POWER8
600 #endif
603 /* Define if your assembler supports POWER9 instructions. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_AS_POWER9
606 #endif
609 /* Define if your assembler supports .ref */
610 #ifndef USED_FOR_TARGET
611 #undef HAVE_AS_REF
612 #endif
615 /* Define if your assembler supports .register. */
616 #ifndef USED_FOR_TARGET
617 #undef HAVE_AS_REGISTER_PSEUDO_OP
618 #endif
621 /* Define if your assembler supports R_PPC_REL16 relocs. */
622 #ifndef USED_FOR_TARGET
623 #undef HAVE_AS_REL16
624 #endif
627 /* Define if your assembler supports -relax option. */
628 #ifndef USED_FOR_TARGET
629 #undef HAVE_AS_RELAX_OPTION
630 #endif
633 /* Define if your assembler supports relocs needed by -fpic. */
634 #ifndef USED_FOR_TARGET
635 #undef HAVE_AS_SMALL_PIC_RELOCS
636 #endif
639 /* Define if your assembler supports SPARC4 instructions. */
640 #ifndef USED_FOR_TARGET
641 #undef HAVE_AS_SPARC4
642 #endif
645 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
646 #ifndef USED_FOR_TARGET
647 #undef HAVE_AS_SPARC5_VIS4
648 #endif
651 /* Define if your assembler and linker support GOTDATA_OP relocs. */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_AS_SPARC_GOTDATA_OP
654 #endif
657 /* Define if your assembler and linker support unaligned PC relative relocs.
658    */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_SPARC_UA_PCREL
661 #endif
664 /* Define if your assembler and linker support unaligned PC relative relocs
665    against hidden symbols. */
666 #ifndef USED_FOR_TARGET
667 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
668 #endif
671 /* Define if your assembler supports .stabs. */
672 #ifndef USED_FOR_TARGET
673 #undef HAVE_AS_STABS_DIRECTIVE
674 #endif
677 /* Define if your assembler and linker support thread-local storage. */
678 #ifndef USED_FOR_TARGET
679 #undef HAVE_AS_TLS
680 #endif
683 /* Define if your assembler supports arg info for __tls_get_addr. */
684 #ifndef USED_FOR_TARGET
685 #undef HAVE_AS_TLS_MARKERS
686 #endif
689 /* Define if your assembler supports VSX instructions. */
690 #ifndef USED_FOR_TARGET
691 #undef HAVE_AS_VSX
692 #endif
695 /* Define to 1 if you have the `atoq' function. */
696 #ifndef USED_FOR_TARGET
697 #undef HAVE_ATOQ
698 #endif
701 /* Define to 1 if you have the `clearerr_unlocked' function. */
702 #ifndef USED_FOR_TARGET
703 #undef HAVE_CLEARERR_UNLOCKED
704 #endif
707 /* Define to 1 if you have the `clock' function. */
708 #ifndef USED_FOR_TARGET
709 #undef HAVE_CLOCK
710 #endif
713 /* Define if <time.h> defines clock_t. */
714 #ifndef USED_FOR_TARGET
715 #undef HAVE_CLOCK_T
716 #endif
719 /* Define 0/1 if your assembler and linker support COMDAT groups. */
720 #ifndef USED_FOR_TARGET
721 #undef HAVE_COMDAT_GROUP
722 #endif
725 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
726    */
727 #ifndef USED_FOR_TARGET
728 #undef HAVE_DECL_ABORT
729 #endif
732 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
733    0. */
734 #ifndef USED_FOR_TARGET
735 #undef HAVE_DECL_ASPRINTF
736 #endif
739 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_DECL_ATOF
742 #endif
745 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
746 #ifndef USED_FOR_TARGET
747 #undef HAVE_DECL_ATOL
748 #endif
751 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
752    */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_DECL_ATOLL
755 #endif
758 /* Define to 1 if you have the declaration of `basename(const char*)', and to
759    0 if you don't. */
760 #ifndef USED_FOR_TARGET
761 #undef HAVE_DECL_BASENAME
762 #endif
765 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
766    */
767 #ifndef USED_FOR_TARGET
768 #undef HAVE_DECL_CALLOC
769 #endif
772 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
773    define to 0. */
774 #ifndef USED_FOR_TARGET
775 #undef HAVE_DECL_CLEARERR_UNLOCKED
776 #endif
779 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
780    */
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_DECL_CLOCK
783 #endif
786 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
787    */
788 #ifndef USED_FOR_TARGET
789 #undef HAVE_DECL_ERRNO
790 #endif
793 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
794    to 0. */
795 #ifndef USED_FOR_TARGET
796 #undef HAVE_DECL_FEOF_UNLOCKED
797 #endif
800 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
801    define to 0. */
802 #ifndef USED_FOR_TARGET
803 #undef HAVE_DECL_FERROR_UNLOCKED
804 #endif
807 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
808    define to 0. */
809 #ifndef USED_FOR_TARGET
810 #undef HAVE_DECL_FFLUSH_UNLOCKED
811 #endif
814 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_DECL_FFS
817 #endif
820 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
821    define to 0. */
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_DECL_FGETC_UNLOCKED
824 #endif
827 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
828    define to 0. */
829 #ifndef USED_FOR_TARGET
830 #undef HAVE_DECL_FGETS_UNLOCKED
831 #endif
834 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
835    define to 0. */
836 #ifndef USED_FOR_TARGET
837 #undef HAVE_DECL_FILENO_UNLOCKED
838 #endif
841 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
842    define to 0. */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_FPRINTF_UNLOCKED
845 #endif
848 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
849    define to 0. */
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_DECL_FPUTC_UNLOCKED
852 #endif
855 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
856    define to 0. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_DECL_FPUTS_UNLOCKED
859 #endif
862 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
863    define to 0. */
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_DECL_FREAD_UNLOCKED
866 #endif
869 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
870 #ifndef USED_FOR_TARGET
871 #undef HAVE_DECL_FREE
872 #endif
875 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
876    define to 0. */
877 #ifndef USED_FOR_TARGET
878 #undef HAVE_DECL_FWRITE_UNLOCKED
879 #endif
882 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
883    define to 0. */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_DECL_GETCHAR_UNLOCKED
886 #endif
889 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
890    */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_DECL_GETCWD
893 #endif
896 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
897    to 0. */
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_DECL_GETC_UNLOCKED
900 #endif
903 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
904    */
905 #ifndef USED_FOR_TARGET
906 #undef HAVE_DECL_GETENV
907 #endif
910 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
911    */
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_DECL_GETOPT
914 #endif
917 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
918    to 0. */
919 #ifndef USED_FOR_TARGET
920 #undef HAVE_DECL_GETPAGESIZE
921 #endif
924 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
925    0. */
926 #ifndef USED_FOR_TARGET
927 #undef HAVE_DECL_GETRLIMIT
928 #endif
931 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
932    0. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_DECL_GETRUSAGE
935 #endif
938 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
939    */
940 #ifndef USED_FOR_TARGET
941 #undef HAVE_DECL_GETWD
942 #endif
945 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
946    0. */
947 #ifndef USED_FOR_TARGET
948 #undef HAVE_DECL_LDGETNAME
949 #endif
952 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
953    */
954 #ifndef USED_FOR_TARGET
955 #undef HAVE_DECL_MADVISE
956 #endif
959 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
960    */
961 #ifndef USED_FOR_TARGET
962 #undef HAVE_DECL_MALLOC
963 #endif
966 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
967    define to 0. */
968 #ifndef USED_FOR_TARGET
969 #undef HAVE_DECL_PUTCHAR_UNLOCKED
970 #endif
973 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
974    to 0. */
975 #ifndef USED_FOR_TARGET
976 #undef HAVE_DECL_PUTC_UNLOCKED
977 #endif
980 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
981    */
982 #ifndef USED_FOR_TARGET
983 #undef HAVE_DECL_REALLOC
984 #endif
987 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
988 #ifndef USED_FOR_TARGET
989 #undef HAVE_DECL_SBRK
990 #endif
993 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
994    */
995 #ifndef USED_FOR_TARGET
996 #undef HAVE_DECL_SETENV
997 #endif
1000 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1001    0. */
1002 #ifndef USED_FOR_TARGET
1003 #undef HAVE_DECL_SETRLIMIT
1004 #endif
1007 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1008    to 0. */
1009 #ifndef USED_FOR_TARGET
1010 #undef HAVE_DECL_SIGALTSTACK
1011 #endif
1014 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1015    0. */
1016 #ifndef USED_FOR_TARGET
1017 #undef HAVE_DECL_SNPRINTF
1018 #endif
1021 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1022    */
1023 #ifndef USED_FOR_TARGET
1024 #undef HAVE_DECL_STPCPY
1025 #endif
1028 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1029    */
1030 #ifndef USED_FOR_TARGET
1031 #undef HAVE_DECL_STRNLEN
1032 #endif
1035 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1036    0. */
1037 #ifndef USED_FOR_TARGET
1038 #undef HAVE_DECL_STRSIGNAL
1039 #endif
1042 /* Define to 1 if you have the declaration of `strstr(const char*,const
1043    char*)', and to 0 if you don't. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_DECL_STRSTR
1046 #endif
1049 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1050    */
1051 #ifndef USED_FOR_TARGET
1052 #undef HAVE_DECL_STRTOL
1053 #endif
1056 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1057    */
1058 #ifndef USED_FOR_TARGET
1059 #undef HAVE_DECL_STRTOLL
1060 #endif
1063 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1064    */
1065 #ifndef USED_FOR_TARGET
1066 #undef HAVE_DECL_STRTOUL
1067 #endif
1070 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1071    0. */
1072 #ifndef USED_FOR_TARGET
1073 #undef HAVE_DECL_STRTOULL
1074 #endif
1077 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1078    0. */
1079 #ifndef USED_FOR_TARGET
1080 #undef HAVE_DECL_STRVERSCMP
1081 #endif
1084 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1085    */
1086 #ifndef USED_FOR_TARGET
1087 #undef HAVE_DECL_TIMES
1088 #endif
1091 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1092    0. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_DECL_UNSETENV
1095 #endif
1098 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1099    0. */
1100 #ifndef USED_FOR_TARGET
1101 #undef HAVE_DECL_VASPRINTF
1102 #endif
1105 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1106    0. */
1107 #ifndef USED_FOR_TARGET
1108 #undef HAVE_DECL_VSNPRINTF
1109 #endif
1112 /* Define to 1 if you have the <direct.h> header file. */
1113 #ifndef USED_FOR_TARGET
1114 #undef HAVE_DIRECT_H
1115 #endif
1118 /* Define to 1 if you have the <dlfcn.h> header file. */
1119 #ifndef USED_FOR_TARGET
1120 #undef HAVE_DLFCN_H
1121 #endif
1124 /* Define to 1 if you have the <ext/hash_map> header file. */
1125 #ifndef USED_FOR_TARGET
1126 #undef HAVE_EXT_HASH_MAP
1127 #endif
1130 /* Define to 1 if you have the <fcntl.h> header file. */
1131 #ifndef USED_FOR_TARGET
1132 #undef HAVE_FCNTL_H
1133 #endif
1136 /* Define to 1 if you have the `feof_unlocked' function. */
1137 #ifndef USED_FOR_TARGET
1138 #undef HAVE_FEOF_UNLOCKED
1139 #endif
1142 /* Define to 1 if you have the `ferror_unlocked' function. */
1143 #ifndef USED_FOR_TARGET
1144 #undef HAVE_FERROR_UNLOCKED
1145 #endif
1148 /* Define to 1 if you have the `fflush_unlocked' function. */
1149 #ifndef USED_FOR_TARGET
1150 #undef HAVE_FFLUSH_UNLOCKED
1151 #endif
1154 /* Define to 1 if you have the `fgetc_unlocked' function. */
1155 #ifndef USED_FOR_TARGET
1156 #undef HAVE_FGETC_UNLOCKED
1157 #endif
1160 /* Define to 1 if you have the `fgets_unlocked' function. */
1161 #ifndef USED_FOR_TARGET
1162 #undef HAVE_FGETS_UNLOCKED
1163 #endif
1166 /* Define to 1 if you have the `fileno_unlocked' function. */
1167 #ifndef USED_FOR_TARGET
1168 #undef HAVE_FILENO_UNLOCKED
1169 #endif
1172 /* Define to 1 if you have the `fork' function. */
1173 #ifndef USED_FOR_TARGET
1174 #undef HAVE_FORK
1175 #endif
1178 /* Define to 1 if you have the `fprintf_unlocked' function. */
1179 #ifndef USED_FOR_TARGET
1180 #undef HAVE_FPRINTF_UNLOCKED
1181 #endif
1184 /* Define to 1 if you have the `fputc_unlocked' function. */
1185 #ifndef USED_FOR_TARGET
1186 #undef HAVE_FPUTC_UNLOCKED
1187 #endif
1190 /* Define to 1 if you have the `fputs_unlocked' function. */
1191 #ifndef USED_FOR_TARGET
1192 #undef HAVE_FPUTS_UNLOCKED
1193 #endif
1196 /* Define to 1 if you have the `fread_unlocked' function. */
1197 #ifndef USED_FOR_TARGET
1198 #undef HAVE_FREAD_UNLOCKED
1199 #endif
1202 /* Define to 1 if you have the <ftw.h> header file. */
1203 #ifndef USED_FOR_TARGET
1204 #undef HAVE_FTW_H
1205 #endif
1208 /* Define to 1 if you have the `fwrite_unlocked' function. */
1209 #ifndef USED_FOR_TARGET
1210 #undef HAVE_FWRITE_UNLOCKED
1211 #endif
1214 /* Define if your assembler supports specifying the alignment of objects
1215    allocated using the GAS .comm command. */
1216 #ifndef USED_FOR_TARGET
1217 #undef HAVE_GAS_ALIGNED_COMM
1218 #endif
1221 /* Define if your assembler supports .balign and .p2align. */
1222 #ifndef USED_FOR_TARGET
1223 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1224 #endif
1227 /* Define 0/1 if your assembler supports CFI directives. */
1228 #undef HAVE_GAS_CFI_DIRECTIVE
1230 /* Define 0/1 if your assembler supports .cfi_personality. */
1231 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1233 /* Define 0/1 if your assembler supports .cfi_sections. */
1234 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1236 /* Define if your assembler supports the .loc discriminator sub-directive. */
1237 #ifndef USED_FOR_TARGET
1238 #undef HAVE_GAS_DISCRIMINATOR
1239 #endif
1242 /* Define if your assembler supports @gnu_unique_object. */
1243 #ifndef USED_FOR_TARGET
1244 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1245 #endif
1248 /* Define if your assembler and linker support .hidden. */
1249 #undef HAVE_GAS_HIDDEN
1251 /* Define if your assembler supports .lcomm with an alignment field. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1254 #endif
1257 /* Define if your assembler supports .literal16. */
1258 #ifndef USED_FOR_TARGET
1259 #undef HAVE_GAS_LITERAL16
1260 #endif
1263 /* Define if your assembler supports specifying the maximum number of bytes to
1264    skip when using the GAS .p2align command. */
1265 #ifndef USED_FOR_TARGET
1266 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1267 #endif
1270 /* Define if your assembler supports the .set micromips directive */
1271 #ifndef USED_FOR_TARGET
1272 #undef HAVE_GAS_MICROMIPS
1273 #endif
1276 /* Define if your assembler supports .nsubspa comdat option. */
1277 #ifndef USED_FOR_TARGET
1278 #undef HAVE_GAS_NSUBSPA_COMDAT
1279 #endif
1282 /* Define if your assembler and linker support 32-bit section relative relocs
1283    via '.secrel32 label'. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_GAS_PE_SECREL32_RELOC
1286 #endif
1289 /* Define if your assembler supports specifying the section flag e. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_GAS_SECTION_EXCLUDE
1292 #endif
1295 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1296    */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_GAS_SHF_MERGE
1299 #endif
1302 /* Define if your assembler supports .subsection and .subsection -1 starts
1303    emitting at the beginning of your section. */
1304 #ifndef USED_FOR_TARGET
1305 #undef HAVE_GAS_SUBSECTION_ORDERING
1306 #endif
1309 /* Define if your assembler supports .weak. */
1310 #ifndef USED_FOR_TARGET
1311 #undef HAVE_GAS_WEAK
1312 #endif
1315 /* Define if your assembler supports .weakref. */
1316 #ifndef USED_FOR_TARGET
1317 #undef HAVE_GAS_WEAKREF
1318 #endif
1321 /* Define to 1 if you have the `getchar_unlocked' function. */
1322 #ifndef USED_FOR_TARGET
1323 #undef HAVE_GETCHAR_UNLOCKED
1324 #endif
1327 /* Define to 1 if you have the `getc_unlocked' function. */
1328 #ifndef USED_FOR_TARGET
1329 #undef HAVE_GETC_UNLOCKED
1330 #endif
1333 /* Define to 1 if you have the `getrlimit' function. */
1334 #ifndef USED_FOR_TARGET
1335 #undef HAVE_GETRLIMIT
1336 #endif
1339 /* Define to 1 if you have the `getrusage' function. */
1340 #ifndef USED_FOR_TARGET
1341 #undef HAVE_GETRUSAGE
1342 #endif
1345 /* Define to 1 if you have the `gettimeofday' function. */
1346 #ifndef USED_FOR_TARGET
1347 #undef HAVE_GETTIMEOFDAY
1348 #endif
1351 /* Define to 1 if using GNU as. */
1352 #ifndef USED_FOR_TARGET
1353 #undef HAVE_GNU_AS
1354 #endif
1357 /* Define if your system supports gnu indirect functions. */
1358 #ifndef USED_FOR_TARGET
1359 #undef HAVE_GNU_INDIRECT_FUNCTION
1360 #endif
1363 /* Define to 1 if using GNU ld. */
1364 #ifndef USED_FOR_TARGET
1365 #undef HAVE_GNU_LD
1366 #endif
1369 /* Define if the gold linker supports split stack and is available as a
1370    non-default */
1371 #ifndef USED_FOR_TARGET
1372 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1373 #endif
1376 /* Define if you have the iconv() function. */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_ICONV
1379 #endif
1382 /* Define to 1 if you have the <iconv.h> header file. */
1383 #ifndef USED_FOR_TARGET
1384 #undef HAVE_ICONV_H
1385 #endif
1388 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1389    */
1390 #ifndef USED_FOR_TARGET
1391 #undef HAVE_INITFINI_ARRAY_SUPPORT
1392 #endif
1395 /* Define to 1 if the system has the type `intmax_t'. */
1396 #ifndef USED_FOR_TARGET
1397 #undef HAVE_INTMAX_T
1398 #endif
1401 /* Define to 1 if the system has the type `intptr_t'. */
1402 #ifndef USED_FOR_TARGET
1403 #undef HAVE_INTPTR_T
1404 #endif
1407 /* Define if you have a working <inttypes.h> header file. */
1408 #ifndef USED_FOR_TARGET
1409 #undef HAVE_INTTYPES_H
1410 #endif
1413 /* Define if isl_options_set_schedule_serialize_sccs exists. */
1414 #ifndef USED_FOR_TARGET
1415 #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
1416 #endif
1419 /* Define to 1 if you have the `kill' function. */
1420 #ifndef USED_FOR_TARGET
1421 #undef HAVE_KILL
1422 #endif
1425 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1426 #ifndef USED_FOR_TARGET
1427 #undef HAVE_LANGINFO_CODESET
1428 #endif
1431 /* Define to 1 if you have the <langinfo.h> header file. */
1432 #ifndef USED_FOR_TARGET
1433 #undef HAVE_LANGINFO_H
1434 #endif
1437 /* Define if your <locale.h> file defines LC_MESSAGES. */
1438 #ifndef USED_FOR_TARGET
1439 #undef HAVE_LC_MESSAGES
1440 #endif
1443 /* Define to 1 if you have the <ldfcn.h> header file. */
1444 #ifndef USED_FOR_TARGET
1445 #undef HAVE_LDFCN_H
1446 #endif
1449 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1450    options. */
1451 #ifndef USED_FOR_TARGET
1452 #undef HAVE_LD_AS_NEEDED
1453 #endif
1456 /* Define if your linker supports -z bndplt */
1457 #ifndef USED_FOR_TARGET
1458 #undef HAVE_LD_BNDPLT_SUPPORT
1459 #endif
1462 /* Define if your linker supports --build-id. */
1463 #ifndef USED_FOR_TARGET
1464 #undef HAVE_LD_BUILDID
1465 #endif
1468 /* Define if the linker supports clearing hardware capabilities via mapfile.
1469    */
1470 #ifndef USED_FOR_TARGET
1471 #undef HAVE_LD_CLEARCAP
1472 #endif
1475 /* Define to the level of your linker's compressed debug section support. */
1476 #ifndef USED_FOR_TARGET
1477 #undef HAVE_LD_COMPRESS_DEBUG
1478 #endif
1481 /* Define if your linker supports --demangle option. */
1482 #ifndef USED_FOR_TARGET
1483 #undef HAVE_LD_DEMANGLE
1484 #endif
1487 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1488 #ifndef USED_FOR_TARGET
1489 #undef HAVE_LD_EH_FRAME_CIEV3
1490 #endif
1493 /* Define if your linker supports .eh_frame_hdr. */
1494 #undef HAVE_LD_EH_FRAME_HDR
1496 /* Define if your linker supports garbage collection of sections in presence
1497    of EH frames. */
1498 #ifndef USED_FOR_TARGET
1499 #undef HAVE_LD_EH_GC_SECTIONS
1500 #endif
1503 /* Define if your linker has buggy garbage collection of sections support when
1504    .text.startup.foo like sections are used. */
1505 #ifndef USED_FOR_TARGET
1506 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1507 #endif
1510 /* Define if your PowerPC64 linker supports a large TOC. */
1511 #ifndef USED_FOR_TARGET
1512 #undef HAVE_LD_LARGE_TOC
1513 #endif
1516 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1517 #ifndef USED_FOR_TARGET
1518 #undef HAVE_LD_NO_DOT_SYMS
1519 #endif
1522 /* Define if your linker can relax absolute .eh_frame personality pointers
1523    into PC-relative form. */
1524 #ifndef USED_FOR_TARGET
1525 #undef HAVE_LD_PERSONALITY_RELAXATION
1526 #endif
1529 /* Define if your linker supports PIE option. */
1530 #ifndef USED_FOR_TARGET
1531 #undef HAVE_LD_PIE
1532 #endif
1535 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1536 #ifndef USED_FOR_TARGET
1537 #undef HAVE_LD_PIE_COPYRELOC
1538 #endif
1541 /* Define if your linker links a mix of read-only and read-write sections into
1542    a read-write section. */
1543 #ifndef USED_FOR_TARGET
1544 #undef HAVE_LD_RO_RW_SECTION_MIXING
1545 #endif
1548 /* Define if your linker supports the *_sol2 emulations. */
1549 #ifndef USED_FOR_TARGET
1550 #undef HAVE_LD_SOL2_EMULATION
1551 #endif
1554 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1555 #ifndef USED_FOR_TARGET
1556 #undef HAVE_LD_STATIC_DYNAMIC
1557 #endif
1560 /* Define if your linker supports --sysroot. */
1561 #ifndef USED_FOR_TARGET
1562 #undef HAVE_LD_SYSROOT
1563 #endif
1566 /* Define to 1 if you have the <limits.h> header file. */
1567 #ifndef USED_FOR_TARGET
1568 #undef HAVE_LIMITS_H
1569 #endif
1572 /* Define to 1 if you have the <locale.h> header file. */
1573 #ifndef USED_FOR_TARGET
1574 #undef HAVE_LOCALE_H
1575 #endif
1578 /* Define to 1 if the system has the type `long long'. */
1579 #ifndef USED_FOR_TARGET
1580 #undef HAVE_LONG_LONG
1581 #endif
1584 /* Define to 1 if the system has the type `long long int'. */
1585 #ifndef USED_FOR_TARGET
1586 #undef HAVE_LONG_LONG_INT
1587 #endif
1590 /* Define to the level of your linker's plugin support. */
1591 #ifndef USED_FOR_TARGET
1592 #undef HAVE_LTO_PLUGIN
1593 #endif
1596 /* Define to 1 if you have the `madvise' function. */
1597 #ifndef USED_FOR_TARGET
1598 #undef HAVE_MADVISE
1599 #endif
1602 /* Define to 1 if you have the <malloc.h> header file. */
1603 #ifndef USED_FOR_TARGET
1604 #undef HAVE_MALLOC_H
1605 #endif
1608 /* Define to 1 if you have the `mbstowcs' function. */
1609 #ifndef USED_FOR_TARGET
1610 #undef HAVE_MBSTOWCS
1611 #endif
1614 /* Define if valgrind's memcheck.h header is installed. */
1615 #ifndef USED_FOR_TARGET
1616 #undef HAVE_MEMCHECK_H
1617 #endif
1620 /* Define to 1 if you have the <memory.h> header file. */
1621 #ifndef USED_FOR_TARGET
1622 #undef HAVE_MEMORY_H
1623 #endif
1626 /* Define to 1 if you have the `mmap' function. */
1627 #ifndef USED_FOR_TARGET
1628 #undef HAVE_MMAP
1629 #endif
1632 /* Define if mmap with MAP_ANON(YMOUS) works. */
1633 #ifndef USED_FOR_TARGET
1634 #undef HAVE_MMAP_ANON
1635 #endif
1638 /* Define if mmap of /dev/zero works. */
1639 #ifndef USED_FOR_TARGET
1640 #undef HAVE_MMAP_DEV_ZERO
1641 #endif
1644 /* Define if read-only mmap of a plain file works. */
1645 #ifndef USED_FOR_TARGET
1646 #undef HAVE_MMAP_FILE
1647 #endif
1650 /* Define to 1 if you have the `nl_langinfo' function. */
1651 #ifndef USED_FOR_TARGET
1652 #undef HAVE_NL_LANGINFO
1653 #endif
1656 /* Define to 1 if you have the `popen' function. */
1657 #ifndef USED_FOR_TARGET
1658 #undef HAVE_POPEN
1659 #endif
1662 /* Define to 1 if you have the `putchar_unlocked' function. */
1663 #ifndef USED_FOR_TARGET
1664 #undef HAVE_PUTCHAR_UNLOCKED
1665 #endif
1668 /* Define to 1 if you have the `putc_unlocked' function. */
1669 #ifndef USED_FOR_TARGET
1670 #undef HAVE_PUTC_UNLOCKED
1671 #endif
1674 /* Define to 1 if you have the `setlocale' function. */
1675 #ifndef USED_FOR_TARGET
1676 #undef HAVE_SETLOCALE
1677 #endif
1680 /* Define to 1 if you have the `setrlimit' function. */
1681 #ifndef USED_FOR_TARGET
1682 #undef HAVE_SETRLIMIT
1683 #endif
1686 /* Define if the system-provided CRTs are present on Solaris. */
1687 #ifndef USED_FOR_TARGET
1688 #undef HAVE_SOLARIS_CRTS
1689 #endif
1692 /* Define to 1 if you have the <stddef.h> header file. */
1693 #ifndef USED_FOR_TARGET
1694 #undef HAVE_STDDEF_H
1695 #endif
1698 /* Define to 1 if you have the <stdint.h> header file. */
1699 #ifndef USED_FOR_TARGET
1700 #undef HAVE_STDINT_H
1701 #endif
1704 /* Define to 1 if you have the <stdlib.h> header file. */
1705 #ifndef USED_FOR_TARGET
1706 #undef HAVE_STDLIB_H
1707 #endif
1710 /* Define to 1 if you have the <strings.h> header file. */
1711 #ifndef USED_FOR_TARGET
1712 #undef HAVE_STRINGS_H
1713 #endif
1716 /* Define to 1 if you have the <string.h> header file. */
1717 #ifndef USED_FOR_TARGET
1718 #undef HAVE_STRING_H
1719 #endif
1722 /* Define to 1 if you have the `strsignal' function. */
1723 #ifndef USED_FOR_TARGET
1724 #undef HAVE_STRSIGNAL
1725 #endif
1728 /* Define if <sys/times.h> defines struct tms. */
1729 #ifndef USED_FOR_TARGET
1730 #undef HAVE_STRUCT_TMS
1731 #endif
1734 /* Define if <utility> defines std::swap. */
1735 #ifndef USED_FOR_TARGET
1736 #undef HAVE_SWAP_IN_UTILITY
1737 #endif
1740 /* Define to 1 if you have the `sysconf' function. */
1741 #ifndef USED_FOR_TARGET
1742 #undef HAVE_SYSCONF
1743 #endif
1746 /* Define to 1 if you have the <sys/file.h> header file. */
1747 #ifndef USED_FOR_TARGET
1748 #undef HAVE_SYS_FILE_H
1749 #endif
1752 /* Define to 1 if you have the <sys/mman.h> header file. */
1753 #ifndef USED_FOR_TARGET
1754 #undef HAVE_SYS_MMAN_H
1755 #endif
1758 /* Define to 1 if you have the <sys/param.h> header file. */
1759 #ifndef USED_FOR_TARGET
1760 #undef HAVE_SYS_PARAM_H
1761 #endif
1764 /* Define to 1 if you have the <sys/resource.h> header file. */
1765 #ifndef USED_FOR_TARGET
1766 #undef HAVE_SYS_RESOURCE_H
1767 #endif
1770 /* Define if your target C library provides sys/sdt.h */
1771 #undef HAVE_SYS_SDT_H
1773 /* Define to 1 if you have the <sys/stat.h> header file. */
1774 #ifndef USED_FOR_TARGET
1775 #undef HAVE_SYS_STAT_H
1776 #endif
1779 /* Define to 1 if you have the <sys/times.h> header file. */
1780 #ifndef USED_FOR_TARGET
1781 #undef HAVE_SYS_TIMES_H
1782 #endif
1785 /* Define to 1 if you have the <sys/time.h> header file. */
1786 #ifndef USED_FOR_TARGET
1787 #undef HAVE_SYS_TIME_H
1788 #endif
1791 /* Define to 1 if you have the <sys/types.h> header file. */
1792 #ifndef USED_FOR_TARGET
1793 #undef HAVE_SYS_TYPES_H
1794 #endif
1797 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1798 #ifndef USED_FOR_TARGET
1799 #undef HAVE_SYS_WAIT_H
1800 #endif
1803 /* Define to 1 if you have the `times' function. */
1804 #ifndef USED_FOR_TARGET
1805 #undef HAVE_TIMES
1806 #endif
1809 /* Define to 1 if you have the <time.h> header file. */
1810 #ifndef USED_FOR_TARGET
1811 #undef HAVE_TIME_H
1812 #endif
1815 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1816 #ifndef USED_FOR_TARGET
1817 #undef HAVE_TR1_UNORDERED_MAP
1818 #endif
1821 /* Define to 1 if the system has the type `uintmax_t'. */
1822 #ifndef USED_FOR_TARGET
1823 #undef HAVE_UINTMAX_T
1824 #endif
1827 /* Define to 1 if the system has the type `uintptr_t'. */
1828 #ifndef USED_FOR_TARGET
1829 #undef HAVE_UINTPTR_T
1830 #endif
1833 /* Define to 1 if you have the <unistd.h> header file. */
1834 #ifndef USED_FOR_TARGET
1835 #undef HAVE_UNISTD_H
1836 #endif
1839 /* Define to 1 if you have the <unordered_map> header file. */
1840 #ifndef USED_FOR_TARGET
1841 #undef HAVE_UNORDERED_MAP
1842 #endif
1845 /* Define to 1 if the system has the type `unsigned long long int'. */
1846 #ifndef USED_FOR_TARGET
1847 #undef HAVE_UNSIGNED_LONG_LONG_INT
1848 #endif
1851 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1852 #ifndef USED_FOR_TARGET
1853 #undef HAVE_VALGRIND_MEMCHECK_H
1854 #endif
1857 /* Define to 1 if you have the `vfork' function. */
1858 #ifndef USED_FOR_TARGET
1859 #undef HAVE_VFORK
1860 #endif
1863 /* Define to 1 if you have the <vfork.h> header file. */
1864 #ifndef USED_FOR_TARGET
1865 #undef HAVE_VFORK_H
1866 #endif
1869 /* Define to 1 if you have the <wchar.h> header file. */
1870 #ifndef USED_FOR_TARGET
1871 #undef HAVE_WCHAR_H
1872 #endif
1875 /* Define to 1 if you have the `wcswidth' function. */
1876 #ifndef USED_FOR_TARGET
1877 #undef HAVE_WCSWIDTH
1878 #endif
1881 /* Define to 1 if `fork' works. */
1882 #ifndef USED_FOR_TARGET
1883 #undef HAVE_WORKING_FORK
1884 #endif
1887 /* Define this macro if mbstowcs does not crash when its first argument is
1888    NULL. */
1889 #ifndef USED_FOR_TARGET
1890 #undef HAVE_WORKING_MBSTOWCS
1891 #endif
1894 /* Define to 1 if `vfork' works. */
1895 #ifndef USED_FOR_TARGET
1896 #undef HAVE_WORKING_VFORK
1897 #endif
1900 /* Define if your assembler supports AIX debug frame section label reference.
1901    */
1902 #ifndef USED_FOR_TARGET
1903 #undef HAVE_XCOFF_DWARF_EXTRAS
1904 #endif
1907 /* Define if isl is in use. */
1908 #ifndef USED_FOR_TARGET
1909 #undef HAVE_isl
1910 #endif
1913 /* Define if F_SETLKW supported by fcntl. */
1914 #ifndef USED_FOR_TARGET
1915 #undef HOST_HAS_F_SETLKW
1916 #endif
1919 /* Define as const if the declaration of iconv() needs const. */
1920 #ifndef USED_FOR_TARGET
1921 #undef ICONV_CONST
1922 #endif
1925 /* Define if int64_t uses long as underlying type. */
1926 #ifndef USED_FOR_TARGET
1927 #undef INT64_T_IS_LONG
1928 #endif
1931 /* Define to the linker option to ignore unused dependencies. */
1932 #ifndef USED_FOR_TARGET
1933 #undef LD_AS_NEEDED_OPTION
1934 #endif
1937 /* Define to the linker option to enable compressed debug sections. */
1938 #ifndef USED_FOR_TARGET
1939 #undef LD_COMPRESS_DEBUG_OPTION
1940 #endif
1943 /* Define to the linker option to enable use of shared objects. */
1944 #ifndef USED_FOR_TARGET
1945 #undef LD_DYNAMIC_OPTION
1946 #endif
1949 /* Define to the linker option to keep unused dependencies. */
1950 #ifndef USED_FOR_TARGET
1951 #undef LD_NO_AS_NEEDED_OPTION
1952 #endif
1955 /* Define to the linker option to disable use of shared objects. */
1956 #ifndef USED_FOR_TARGET
1957 #undef LD_STATIC_OPTION
1958 #endif
1961 /* The linker hash style */
1962 #ifndef USED_FOR_TARGET
1963 #undef LINKER_HASH_STYLE
1964 #endif
1967 /* Define to the name of the LTO plugin DSO that must be passed to the
1968    linker's -plugin=LIB option. */
1969 #ifndef USED_FOR_TARGET
1970 #undef LTOPLUGINSONAME
1971 #endif
1974 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1975    */
1976 #ifndef USED_FOR_TARGET
1977 #undef LT_OBJDIR
1978 #endif
1981 /* Define if host mkdir takes a single argument. */
1982 #ifndef USED_FOR_TARGET
1983 #undef MKDIR_TAKES_ONE_ARG
1984 #endif
1987 /* Define to offload targets, separated by commas. */
1988 #ifndef USED_FOR_TARGET
1989 #undef OFFLOAD_TARGETS
1990 #endif
1993 /* Define to the address where bug reports for this package should be sent. */
1994 #ifndef USED_FOR_TARGET
1995 #undef PACKAGE_BUGREPORT
1996 #endif
1999 /* Define to the full name of this package. */
2000 #ifndef USED_FOR_TARGET
2001 #undef PACKAGE_NAME
2002 #endif
2005 /* Define to the full name and version of this package. */
2006 #ifndef USED_FOR_TARGET
2007 #undef PACKAGE_STRING
2008 #endif
2011 /* Define to the one symbol short name of this package. */
2012 #ifndef USED_FOR_TARGET
2013 #undef PACKAGE_TARNAME
2014 #endif
2017 /* Define to the home page for this package. */
2018 #ifndef USED_FOR_TARGET
2019 #undef PACKAGE_URL
2020 #endif
2023 /* Define to the version of this package. */
2024 #ifndef USED_FOR_TARGET
2025 #undef PACKAGE_VERSION
2026 #endif
2029 /* Specify plugin linker */
2030 #ifndef USED_FOR_TARGET
2031 #undef PLUGIN_LD_SUFFIX
2032 #endif
2035 /* Define to .TOC. alignment forced by your linker. */
2036 #ifndef USED_FOR_TARGET
2037 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2038 #endif
2041 /* Define to PREFIX/include if cpp should also search that directory. */
2042 #ifndef USED_FOR_TARGET
2043 #undef PREFIX_INCLUDE_DIR
2044 #endif
2047 /* The size of `int', as computed by sizeof. */
2048 #ifndef USED_FOR_TARGET
2049 #undef SIZEOF_INT
2050 #endif
2053 /* The size of `long', as computed by sizeof. */
2054 #ifndef USED_FOR_TARGET
2055 #undef SIZEOF_LONG
2056 #endif
2059 /* The size of `long long', as computed by sizeof. */
2060 #ifndef USED_FOR_TARGET
2061 #undef SIZEOF_LONG_LONG
2062 #endif
2065 /* The size of `short', as computed by sizeof. */
2066 #ifndef USED_FOR_TARGET
2067 #undef SIZEOF_SHORT
2068 #endif
2071 /* The size of `void *', as computed by sizeof. */
2072 #ifndef USED_FOR_TARGET
2073 #undef SIZEOF_VOID_P
2074 #endif
2077 /* Define to 1 if you have the ANSI C header files. */
2078 #ifndef USED_FOR_TARGET
2079 #undef STDC_HEADERS
2080 #endif
2083 /* Define if you can safely include both <string.h> and <strings.h>. */
2084 #ifndef USED_FOR_TARGET
2085 #undef STRING_WITH_STRINGS
2086 #endif
2089 /* Define if TFmode long double should be the default */
2090 #ifndef USED_FOR_TARGET
2091 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2092 #endif
2095 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2096 #undef TARGET_DL_ITERATE_PHDR
2098 /* GNU C Library major version number used on the target, or 0. */
2099 #ifndef USED_FOR_TARGET
2100 #undef TARGET_GLIBC_MAJOR
2101 #endif
2104 /* GNU C Library minor version number used on the target, or 0. */
2105 #ifndef USED_FOR_TARGET
2106 #undef TARGET_GLIBC_MINOR
2107 #endif
2110 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2111 #ifndef USED_FOR_TARGET
2112 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2113 #endif
2116 /* Define if your target C library provides stack protector support */
2117 #ifndef USED_FOR_TARGET
2118 #undef TARGET_LIBC_PROVIDES_SSP
2119 #endif
2122 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2123 #ifndef USED_FOR_TARGET
2124 #undef TIME_WITH_SYS_TIME
2125 #endif
2128 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2129    work. */
2130 #ifndef USED_FOR_TARGET
2131 #undef TLS_SECTION_ASM_FLAG
2132 #endif
2135 /* Define if your assembler mis-optimizes .eh_frame data. */
2136 #ifndef USED_FOR_TARGET
2137 #undef USE_AS_TRADITIONAL_FORMAT
2138 #endif
2141 /* Define if you want to generate code by default that assumes that the Cygwin
2142    DLL exports wrappers to support libstdc++ function replacement. */
2143 #ifndef USED_FOR_TARGET
2144 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2145 #endif
2148 /* Define to 1 if the 'long long' type is wider than 'long' but still
2149    efficiently supported by the host hardware. */
2150 #ifndef USED_FOR_TARGET
2151 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2152 #endif
2155 /* Define if we should use leading underscore on 64 bit mingw targets */
2156 #ifndef USED_FOR_TARGET
2157 #undef USE_MINGW64_LEADING_UNDERSCORES
2158 #endif
2161 /* Enable extensions on AIX 3, Interix.  */
2162 #ifndef _ALL_SOURCE
2163 # undef _ALL_SOURCE
2164 #endif
2165 /* Enable GNU extensions on systems that have them.  */
2166 #ifndef _GNU_SOURCE
2167 # undef _GNU_SOURCE
2168 #endif
2169 /* Enable threading extensions on Solaris.  */
2170 #ifndef _POSIX_PTHREAD_SEMANTICS
2171 # undef _POSIX_PTHREAD_SEMANTICS
2172 #endif
2173 /* Enable extensions on HP NonStop.  */
2174 #ifndef _TANDEM_SOURCE
2175 # undef _TANDEM_SOURCE
2176 #endif
2177 /* Enable general extensions on Solaris.  */
2178 #ifndef __EXTENSIONS__
2179 # undef __EXTENSIONS__
2180 #endif
2183 /* Define to be the last component of the Windows registry key under which to
2184    look for installation paths. The full key used will be
2185    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2186    The default is the GCC version number. */
2187 #ifndef USED_FOR_TARGET
2188 #undef WIN32_REGISTRY_KEY
2189 #endif
2192 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2193    significant byte first (like Motorola and SPARC, unlike Intel). */
2194 #if defined AC_APPLE_UNIVERSAL_BUILD
2195 # if defined __BIG_ENDIAN__
2196 #  define WORDS_BIGENDIAN 1
2197 # endif
2198 #else
2199 # ifndef WORDS_BIGENDIAN
2200 #  undef WORDS_BIGENDIAN
2201 # endif
2202 #endif
2204 /* Number of bits in a file offset, on hosts where this is settable. */
2205 #ifndef USED_FOR_TARGET
2206 #undef _FILE_OFFSET_BITS
2207 #endif
2210 /* Define for large files, on AIX-style hosts. */
2211 #ifndef USED_FOR_TARGET
2212 #undef _LARGE_FILES
2213 #endif
2216 /* Define to 1 if on MINIX. */
2217 #ifndef USED_FOR_TARGET
2218 #undef _MINIX
2219 #endif
2222 /* Define to 2 if the system does not provide POSIX.1 features except with
2223    this defined. */
2224 #ifndef USED_FOR_TARGET
2225 #undef _POSIX_1_SOURCE
2226 #endif
2229 /* Define to 1 if you need to in order for `stat' and other things to work. */
2230 #ifndef USED_FOR_TARGET
2231 #undef _POSIX_SOURCE
2232 #endif
2235 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2236    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2237    #define below would cause a syntax error. */
2238 #ifndef USED_FOR_TARGET
2239 #undef _UINT32_T
2240 #endif
2243 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2244    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2245    #define below would cause a syntax error. */
2246 #ifndef USED_FOR_TARGET
2247 #undef _UINT64_T
2248 #endif
2251 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2252    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2253    #define below would cause a syntax error. */
2254 #ifndef USED_FOR_TARGET
2255 #undef _UINT8_T
2256 #endif
2259 /* Define to `char *' if <sys/types.h> does not define. */
2260 #ifndef USED_FOR_TARGET
2261 #undef caddr_t
2262 #endif
2265 /* Define to `__inline__' or `__inline' if that's what the C compiler
2266    calls it, or to nothing if 'inline' is not supported under any name.  */
2267 #ifndef __cplusplus
2268 #undef inline
2269 #endif
2271 /* Define to the type of a signed integer type of width exactly 16 bits if
2272    such a type exists and the standard includes do not define it. */
2273 #ifndef USED_FOR_TARGET
2274 #undef int16_t
2275 #endif
2278 /* Define to the type of a signed integer type of width exactly 32 bits if
2279    such a type exists and the standard includes do not define it. */
2280 #ifndef USED_FOR_TARGET
2281 #undef int32_t
2282 #endif
2285 /* Define to the type of a signed integer type of width exactly 64 bits if
2286    such a type exists and the standard includes do not define it. */
2287 #ifndef USED_FOR_TARGET
2288 #undef int64_t
2289 #endif
2292 /* Define to the type of a signed integer type of width exactly 8 bits if such
2293    a type exists and the standard includes do not define it. */
2294 #ifndef USED_FOR_TARGET
2295 #undef int8_t
2296 #endif
2299 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2300    not define. */
2301 #ifndef USED_FOR_TARGET
2302 #undef intmax_t
2303 #endif
2306 /* Define to the type of a signed integer type wide enough to hold a pointer,
2307    if such a type exists, and if the system does not define it. */
2308 #ifndef USED_FOR_TARGET
2309 #undef intptr_t
2310 #endif
2313 /* Define to `int' if <sys/types.h> does not define. */
2314 #ifndef USED_FOR_TARGET
2315 #undef pid_t
2316 #endif
2319 /* Define to `long' if <sys/resource.h> doesn't define. */
2320 #ifndef USED_FOR_TARGET
2321 #undef rlim_t
2322 #endif
2325 /* Define to `int' if <sys/types.h> does not define. */
2326 #ifndef USED_FOR_TARGET
2327 #undef ssize_t
2328 #endif
2331 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2332    such a type exists and the standard includes do not define it. */
2333 #ifndef USED_FOR_TARGET
2334 #undef uint16_t
2335 #endif
2338 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2339    such a type exists and the standard includes do not define it. */
2340 #ifndef USED_FOR_TARGET
2341 #undef uint32_t
2342 #endif
2345 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2346    such a type exists and the standard includes do not define it. */
2347 #ifndef USED_FOR_TARGET
2348 #undef uint64_t
2349 #endif
2352 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2353    such a type exists and the standard includes do not define it. */
2354 #ifndef USED_FOR_TARGET
2355 #undef uint8_t
2356 #endif
2359 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2360    do not define. */
2361 #ifndef USED_FOR_TARGET
2362 #undef uintmax_t
2363 #endif
2366 /* Define to the type of an unsigned integer type wide enough to hold a
2367    pointer, if such a type exists, and if the system does not define it. */
2368 #ifndef USED_FOR_TARGET
2369 #undef uintptr_t
2370 #endif
2373 /* Define as `fork' if `vfork' does not work. */
2374 #ifndef USED_FOR_TARGET
2375 #undef vfork
2376 #endif