Daily bump.
[official-gcc.git] / gcc / config.in
blob90809e37466ce57f3660c7107da4fac50c23d5a2
1 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* Define if building universal (internal helper macro) */
4 #ifndef USED_FOR_TARGET
5 #undef AC_APPLE_UNIVERSAL_BUILD
6 #endif
9 /* Define to the assembler option to enable compressed debug sections. */
10 #ifndef USED_FOR_TARGET
11 #undef AS_COMPRESS_DEBUG_OPTION
12 #endif
15 /* Define to the assembler option to disable compressed debug sections. */
16 #ifndef USED_FOR_TARGET
17 #undef AS_NO_COMPRESS_DEBUG_OPTION
18 #endif
21 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
22 #ifndef USED_FOR_TARGET
23 #undef CHAR_BIT
24 #endif
27 /* Define 0/1 to force the choice for exception handling model. */
28 #ifndef USED_FOR_TARGET
29 #undef CONFIG_SJLJ_EXCEPTIONS
30 #endif
33 /* Define to enable the use of a default assembler. */
34 #ifndef USED_FOR_TARGET
35 #undef DEFAULT_ASSEMBLER
36 #endif
39 /* Define to enable the use of a default linker. */
40 #ifndef USED_FOR_TARGET
41 #undef DEFAULT_LINKER
42 #endif
45 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
46    destructors for local statics and global objects. This is essential for
47    fully standards-compliant handling of destructors, but requires
48    __cxa_atexit in libc. */
49 #ifndef USED_FOR_TARGET
50 #undef DEFAULT_USE_CXA_ATEXIT
51 #endif
54 /* Define if you want assertions enabled. This is a cheap check. */
55 #ifndef USED_FOR_TARGET
56 #undef ENABLE_ASSERT_CHECKING
57 #endif
60 /* Define if you want more run-time sanity checks. This one gets a grab bag of
61    miscellaneous but relatively cheap checks. */
62 #ifndef USED_FOR_TARGET
63 #undef ENABLE_CHECKING
64 #endif
67 /* Define to 1 to specify that we are using the BID decimal floating point
68    format instead of DPD */
69 #ifndef USED_FOR_TARGET
70 #undef ENABLE_DECIMAL_BID_FORMAT
71 #endif
74 /* Define to 1 to enable decimal float extension to C. */
75 #ifndef USED_FOR_TARGET
76 #undef ENABLE_DECIMAL_FLOAT
77 #endif
80 /* Define if you want more run-time sanity checks for dataflow. */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_DF_CHECKING
83 #endif
86 /* Define to 1 to enable fixed-point arithmetic extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_FIXED_POINT
89 #endif
92 /* Define if you want fold checked that it never destructs its argument. This
93    is quite expensive. */
94 #ifndef USED_FOR_TARGET
95 #undef ENABLE_FOLD_CHECKING
96 #endif
99 /* Define if you want the garbage collector to operate in maximally paranoid
100    mode, validating the entire heap and collecting garbage at every
101    opportunity. This is extremely expensive. */
102 #ifndef USED_FOR_TARGET
103 #undef ENABLE_GC_ALWAYS_COLLECT
104 #endif
107 /* Define if you want the garbage collector to do object poisoning and other
108    memory allocation checks. This is quite expensive. */
109 #ifndef USED_FOR_TARGET
110 #undef ENABLE_GC_CHECKING
111 #endif
114 /* Define if you want operations on GIMPLE (the basic data structure of the
115    high-level optimizers) to be checked for dynamic type safety at runtime.
116    This is moderately expensive. */
117 #ifndef USED_FOR_TARGET
118 #undef ENABLE_GIMPLE_CHECKING
119 #endif
122 /* Define if gcc should always pass --build-id to linker. */
123 #ifndef USED_FOR_TARGET
124 #undef ENABLE_LD_BUILDID
125 #endif
128 /* Define to 1 to enable libquadmath support */
129 #ifndef USED_FOR_TARGET
130 #undef ENABLE_LIBQUADMATH_SUPPORT
131 #endif
134 /* Define to enable LTO support. */
135 #ifndef USED_FOR_TARGET
136 #undef ENABLE_LTO
137 #endif
140 /* Define to 1 if translation of program messages to the user's native
141    language is requested. */
142 #ifndef USED_FOR_TARGET
143 #undef ENABLE_NLS
144 #endif
147 /* Define to enable plugin support. */
148 #ifndef USED_FOR_TARGET
149 #undef ENABLE_PLUGIN
150 #endif
153 /* Define if you want all operations on RTL (the basic data structure of the
154    optimizer and back end) to be checked for dynamic type safety at runtime.
155    This is quite expensive. */
156 #ifndef USED_FOR_TARGET
157 #undef ENABLE_RTL_CHECKING
158 #endif
161 /* Define if you want RTL flag accesses to be checked against the RTL codes
162    that are supported for each access macro. This is relatively cheap. */
163 #ifndef USED_FOR_TARGET
164 #undef ENABLE_RTL_FLAG_CHECKING
165 #endif
168 /* Define if you want runtime assertions enabled. This is a cheap check. */
169 #undef ENABLE_RUNTIME_CHECKING
171 /* Define if you want all operations on trees (the basic data structure of the
172    front ends) to be checked for dynamic type safety at runtime. This is
173    moderately expensive. The tree browser debugging routines will also be
174    enabled by this option. */
175 #ifndef USED_FOR_TARGET
176 #undef ENABLE_TREE_CHECKING
177 #endif
180 /* Define if you want all gimple types to be verified after gimplifiation.
181    This is cheap. */
182 #ifndef USED_FOR_TARGET
183 #undef ENABLE_TYPES_CHECKING
184 #endif
187 /* Define to get calls to the valgrind runtime enabled. */
188 #ifndef USED_FOR_TARGET
189 #undef ENABLE_VALGRIND_ANNOTATIONS
190 #endif
193 /* Define if you want to run subprograms and generated programs through
194    valgrind (a memory checker). This is extremely expensive. */
195 #ifndef USED_FOR_TARGET
196 #undef ENABLE_VALGRIND_CHECKING
197 #endif
200 /* Define to 1 if installation paths should be looked up in the Windows
201    Registry. Ignored on non-Windows hosts. */
202 #ifndef USED_FOR_TARGET
203 #undef ENABLE_WIN32_REGISTRY
204 #endif
207 /* Define to the name of a file containing a list of extra machine modes for
208    this architecture. */
209 #ifndef USED_FOR_TARGET
210 #undef EXTRA_MODES_FILE
211 #endif
214 /* Define to enable detailed memory allocation stats gathering. */
215 #ifndef USED_FOR_TARGET
216 #undef GATHER_STATISTICS
217 #endif
220 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
221 #ifndef USED_FOR_TARGET
222 #undef GWINSZ_IN_SYS_IOCTL
223 #endif
226 /* mcontext_t fields start with __ */
227 #ifndef USED_FOR_TARGET
228 #undef HAS_MCONTEXT_T_UNDERSCORES
229 #endif
232 /* Define if your assembler supports cmpb. */
233 #ifndef USED_FOR_TARGET
234 #undef HAVE_AS_CMPB
235 #endif
238 /* Define to the level of your assembler's compressed debug section support.
239    */
240 #ifndef USED_FOR_TARGET
241 #undef HAVE_AS_COMPRESS_DEBUG
242 #endif
245 /* Define if your assembler supports the DCI/ICI instructions. */
246 #ifndef USED_FOR_TARGET
247 #undef HAVE_AS_DCI
248 #endif
251 /* Define if your assembler supports the --debug-prefix-map option. */
252 #ifndef USED_FOR_TARGET
253 #undef HAVE_AS_DEBUG_PREFIX_MAP
254 #endif
257 /* Define if your assembler supports DFP instructions. */
258 #ifndef USED_FOR_TARGET
259 #undef HAVE_AS_DFP
260 #endif
263 /* Define if your assembler supports DSPR1 mult. */
264 #ifndef USED_FOR_TARGET
265 #undef HAVE_AS_DSPR1_MULT
266 #endif
269 /* Define if your assembler supports .dtprelword. */
270 #ifndef USED_FOR_TARGET
271 #undef HAVE_AS_DTPRELWORD
272 #endif
275 /* Define if your assembler supports dwarf2 .file/.loc directives, and
276    preserves file table indices exactly as given. */
277 #ifndef USED_FOR_TARGET
278 #undef HAVE_AS_DWARF2_DEBUG_LINE
279 #endif
282 /* Define if your assembler supports explicit relocations. */
283 #ifndef USED_FOR_TARGET
284 #undef HAVE_AS_EXPLICIT_RELOCS
285 #endif
288 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
289 #ifndef USED_FOR_TARGET
290 #undef HAVE_AS_FMAF_HPC_VIS3
291 #endif
294 /* Define if your assembler supports fprnd. */
295 #ifndef USED_FOR_TARGET
296 #undef HAVE_AS_FPRND
297 #endif
300 /* Define if your assembler supports the --gdwarf2 option. */
301 #ifndef USED_FOR_TARGET
302 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
303 #endif
306 /* Define if your assembler supports .gnu_attribute. */
307 #ifndef USED_FOR_TARGET
308 #undef HAVE_AS_GNU_ATTRIBUTE
309 #endif
312 /* Define true if the assembler supports '.long foo@GOTOFF'. */
313 #ifndef USED_FOR_TARGET
314 #undef HAVE_AS_GOTOFF_IN_DATA
315 #endif
318 /* Define if your assembler supports the --gstabs option. */
319 #ifndef USED_FOR_TARGET
320 #undef HAVE_AS_GSTABS_DEBUG_FLAG
321 #endif
324 /* Define if your assembler supports the Sun syntax for cmov. */
325 #ifndef USED_FOR_TARGET
326 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
327 #endif
330 /* Define if your assembler supports the subtraction of symbols in different
331    sections. */
332 #ifndef USED_FOR_TARGET
333 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
334 #endif
337 /* Define if your assembler supports the ffreep mnemonic. */
338 #ifndef USED_FOR_TARGET
339 #undef HAVE_AS_IX86_FFREEP
340 #endif
343 /* Define if your assembler uses fildq and fistq mnemonics. */
344 #ifndef USED_FOR_TARGET
345 #undef HAVE_AS_IX86_FILDQ
346 #endif
349 /* Define if your assembler uses filds and fists mnemonics. */
350 #ifndef USED_FOR_TARGET
351 #undef HAVE_AS_IX86_FILDS
352 #endif
355 /* Define if your assembler supports HLE prefixes. */
356 #ifndef USED_FOR_TARGET
357 #undef HAVE_AS_IX86_HLE
358 #endif
361 /* Define if your assembler supports interunit movq mnemonic. */
362 #ifndef USED_FOR_TARGET
363 #undef HAVE_AS_IX86_INTERUNIT_MOVQ
364 #endif
367 /* Define if your assembler supports the .quad directive. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_IX86_QUAD
370 #endif
373 /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_IX86_REP_LOCK_PREFIX
376 #endif
379 /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_AS_IX86_SAHF
382 #endif
385 /* Define if your assembler supports the swap suffix. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_AS_IX86_SWAP
388 #endif
391 /* Define if your assembler and linker support @tlsgdplt. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_AS_IX86_TLSGDPLT
394 #endif
397 /* Define to 1 if your assembler and linker support @tlsldm. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_AS_IX86_TLSLDM
400 #endif
403 /* Define to 1 if your assembler and linker support @tlsldmplt. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_AS_IX86_TLSLDMPLT
406 #endif
409 /* Define if your assembler supports the 'ud2' mnemonic. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_AS_IX86_UD2
412 #endif
415 /* Define if your assembler supports the lituse_jsrdirect relocation. */
416 #ifndef USED_FOR_TARGET
417 #undef HAVE_AS_JSRDIRECT_RELOCS
418 #endif
421 /* Define if your assembler supports .sleb128 and .uleb128. */
422 #ifndef USED_FOR_TARGET
423 #undef HAVE_AS_LEB128
424 #endif
427 /* Define if your assembler supports LEON instructions. */
428 #ifndef USED_FOR_TARGET
429 #undef HAVE_AS_LEON
430 #endif
433 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
434 #ifndef USED_FOR_TARGET
435 #undef HAVE_AS_LINE_ZERO
436 #endif
439 /* Define if your assembler supports ltoffx and ldxmov relocations. */
440 #ifndef USED_FOR_TARGET
441 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
442 #endif
445 /* Define if your assembler supports LWSYNC instructions. */
446 #ifndef USED_FOR_TARGET
447 #undef HAVE_AS_LWSYNC
448 #endif
451 /* Define if your assembler supports the -mabi option. */
452 #ifndef USED_FOR_TARGET
453 #undef HAVE_AS_MABI_OPTION
454 #endif
457 /* Define if your assembler supports mfcr field. */
458 #ifndef USED_FOR_TARGET
459 #undef HAVE_AS_MFCRF
460 #endif
463 /* Define if your assembler supports mffgpr and mftgpr. */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_AS_MFPGPR
466 #endif
469 /* Define if the assembler understands -mnan=. */
470 #ifndef USED_FOR_TARGET
471 #undef HAVE_AS_NAN
472 #endif
475 /* Define if your assembler supports the -no-mul-bug-abort option. */
476 #ifndef USED_FOR_TARGET
477 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
478 #endif
481 /* Define if the assembler understands -mno-shared. */
482 #ifndef USED_FOR_TARGET
483 #undef HAVE_AS_NO_SHARED
484 #endif
487 /* Define if your assembler supports offsetable %lo(). */
488 #ifndef USED_FOR_TARGET
489 #undef HAVE_AS_OFFSETABLE_LO10
490 #endif
493 /* Define if your assembler supports popcntb field. */
494 #ifndef USED_FOR_TARGET
495 #undef HAVE_AS_POPCNTB
496 #endif
499 /* Define if your assembler supports POPCNTD instructions. */
500 #ifndef USED_FOR_TARGET
501 #undef HAVE_AS_POPCNTD
502 #endif
505 /* Define if your assembler supports POWER8 instructions. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_AS_POWER8
508 #endif
511 /* Define if your assembler supports .ref */
512 #ifndef USED_FOR_TARGET
513 #undef HAVE_AS_REF
514 #endif
517 /* Define if your assembler supports .register. */
518 #ifndef USED_FOR_TARGET
519 #undef HAVE_AS_REGISTER_PSEUDO_OP
520 #endif
523 /* Define if your assembler supports R_PPC_REL16 relocs. */
524 #ifndef USED_FOR_TARGET
525 #undef HAVE_AS_REL16
526 #endif
529 /* Define if your assembler supports -relax option. */
530 #ifndef USED_FOR_TARGET
531 #undef HAVE_AS_RELAX_OPTION
532 #endif
535 /* Define if your assembler supports SPARC4 instructions. */
536 #ifndef USED_FOR_TARGET
537 #undef HAVE_AS_SPARC4
538 #endif
541 /* Define if your assembler and linker support GOTDATA_OP relocs. */
542 #ifndef USED_FOR_TARGET
543 #undef HAVE_AS_SPARC_GOTDATA_OP
544 #endif
547 /* Define to 1 if your assembler supports #nobits, 0 otherwise. */
548 #ifndef USED_FOR_TARGET
549 #undef HAVE_AS_SPARC_NOBITS
550 #endif
553 /* Define if your assembler and linker support unaligned PC relative relocs.
554    */
555 #ifndef USED_FOR_TARGET
556 #undef HAVE_AS_SPARC_UA_PCREL
557 #endif
560 /* Define if your assembler and linker support unaligned PC relative relocs
561    against hidden symbols. */
562 #ifndef USED_FOR_TARGET
563 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
564 #endif
567 /* Define if your assembler and linker support thread-local storage. */
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_AS_TLS
570 #endif
573 /* Define if your assembler supports arg info for __tls_get_addr. */
574 #ifndef USED_FOR_TARGET
575 #undef HAVE_AS_TLS_MARKERS
576 #endif
579 /* Define if your assembler supports VSX instructions. */
580 #ifndef USED_FOR_TARGET
581 #undef HAVE_AS_VSX
582 #endif
585 /* Define to 1 if you have the `atoll' function. */
586 #ifndef USED_FOR_TARGET
587 #undef HAVE_ATOLL
588 #endif
591 /* Define to 1 if you have the `atoq' function. */
592 #ifndef USED_FOR_TARGET
593 #undef HAVE_ATOQ
594 #endif
597 /* Define to 1 if you have the `clearerr_unlocked' function. */
598 #ifndef USED_FOR_TARGET
599 #undef HAVE_CLEARERR_UNLOCKED
600 #endif
603 /* Define to 1 if you have the `clock' function. */
604 #ifndef USED_FOR_TARGET
605 #undef HAVE_CLOCK
606 #endif
609 /* Define if <time.h> defines clock_t. */
610 #ifndef USED_FOR_TARGET
611 #undef HAVE_CLOCK_T
612 #endif
615 /* Define 0/1 if your assembler and linker support COMDAT groups. */
616 #ifndef USED_FOR_TARGET
617 #undef HAVE_COMDAT_GROUP
618 #endif
621 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
622    */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_DECL_ABORT
625 #endif
628 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
629    0. */
630 #ifndef USED_FOR_TARGET
631 #undef HAVE_DECL_ASPRINTF
632 #endif
635 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
636 #ifndef USED_FOR_TARGET
637 #undef HAVE_DECL_ATOF
638 #endif
641 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
642 #ifndef USED_FOR_TARGET
643 #undef HAVE_DECL_ATOL
644 #endif
647 /* Define to 1 if we found a declaration for 'basename', otherwise define to
648    0. */
649 #ifndef USED_FOR_TARGET
650 #undef HAVE_DECL_BASENAME
651 #endif
654 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
655    */
656 #ifndef USED_FOR_TARGET
657 #undef HAVE_DECL_CALLOC
658 #endif
661 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
662    define to 0. */
663 #ifndef USED_FOR_TARGET
664 #undef HAVE_DECL_CLEARERR_UNLOCKED
665 #endif
668 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
669    */
670 #ifndef USED_FOR_TARGET
671 #undef HAVE_DECL_CLOCK
672 #endif
675 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
676    */
677 #ifndef USED_FOR_TARGET
678 #undef HAVE_DECL_ERRNO
679 #endif
682 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
683    to 0. */
684 #ifndef USED_FOR_TARGET
685 #undef HAVE_DECL_FEOF_UNLOCKED
686 #endif
689 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
690    define to 0. */
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_DECL_FERROR_UNLOCKED
693 #endif
696 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
697    define to 0. */
698 #ifndef USED_FOR_TARGET
699 #undef HAVE_DECL_FFLUSH_UNLOCKED
700 #endif
703 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
704 #ifndef USED_FOR_TARGET
705 #undef HAVE_DECL_FFS
706 #endif
709 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
710    define to 0. */
711 #ifndef USED_FOR_TARGET
712 #undef HAVE_DECL_FGETC_UNLOCKED
713 #endif
716 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
717    define to 0. */
718 #ifndef USED_FOR_TARGET
719 #undef HAVE_DECL_FGETS_UNLOCKED
720 #endif
723 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
724    define to 0. */
725 #ifndef USED_FOR_TARGET
726 #undef HAVE_DECL_FILENO_UNLOCKED
727 #endif
730 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
731    define to 0. */
732 #ifndef USED_FOR_TARGET
733 #undef HAVE_DECL_FPRINTF_UNLOCKED
734 #endif
737 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
738    define to 0. */
739 #ifndef USED_FOR_TARGET
740 #undef HAVE_DECL_FPUTC_UNLOCKED
741 #endif
744 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
745    define to 0. */
746 #ifndef USED_FOR_TARGET
747 #undef HAVE_DECL_FPUTS_UNLOCKED
748 #endif
751 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
752    define to 0. */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_DECL_FREAD_UNLOCKED
755 #endif
758 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_DECL_FREE
761 #endif
764 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
765    define to 0. */
766 #ifndef USED_FOR_TARGET
767 #undef HAVE_DECL_FWRITE_UNLOCKED
768 #endif
771 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
772    define to 0. */
773 #ifndef USED_FOR_TARGET
774 #undef HAVE_DECL_GETCHAR_UNLOCKED
775 #endif
778 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
779    */
780 #ifndef USED_FOR_TARGET
781 #undef HAVE_DECL_GETCWD
782 #endif
785 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
786    to 0. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_DECL_GETC_UNLOCKED
789 #endif
792 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
793    */
794 #ifndef USED_FOR_TARGET
795 #undef HAVE_DECL_GETENV
796 #endif
799 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
800    */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_DECL_GETOPT
803 #endif
806 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
807    to 0. */
808 #ifndef USED_FOR_TARGET
809 #undef HAVE_DECL_GETPAGESIZE
810 #endif
813 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
814    0. */
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_DECL_GETRLIMIT
817 #endif
820 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
821    0. */
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_DECL_GETRUSAGE
824 #endif
827 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
828    */
829 #ifndef USED_FOR_TARGET
830 #undef HAVE_DECL_GETWD
831 #endif
834 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
835    0. */
836 #ifndef USED_FOR_TARGET
837 #undef HAVE_DECL_LDGETNAME
838 #endif
841 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
842    */
843 #ifndef USED_FOR_TARGET
844 #undef HAVE_DECL_MADVISE
845 #endif
848 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
849    */
850 #ifndef USED_FOR_TARGET
851 #undef HAVE_DECL_MALLOC
852 #endif
855 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
856    define to 0. */
857 #ifndef USED_FOR_TARGET
858 #undef HAVE_DECL_PUTCHAR_UNLOCKED
859 #endif
862 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
863    to 0. */
864 #ifndef USED_FOR_TARGET
865 #undef HAVE_DECL_PUTC_UNLOCKED
866 #endif
869 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
870    */
871 #ifndef USED_FOR_TARGET
872 #undef HAVE_DECL_REALLOC
873 #endif
876 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
877 #ifndef USED_FOR_TARGET
878 #undef HAVE_DECL_SBRK
879 #endif
882 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
883    0. */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_DECL_SETRLIMIT
886 #endif
889 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
890    to 0. */
891 #ifndef USED_FOR_TARGET
892 #undef HAVE_DECL_SIGALTSTACK
893 #endif
896 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
897    0. */
898 #ifndef USED_FOR_TARGET
899 #undef HAVE_DECL_SNPRINTF
900 #endif
903 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
904    */
905 #ifndef USED_FOR_TARGET
906 #undef HAVE_DECL_STPCPY
907 #endif
910 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
911    */
912 #ifndef USED_FOR_TARGET
913 #undef HAVE_DECL_STRNLEN
914 #endif
917 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
918    0. */
919 #ifndef USED_FOR_TARGET
920 #undef HAVE_DECL_STRSIGNAL
921 #endif
924 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
925    */
926 #ifndef USED_FOR_TARGET
927 #undef HAVE_DECL_STRSTR
928 #endif
931 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
932    0. */
933 #ifndef USED_FOR_TARGET
934 #undef HAVE_DECL_STRVERSCMP
935 #endif
938 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
939    */
940 #ifndef USED_FOR_TARGET
941 #undef HAVE_DECL_TIMES
942 #endif
945 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
946    0. */
947 #ifndef USED_FOR_TARGET
948 #undef HAVE_DECL_VASPRINTF
949 #endif
952 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
953    0. */
954 #ifndef USED_FOR_TARGET
955 #undef HAVE_DECL_VSNPRINTF
956 #endif
959 /* Define to 1 if you have the <direct.h> header file. */
960 #ifndef USED_FOR_TARGET
961 #undef HAVE_DIRECT_H
962 #endif
965 /* Define to 1 if you have the <dlfcn.h> header file. */
966 #ifndef USED_FOR_TARGET
967 #undef HAVE_DLFCN_H
968 #endif
971 /* Define to 1 if you have the <ext/hash_map> header file. */
972 #ifndef USED_FOR_TARGET
973 #undef HAVE_EXT_HASH_MAP
974 #endif
977 /* Define to 1 if you have the <fcntl.h> header file. */
978 #ifndef USED_FOR_TARGET
979 #undef HAVE_FCNTL_H
980 #endif
983 /* Define to 1 if you have the `feof_unlocked' function. */
984 #ifndef USED_FOR_TARGET
985 #undef HAVE_FEOF_UNLOCKED
986 #endif
989 /* Define to 1 if you have the `ferror_unlocked' function. */
990 #ifndef USED_FOR_TARGET
991 #undef HAVE_FERROR_UNLOCKED
992 #endif
995 /* Define to 1 if you have the `fflush_unlocked' function. */
996 #ifndef USED_FOR_TARGET
997 #undef HAVE_FFLUSH_UNLOCKED
998 #endif
1001 /* Define to 1 if you have the `fgetc_unlocked' function. */
1002 #ifndef USED_FOR_TARGET
1003 #undef HAVE_FGETC_UNLOCKED
1004 #endif
1007 /* Define to 1 if you have the `fgets_unlocked' function. */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_FGETS_UNLOCKED
1010 #endif
1013 /* Define to 1 if you have the `fileno_unlocked' function. */
1014 #ifndef USED_FOR_TARGET
1015 #undef HAVE_FILENO_UNLOCKED
1016 #endif
1019 /* Define to 1 if you have the `fork' function. */
1020 #ifndef USED_FOR_TARGET
1021 #undef HAVE_FORK
1022 #endif
1025 /* Define to 1 if you have the `fprintf_unlocked' function. */
1026 #ifndef USED_FOR_TARGET
1027 #undef HAVE_FPRINTF_UNLOCKED
1028 #endif
1031 /* Define to 1 if you have the `fputc_unlocked' function. */
1032 #ifndef USED_FOR_TARGET
1033 #undef HAVE_FPUTC_UNLOCKED
1034 #endif
1037 /* Define to 1 if you have the `fputs_unlocked' function. */
1038 #ifndef USED_FOR_TARGET
1039 #undef HAVE_FPUTS_UNLOCKED
1040 #endif
1043 /* Define to 1 if you have the `fread_unlocked' function. */
1044 #ifndef USED_FOR_TARGET
1045 #undef HAVE_FREAD_UNLOCKED
1046 #endif
1049 /* Define to 1 if you have the `fwrite_unlocked' function. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_FWRITE_UNLOCKED
1052 #endif
1055 /* Define if your assembler supports specifying the alignment of objects
1056    allocated using the GAS .comm command. */
1057 #ifndef USED_FOR_TARGET
1058 #undef HAVE_GAS_ALIGNED_COMM
1059 #endif
1062 /* Define if your assembler supports .balign and .p2align. */
1063 #ifndef USED_FOR_TARGET
1064 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1065 #endif
1068 /* Define 0/1 if your assembler supports CFI directives. */
1069 #undef HAVE_GAS_CFI_DIRECTIVE
1071 /* Define 0/1 if your assembler supports .cfi_personality. */
1072 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1074 /* Define 0/1 if your assembler supports .cfi_sections. */
1075 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1077 /* Define if your assembler supports the .loc discriminator sub-directive. */
1078 #ifndef USED_FOR_TARGET
1079 #undef HAVE_GAS_DISCRIMINATOR
1080 #endif
1083 /* Define if your assembler supports @gnu_unique_object. */
1084 #ifndef USED_FOR_TARGET
1085 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1086 #endif
1089 /* Define if your assembler and linker support .hidden. */
1090 #undef HAVE_GAS_HIDDEN
1092 /* Define if your assembler supports .lcomm with an alignment field. */
1093 #ifndef USED_FOR_TARGET
1094 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1095 #endif
1098 /* Define if your assembler supports .literal16. */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_GAS_LITERAL16
1101 #endif
1104 /* Define if your assembler supports specifying the maximum number of bytes to
1105    skip when using the GAS .p2align command. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1108 #endif
1111 /* Define if your assembler supports the .set micromips directive */
1112 #ifndef USED_FOR_TARGET
1113 #undef HAVE_GAS_MICROMIPS
1114 #endif
1117 /* Define if your assembler supports .nsubspa comdat option. */
1118 #ifndef USED_FOR_TARGET
1119 #undef HAVE_GAS_NSUBSPA_COMDAT
1120 #endif
1123 /* Define if your assembler and linker support 32-bit section relative relocs
1124    via '.secrel32 label'. */
1125 #ifndef USED_FOR_TARGET
1126 #undef HAVE_GAS_PE_SECREL32_RELOC
1127 #endif
1130 /* Define if your assembler supports specifying the section flag e. */
1131 #ifndef USED_FOR_TARGET
1132 #undef HAVE_GAS_SECTION_EXCLUDE
1133 #endif
1136 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1137    */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_GAS_SHF_MERGE
1140 #endif
1143 /* Define if your assembler supports .subsection and .subsection -1 starts
1144    emitting at the beginning of your section. */
1145 #ifndef USED_FOR_TARGET
1146 #undef HAVE_GAS_SUBSECTION_ORDERING
1147 #endif
1150 /* Define if your assembler supports .weak. */
1151 #ifndef USED_FOR_TARGET
1152 #undef HAVE_GAS_WEAK
1153 #endif
1156 /* Define if your assembler supports .weakref. */
1157 #ifndef USED_FOR_TARGET
1158 #undef HAVE_GAS_WEAKREF
1159 #endif
1162 /* Define to 1 if you have the `getchar_unlocked' function. */
1163 #ifndef USED_FOR_TARGET
1164 #undef HAVE_GETCHAR_UNLOCKED
1165 #endif
1168 /* Define to 1 if you have the `getc_unlocked' function. */
1169 #ifndef USED_FOR_TARGET
1170 #undef HAVE_GETC_UNLOCKED
1171 #endif
1174 /* Define to 1 if you have the `getrlimit' function. */
1175 #ifndef USED_FOR_TARGET
1176 #undef HAVE_GETRLIMIT
1177 #endif
1180 /* Define to 1 if you have the `getrusage' function. */
1181 #ifndef USED_FOR_TARGET
1182 #undef HAVE_GETRUSAGE
1183 #endif
1186 /* Define to 1 if you have the `gettimeofday' function. */
1187 #ifndef USED_FOR_TARGET
1188 #undef HAVE_GETTIMEOFDAY
1189 #endif
1192 /* Define to 1 if using GNU as. */
1193 #ifndef USED_FOR_TARGET
1194 #undef HAVE_GNU_AS
1195 #endif
1198 /* Define if your system supports gnu indirect functions. */
1199 #ifndef USED_FOR_TARGET
1200 #undef HAVE_GNU_INDIRECT_FUNCTION
1201 #endif
1204 /* Define to 1 if using GNU ld. */
1205 #ifndef USED_FOR_TARGET
1206 #undef HAVE_GNU_LD
1207 #endif
1210 /* Define if you have the iconv() function. */
1211 #ifndef USED_FOR_TARGET
1212 #undef HAVE_ICONV
1213 #endif
1216 /* Define to 1 if you have the <iconv.h> header file. */
1217 #ifndef USED_FOR_TARGET
1218 #undef HAVE_ICONV_H
1219 #endif
1222 /* Define .init_array/.fini_array sections are available and working. */
1223 #ifndef USED_FOR_TARGET
1224 #undef HAVE_INITFINI_ARRAY_SUPPORT
1225 #endif
1228 /* Define to 1 if the system has the type `intmax_t'. */
1229 #ifndef USED_FOR_TARGET
1230 #undef HAVE_INTMAX_T
1231 #endif
1234 /* Define to 1 if the system has the type `intptr_t'. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_INTPTR_T
1237 #endif
1240 /* Define if you have a working <inttypes.h> header file. */
1241 #ifndef USED_FOR_TARGET
1242 #undef HAVE_INTTYPES_H
1243 #endif
1246 /* Define to 1 if you have the `kill' function. */
1247 #ifndef USED_FOR_TARGET
1248 #undef HAVE_KILL
1249 #endif
1252 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1253 #ifndef USED_FOR_TARGET
1254 #undef HAVE_LANGINFO_CODESET
1255 #endif
1258 /* Define to 1 if you have the <langinfo.h> header file. */
1259 #ifndef USED_FOR_TARGET
1260 #undef HAVE_LANGINFO_H
1261 #endif
1264 /* Define if your <locale.h> file defines LC_MESSAGES. */
1265 #ifndef USED_FOR_TARGET
1266 #undef HAVE_LC_MESSAGES
1267 #endif
1270 /* Define to 1 if you have the <ldfcn.h> header file. */
1271 #ifndef USED_FOR_TARGET
1272 #undef HAVE_LDFCN_H
1273 #endif
1276 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1277    options. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_LD_AS_NEEDED
1280 #endif
1283 /* Define if your linker supports --build-id. */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_LD_BUILDID
1286 #endif
1289 /* Define if the linker supports clearing hardware capabilities via mapfile.
1290    */
1291 #ifndef USED_FOR_TARGET
1292 #undef HAVE_LD_CLEARCAP
1293 #endif
1296 /* Define to the level of your linker's compressed debug section support. */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_LD_COMPRESS_DEBUG
1299 #endif
1302 /* Define if your linker supports --demangle option. */
1303 #ifndef USED_FOR_TARGET
1304 #undef HAVE_LD_DEMANGLE
1305 #endif
1308 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1309 #ifndef USED_FOR_TARGET
1310 #undef HAVE_LD_EH_FRAME_CIEV3
1311 #endif
1314 /* Define if your linker supports .eh_frame_hdr. */
1315 #undef HAVE_LD_EH_FRAME_HDR
1317 /* Define if your linker supports garbage collection of sections in presence
1318    of EH frames. */
1319 #ifndef USED_FOR_TARGET
1320 #undef HAVE_LD_EH_GC_SECTIONS
1321 #endif
1324 /* Define if your linker has buggy garbage collection of sections support when
1325    .text.startup.foo like sections are used. */
1326 #ifndef USED_FOR_TARGET
1327 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1328 #endif
1331 /* Define if your PowerPC64 linker supports a large TOC. */
1332 #ifndef USED_FOR_TARGET
1333 #undef HAVE_LD_LARGE_TOC
1334 #endif
1337 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1338 #ifndef USED_FOR_TARGET
1339 #undef HAVE_LD_NO_DOT_SYMS
1340 #endif
1343 /* Define if your linker can relax absolute .eh_frame personality pointers
1344    into PC-relative form. */
1345 #ifndef USED_FOR_TARGET
1346 #undef HAVE_LD_PERSONALITY_RELAXATION
1347 #endif
1350 /* Define if your linker supports -pie option. */
1351 #ifndef USED_FOR_TARGET
1352 #undef HAVE_LD_PIE
1353 #endif
1356 /* Define if your linker links a mix of read-only and read-write sections into
1357    a read-write section. */
1358 #ifndef USED_FOR_TARGET
1359 #undef HAVE_LD_RO_RW_SECTION_MIXING
1360 #endif
1363 /* Define if your linker supports the *_sol2 emulations. */
1364 #ifndef USED_FOR_TARGET
1365 #undef HAVE_LD_SOL2_EMULATION
1366 #endif
1369 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1370 #ifndef USED_FOR_TARGET
1371 #undef HAVE_LD_STATIC_DYNAMIC
1372 #endif
1375 /* Define if your linker supports --sysroot. */
1376 #ifndef USED_FOR_TARGET
1377 #undef HAVE_LD_SYSROOT
1378 #endif
1381 /* Define to 1 if you have the <limits.h> header file. */
1382 #ifndef USED_FOR_TARGET
1383 #undef HAVE_LIMITS_H
1384 #endif
1387 /* Define to 1 if you have the <locale.h> header file. */
1388 #ifndef USED_FOR_TARGET
1389 #undef HAVE_LOCALE_H
1390 #endif
1393 /* Define to 1 if the system has the type `long long'. */
1394 #ifndef USED_FOR_TARGET
1395 #undef HAVE_LONG_LONG
1396 #endif
1399 /* Define to 1 if the system has the type `long long int'. */
1400 #ifndef USED_FOR_TARGET
1401 #undef HAVE_LONG_LONG_INT
1402 #endif
1405 /* Define to the level of your linker's plugin support. */
1406 #ifndef USED_FOR_TARGET
1407 #undef HAVE_LTO_PLUGIN
1408 #endif
1411 /* Define to 1 if you have the `madvise' function. */
1412 #ifndef USED_FOR_TARGET
1413 #undef HAVE_MADVISE
1414 #endif
1417 /* Define to 1 if you have the <malloc.h> header file. */
1418 #ifndef USED_FOR_TARGET
1419 #undef HAVE_MALLOC_H
1420 #endif
1423 /* Define to 1 if you have the `mbstowcs' function. */
1424 #ifndef USED_FOR_TARGET
1425 #undef HAVE_MBSTOWCS
1426 #endif
1429 /* Define if valgrind's memcheck.h header is installed. */
1430 #ifndef USED_FOR_TARGET
1431 #undef HAVE_MEMCHECK_H
1432 #endif
1435 /* Define to 1 if you have the <memory.h> header file. */
1436 #ifndef USED_FOR_TARGET
1437 #undef HAVE_MEMORY_H
1438 #endif
1441 /* Define to 1 if you have the `mmap' function. */
1442 #ifndef USED_FOR_TARGET
1443 #undef HAVE_MMAP
1444 #endif
1447 /* Define if mmap with MAP_ANON(YMOUS) works. */
1448 #ifndef USED_FOR_TARGET
1449 #undef HAVE_MMAP_ANON
1450 #endif
1453 /* Define if mmap of /dev/zero works. */
1454 #ifndef USED_FOR_TARGET
1455 #undef HAVE_MMAP_DEV_ZERO
1456 #endif
1459 /* Define if read-only mmap of a plain file works. */
1460 #ifndef USED_FOR_TARGET
1461 #undef HAVE_MMAP_FILE
1462 #endif
1465 /* Define to 1 if you have the `nl_langinfo' function. */
1466 #ifndef USED_FOR_TARGET
1467 #undef HAVE_NL_LANGINFO
1468 #endif
1471 /* Define to 1 if you have the `popen' function. */
1472 #ifndef USED_FOR_TARGET
1473 #undef HAVE_POPEN
1474 #endif
1477 /* Define to 1 if you have the `putchar_unlocked' function. */
1478 #ifndef USED_FOR_TARGET
1479 #undef HAVE_PUTCHAR_UNLOCKED
1480 #endif
1483 /* Define to 1 if you have the `putc_unlocked' function. */
1484 #ifndef USED_FOR_TARGET
1485 #undef HAVE_PUTC_UNLOCKED
1486 #endif
1489 /* Define to 1 if you have the `setlocale' function. */
1490 #ifndef USED_FOR_TARGET
1491 #undef HAVE_SETLOCALE
1492 #endif
1495 /* Define to 1 if you have the `setrlimit' function. */
1496 #ifndef USED_FOR_TARGET
1497 #undef HAVE_SETRLIMIT
1498 #endif
1501 /* Define to 1 if you have the <stddef.h> header file. */
1502 #ifndef USED_FOR_TARGET
1503 #undef HAVE_STDDEF_H
1504 #endif
1507 /* Define to 1 if you have the <stdint.h> header file. */
1508 #ifndef USED_FOR_TARGET
1509 #undef HAVE_STDINT_H
1510 #endif
1513 /* Define to 1 if you have the <stdlib.h> header file. */
1514 #ifndef USED_FOR_TARGET
1515 #undef HAVE_STDLIB_H
1516 #endif
1519 /* Define to 1 if you have the <strings.h> header file. */
1520 #ifndef USED_FOR_TARGET
1521 #undef HAVE_STRINGS_H
1522 #endif
1525 /* Define to 1 if you have the <string.h> header file. */
1526 #ifndef USED_FOR_TARGET
1527 #undef HAVE_STRING_H
1528 #endif
1531 /* Define to 1 if you have the `strsignal' function. */
1532 #ifndef USED_FOR_TARGET
1533 #undef HAVE_STRSIGNAL
1534 #endif
1537 /* Define if <sys/times.h> defines struct tms. */
1538 #ifndef USED_FOR_TARGET
1539 #undef HAVE_STRUCT_TMS
1540 #endif
1543 /* Define to 1 if you have the `sysconf' function. */
1544 #ifndef USED_FOR_TARGET
1545 #undef HAVE_SYSCONF
1546 #endif
1549 /* Define to 1 if you have the <sys/file.h> header file. */
1550 #ifndef USED_FOR_TARGET
1551 #undef HAVE_SYS_FILE_H
1552 #endif
1555 /* Define to 1 if you have the <sys/mman.h> header file. */
1556 #ifndef USED_FOR_TARGET
1557 #undef HAVE_SYS_MMAN_H
1558 #endif
1561 /* Define to 1 if you have the <sys/param.h> header file. */
1562 #ifndef USED_FOR_TARGET
1563 #undef HAVE_SYS_PARAM_H
1564 #endif
1567 /* Define to 1 if you have the <sys/resource.h> header file. */
1568 #ifndef USED_FOR_TARGET
1569 #undef HAVE_SYS_RESOURCE_H
1570 #endif
1573 /* Define if your target C library provides sys/sdt.h */
1574 #undef HAVE_SYS_SDT_H
1576 /* Define to 1 if you have the <sys/stat.h> header file. */
1577 #ifndef USED_FOR_TARGET
1578 #undef HAVE_SYS_STAT_H
1579 #endif
1582 /* Define to 1 if you have the <sys/times.h> header file. */
1583 #ifndef USED_FOR_TARGET
1584 #undef HAVE_SYS_TIMES_H
1585 #endif
1588 /* Define to 1 if you have the <sys/time.h> header file. */
1589 #ifndef USED_FOR_TARGET
1590 #undef HAVE_SYS_TIME_H
1591 #endif
1594 /* Define to 1 if you have the <sys/types.h> header file. */
1595 #ifndef USED_FOR_TARGET
1596 #undef HAVE_SYS_TYPES_H
1597 #endif
1600 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1601 #ifndef USED_FOR_TARGET
1602 #undef HAVE_SYS_WAIT_H
1603 #endif
1606 /* Define to 1 if you have the `times' function. */
1607 #ifndef USED_FOR_TARGET
1608 #undef HAVE_TIMES
1609 #endif
1612 /* Define to 1 if you have the <time.h> header file. */
1613 #ifndef USED_FOR_TARGET
1614 #undef HAVE_TIME_H
1615 #endif
1618 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1619 #ifndef USED_FOR_TARGET
1620 #undef HAVE_TR1_UNORDERED_MAP
1621 #endif
1624 /* Define to 1 if the system has the type `uintmax_t'. */
1625 #ifndef USED_FOR_TARGET
1626 #undef HAVE_UINTMAX_T
1627 #endif
1630 /* Define to 1 if the system has the type `uintptr_t'. */
1631 #ifndef USED_FOR_TARGET
1632 #undef HAVE_UINTPTR_T
1633 #endif
1636 /* Define to 1 if you have the <unistd.h> header file. */
1637 #ifndef USED_FOR_TARGET
1638 #undef HAVE_UNISTD_H
1639 #endif
1642 /* Define to 1 if you have the <unordered_map> header file. */
1643 #ifndef USED_FOR_TARGET
1644 #undef HAVE_UNORDERED_MAP
1645 #endif
1648 /* Define to 1 if the system has the type `unsigned long long int'. */
1649 #ifndef USED_FOR_TARGET
1650 #undef HAVE_UNSIGNED_LONG_LONG_INT
1651 #endif
1654 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1655 #ifndef USED_FOR_TARGET
1656 #undef HAVE_VALGRIND_MEMCHECK_H
1657 #endif
1660 /* Define to 1 if you have the `vfork' function. */
1661 #ifndef USED_FOR_TARGET
1662 #undef HAVE_VFORK
1663 #endif
1666 /* Define to 1 if you have the <vfork.h> header file. */
1667 #ifndef USED_FOR_TARGET
1668 #undef HAVE_VFORK_H
1669 #endif
1672 /* Define to 1 if you have the <wchar.h> header file. */
1673 #ifndef USED_FOR_TARGET
1674 #undef HAVE_WCHAR_H
1675 #endif
1678 /* Define to 1 if you have the `wcswidth' function. */
1679 #ifndef USED_FOR_TARGET
1680 #undef HAVE_WCSWIDTH
1681 #endif
1684 /* Define to 1 if `fork' works. */
1685 #ifndef USED_FOR_TARGET
1686 #undef HAVE_WORKING_FORK
1687 #endif
1690 /* Define this macro if mbstowcs does not crash when its first argument is
1691    NULL. */
1692 #ifndef USED_FOR_TARGET
1693 #undef HAVE_WORKING_MBSTOWCS
1694 #endif
1697 /* Define to 1 if `vfork' works. */
1698 #ifndef USED_FOR_TARGET
1699 #undef HAVE_WORKING_VFORK
1700 #endif
1702 /* Define if isl is in use. */
1703 #ifndef USED_FOR_TARGET
1704 #undef HAVE_isl
1705 #endif
1707 /* Define if cloog is in use. */
1708 #ifndef USED_FOR_TARGET
1709 #undef HAVE_cloog
1710 #endif
1712 /* Define if F_SETLKW supported by fcntl. */
1713 #ifndef USED_FOR_TARGET
1714 #undef HOST_HAS_F_SETLKW
1715 #endif
1718 /* Define as const if the declaration of iconv() needs const. */
1719 #ifndef USED_FOR_TARGET
1720 #undef ICONV_CONST
1721 #endif
1724 /* Define if int64_t uses long as underlying type. */
1725 #ifndef USED_FOR_TARGET
1726 #undef INT64_T_IS_LONG
1727 #endif
1730 /* Define to the linker option to ignore unused dependencies. */
1731 #ifndef USED_FOR_TARGET
1732 #undef LD_AS_NEEDED_OPTION
1733 #endif
1736 /* Define to the linker option to enable compressed debug sections. */
1737 #ifndef USED_FOR_TARGET
1738 #undef LD_COMPRESS_DEBUG_OPTION
1739 #endif
1742 /* Define to the linker option to enable use of shared objects. */
1743 #ifndef USED_FOR_TARGET
1744 #undef LD_DYNAMIC_OPTION
1745 #endif
1748 /* Define to the linker option to keep unused dependencies. */
1749 #ifndef USED_FOR_TARGET
1750 #undef LD_NO_AS_NEEDED_OPTION
1751 #endif
1754 /* Define to the linker option to disable use of shared objects. */
1755 #ifndef USED_FOR_TARGET
1756 #undef LD_STATIC_OPTION
1757 #endif
1760 /* The linker hash style */
1761 #ifndef USED_FOR_TARGET
1762 #undef LINKER_HASH_STYLE
1763 #endif
1766 /* Define to the name of the LTO plugin DSO that must be passed to the
1767    linker's -plugin=LIB option. */
1768 #ifndef USED_FOR_TARGET
1769 #undef LTOPLUGINSONAME
1770 #endif
1773 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1774    */
1775 #ifndef USED_FOR_TARGET
1776 #undef LT_OBJDIR
1777 #endif
1780 /* Define if host mkdir takes a single argument. */
1781 #ifndef USED_FOR_TARGET
1782 #undef MKDIR_TAKES_ONE_ARG
1783 #endif
1786 /* Define to the address where bug reports for this package should be sent. */
1787 #ifndef USED_FOR_TARGET
1788 #undef PACKAGE_BUGREPORT
1789 #endif
1792 /* Define to the full name of this package. */
1793 #ifndef USED_FOR_TARGET
1794 #undef PACKAGE_NAME
1795 #endif
1798 /* Define to the full name and version of this package. */
1799 #ifndef USED_FOR_TARGET
1800 #undef PACKAGE_STRING
1801 #endif
1804 /* Define to the one symbol short name of this package. */
1805 #ifndef USED_FOR_TARGET
1806 #undef PACKAGE_TARNAME
1807 #endif
1810 /* Define to the home page for this package. */
1811 #ifndef USED_FOR_TARGET
1812 #undef PACKAGE_URL
1813 #endif
1816 /* Define to the version of this package. */
1817 #ifndef USED_FOR_TARGET
1818 #undef PACKAGE_VERSION
1819 #endif
1822 /* Specify plugin linker */
1823 #ifndef USED_FOR_TARGET
1824 #undef PLUGIN_LD_SUFFIX
1825 #endif
1828 /* Define to PREFIX/include if cpp should also search that directory. */
1829 #ifndef USED_FOR_TARGET
1830 #undef PREFIX_INCLUDE_DIR
1831 #endif
1834 /* The size of `int', as computed by sizeof. */
1835 #ifndef USED_FOR_TARGET
1836 #undef SIZEOF_INT
1837 #endif
1840 /* The size of `long', as computed by sizeof. */
1841 #ifndef USED_FOR_TARGET
1842 #undef SIZEOF_LONG
1843 #endif
1846 /* The size of `long long', as computed by sizeof. */
1847 #ifndef USED_FOR_TARGET
1848 #undef SIZEOF_LONG_LONG
1849 #endif
1852 /* The size of `short', as computed by sizeof. */
1853 #ifndef USED_FOR_TARGET
1854 #undef SIZEOF_SHORT
1855 #endif
1858 /* The size of `void *', as computed by sizeof. */
1859 #ifndef USED_FOR_TARGET
1860 #undef SIZEOF_VOID_P
1861 #endif
1864 /* Define to 1 if you have the ANSI C header files. */
1865 #ifndef USED_FOR_TARGET
1866 #undef STDC_HEADERS
1867 #endif
1870 /* Define if you can safely include both <string.h> and <strings.h>. */
1871 #ifndef USED_FOR_TARGET
1872 #undef STRING_WITH_STRINGS
1873 #endif
1876 /* Define if TFmode long double should be the default */
1877 #ifndef USED_FOR_TARGET
1878 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1879 #endif
1882 /* Define if your target C library provides the `dl_iterate_phdr' function. */
1883 #undef TARGET_DL_ITERATE_PHDR
1885 /* Define if your target C library provides stack protector support */
1886 #ifndef USED_FOR_TARGET
1887 #undef TARGET_LIBC_PROVIDES_SSP
1888 #endif
1891 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1892 #ifndef USED_FOR_TARGET
1893 #undef TIME_WITH_SYS_TIME
1894 #endif
1897 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
1898    work. */
1899 #ifndef USED_FOR_TARGET
1900 #undef TLS_SECTION_ASM_FLAG
1901 #endif
1904 /* Define if your assembler mis-optimizes .eh_frame data. */
1905 #ifndef USED_FOR_TARGET
1906 #undef USE_AS_TRADITIONAL_FORMAT
1907 #endif
1910 /* Define if you want to generate code by default that assumes that the Cygwin
1911    DLL exports wrappers to support libstdc++ function replacement. */
1912 #ifndef USED_FOR_TARGET
1913 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
1914 #endif
1917 /* Define to 1 if the 'long long' type is wider than 'long' but still
1918    efficiently supported by the host hardware. */
1919 #ifndef USED_FOR_TARGET
1920 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1921 #endif
1924 /* Define if we should use leading underscore on 64 bit mingw targets */
1925 #ifndef USED_FOR_TARGET
1926 #undef USE_MINGW64_LEADING_UNDERSCORES
1927 #endif
1930 /* Enable extensions on AIX 3, Interix.  */
1931 #ifndef _ALL_SOURCE
1932 # undef _ALL_SOURCE
1933 #endif
1934 /* Enable GNU extensions on systems that have them.  */
1935 #ifndef _GNU_SOURCE
1936 # undef _GNU_SOURCE
1937 #endif
1938 /* Enable threading extensions on Solaris.  */
1939 #ifndef _POSIX_PTHREAD_SEMANTICS
1940 # undef _POSIX_PTHREAD_SEMANTICS
1941 #endif
1942 /* Enable extensions on HP NonStop.  */
1943 #ifndef _TANDEM_SOURCE
1944 # undef _TANDEM_SOURCE
1945 #endif
1946 /* Enable general extensions on Solaris.  */
1947 #ifndef __EXTENSIONS__
1948 # undef __EXTENSIONS__
1949 #endif
1952 /* Define to be the last component of the Windows registry key under which to
1953    look for installation paths. The full key used will be
1954    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1955    The default is the GCC version number. */
1956 #ifndef USED_FOR_TARGET
1957 #undef WIN32_REGISTRY_KEY
1958 #endif
1961 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1962    significant byte first (like Motorola and SPARC, unlike Intel). */
1963 #if defined AC_APPLE_UNIVERSAL_BUILD
1964 # if defined __BIG_ENDIAN__
1965 #  define WORDS_BIGENDIAN 1
1966 # endif
1967 #else
1968 # ifndef WORDS_BIGENDIAN
1969 #  undef WORDS_BIGENDIAN
1970 # endif
1971 #endif
1973 /* Number of bits in a file offset, on hosts where this is settable. */
1974 #ifndef USED_FOR_TARGET
1975 #undef _FILE_OFFSET_BITS
1976 #endif
1979 /* Define for large files, on AIX-style hosts. */
1980 #ifndef USED_FOR_TARGET
1981 #undef _LARGE_FILES
1982 #endif
1985 /* Define to 1 if on MINIX. */
1986 #ifndef USED_FOR_TARGET
1987 #undef _MINIX
1988 #endif
1991 /* Define to 2 if the system does not provide POSIX.1 features except with
1992    this defined. */
1993 #ifndef USED_FOR_TARGET
1994 #undef _POSIX_1_SOURCE
1995 #endif
1998 /* Define to 1 if you need to in order for `stat' and other things to work. */
1999 #ifndef USED_FOR_TARGET
2000 #undef _POSIX_SOURCE
2001 #endif
2004 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2005    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2006    #define below would cause a syntax error. */
2007 #ifndef USED_FOR_TARGET
2008 #undef _UINT32_T
2009 #endif
2012 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2013    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2014    #define below would cause a syntax error. */
2015 #ifndef USED_FOR_TARGET
2016 #undef _UINT64_T
2017 #endif
2020 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2021    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2022    #define below would cause a syntax error. */
2023 #ifndef USED_FOR_TARGET
2024 #undef _UINT8_T
2025 #endif
2028 /* Define to `char *' if <sys/types.h> does not define. */
2029 #ifndef USED_FOR_TARGET
2030 #undef caddr_t
2031 #endif
2034 /* Define to `__inline__' or `__inline' if that's what the C compiler
2035    calls it, or to nothing if 'inline' is not supported under any name.  */
2036 #ifndef __cplusplus
2037 #undef inline
2038 #endif
2040 /* Define to the type of a signed integer type of width exactly 16 bits if
2041    such a type exists and the standard includes do not define it. */
2042 #ifndef USED_FOR_TARGET
2043 #undef int16_t
2044 #endif
2047 /* Define to the type of a signed integer type of width exactly 32 bits if
2048    such a type exists and the standard includes do not define it. */
2049 #ifndef USED_FOR_TARGET
2050 #undef int32_t
2051 #endif
2054 /* Define to the type of a signed integer type of width exactly 64 bits if
2055    such a type exists and the standard includes do not define it. */
2056 #ifndef USED_FOR_TARGET
2057 #undef int64_t
2058 #endif
2061 /* Define to the type of a signed integer type of width exactly 8 bits if such
2062    a type exists and the standard includes do not define it. */
2063 #ifndef USED_FOR_TARGET
2064 #undef int8_t
2065 #endif
2068 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2069    not define. */
2070 #ifndef USED_FOR_TARGET
2071 #undef intmax_t
2072 #endif
2075 /* Define to the type of a signed integer type wide enough to hold a pointer,
2076    if such a type exists, and if the system does not define it. */
2077 #ifndef USED_FOR_TARGET
2078 #undef intptr_t
2079 #endif
2082 /* Define to `int' if <sys/types.h> does not define. */
2083 #ifndef USED_FOR_TARGET
2084 #undef pid_t
2085 #endif
2088 /* Define to `long' if <sys/resource.h> doesn't define. */
2089 #ifndef USED_FOR_TARGET
2090 #undef rlim_t
2091 #endif
2094 /* Define to `int' if <sys/types.h> does not define. */
2095 #ifndef USED_FOR_TARGET
2096 #undef ssize_t
2097 #endif
2100 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2101    such a type exists and the standard includes do not define it. */
2102 #ifndef USED_FOR_TARGET
2103 #undef uint16_t
2104 #endif
2107 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2108    such a type exists and the standard includes do not define it. */
2109 #ifndef USED_FOR_TARGET
2110 #undef uint32_t
2111 #endif
2114 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2115    such a type exists and the standard includes do not define it. */
2116 #ifndef USED_FOR_TARGET
2117 #undef uint64_t
2118 #endif
2121 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2122    such a type exists and the standard includes do not define it. */
2123 #ifndef USED_FOR_TARGET
2124 #undef uint8_t
2125 #endif
2128 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2129    do not define. */
2130 #ifndef USED_FOR_TARGET
2131 #undef uintmax_t
2132 #endif
2135 /* Define to the type of an unsigned integer type wide enough to hold a
2136    pointer, if such a type exists, and if the system does not define it. */
2137 #ifndef USED_FOR_TARGET
2138 #undef uintptr_t
2139 #endif
2142 /* Define as `fork' if `vfork' does not work. */
2143 #ifndef USED_FOR_TARGET
2144 #undef vfork
2145 #endif