config.in revision 1.7
1/* config.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if this compiler should be built as the offload target compiler. */
4#ifndef USED_FOR_TARGET
5#undef ACCEL_COMPILER
6#endif
7
8
9/* Define if building universal (internal helper macro) */
10#ifndef USED_FOR_TARGET
11#undef AC_APPLE_UNIVERSAL_BUILD
12#endif
13
14
15/* Define to the assembler option to enable compressed debug sections. */
16#ifndef USED_FOR_TARGET
17#undef AS_COMPRESS_DEBUG_OPTION
18#endif
19
20
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
25
26
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
31
32
33/* Define to 1 if you want more run-time sanity checks. This one gets a grab
34   bag of miscellaneous but relatively cheap checks. */
35#ifndef USED_FOR_TARGET
36#undef CHECKING_P
37#endif
38
39
40/* Define 0/1 to force the choice for exception handling model. */
41#ifndef USED_FOR_TARGET
42#undef CONFIG_SJLJ_EXCEPTIONS
43#endif
44
45
46/* Define to enable the use of a default assembler. */
47#ifndef USED_FOR_TARGET
48#undef DEFAULT_ASSEMBLER
49#endif
50
51
52/* Define to enable the use of a default linker. */
53#ifndef USED_FOR_TARGET
54#undef DEFAULT_LINKER
55#endif
56
57
58/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
59   destructors for local statics and global objects. This is essential for
60   fully standards-compliant handling of destructors, but requires
61   __cxa_atexit in libc. */
62#ifndef USED_FOR_TARGET
63#undef DEFAULT_USE_CXA_ATEXIT
64#endif
65
66
67/* The default for -fdiagnostics-color option */
68#ifndef USED_FOR_TARGET
69#undef DIAGNOSTICS_COLOR_DEFAULT
70#endif
71
72
73/* Define if you want assertions enabled. This is a cheap check. */
74#ifndef USED_FOR_TARGET
75#undef ENABLE_ASSERT_CHECKING
76#endif
77
78
79/* Define to 1 to specify that we are using the BID decimal floating point
80   format instead of DPD */
81#ifndef USED_FOR_TARGET
82#undef ENABLE_DECIMAL_BID_FORMAT
83#endif
84
85
86/* Define to 1 to enable decimal float extension to C. */
87#ifndef USED_FOR_TARGET
88#undef ENABLE_DECIMAL_FLOAT
89#endif
90
91
92/* Define if your target supports default PIE and it is enabled. */
93#ifndef USED_FOR_TARGET
94#undef ENABLE_DEFAULT_PIE
95#endif
96
97
98/* Define if your target supports default stack protector and it is enabled.
99   */
100#ifndef USED_FOR_TARGET
101#undef ENABLE_DEFAULT_SSP
102#endif
103
104
105/* Define if you want more run-time sanity checks for dataflow. */
106#ifndef USED_FOR_TARGET
107#undef ENABLE_DF_CHECKING
108#endif
109
110
111/* Define to 1 to enable fixed-point arithmetic extension to C. */
112#ifndef USED_FOR_TARGET
113#undef ENABLE_FIXED_POINT
114#endif
115
116
117/* Define if you want fold checked that it never destructs its argument. This
118   is quite expensive. */
119#ifndef USED_FOR_TARGET
120#undef ENABLE_FOLD_CHECKING
121#endif
122
123
124/* Define if you want the garbage collector to operate in maximally paranoid
125   mode, validating the entire heap and collecting garbage at every
126   opportunity. This is extremely expensive. */
127#ifndef USED_FOR_TARGET
128#undef ENABLE_GC_ALWAYS_COLLECT
129#endif
130
131
132/* Define if you want the garbage collector to do object poisoning and other
133   memory allocation checks. This is quite expensive. */
134#ifndef USED_FOR_TARGET
135#undef ENABLE_GC_CHECKING
136#endif
137
138
139/* Define if you want operations on GIMPLE (the basic data structure of the
140   high-level optimizers) to be checked for dynamic type safety at runtime.
141   This is moderately expensive. */
142#ifndef USED_FOR_TARGET
143#undef ENABLE_GIMPLE_CHECKING
144#endif
145
146
147/* Define this to enable support for generating HSAIL. */
148#ifndef USED_FOR_TARGET
149#undef ENABLE_HSA
150#endif
151
152
153/* Define if gcc should always pass --build-id to linker. */
154#ifndef USED_FOR_TARGET
155#undef ENABLE_LD_BUILDID
156#endif
157
158
159/* Define to 1 to enable libquadmath support */
160#ifndef USED_FOR_TARGET
161#undef ENABLE_LIBQUADMATH_SUPPORT
162#endif
163
164
165/* Define to enable LTO support. */
166#ifndef USED_FOR_TARGET
167#undef ENABLE_LTO
168#endif
169
170
171/* Define to 1 if translation of program messages to the user's native
172   language is requested. */
173#ifndef USED_FOR_TARGET
174#undef ENABLE_NLS
175#endif
176
177
178/* Define this to enable support for offloading. */
179#ifndef USED_FOR_TARGET
180#undef ENABLE_OFFLOADING
181#endif
182
183
184/* Define to enable plugin support. */
185#ifndef USED_FOR_TARGET
186#undef ENABLE_PLUGIN
187#endif
188
189
190/* Define if you want all operations on RTL (the basic data structure of the
191   optimizer and back end) to be checked for dynamic type safety at runtime.
192   This is quite expensive. */
193#ifndef USED_FOR_TARGET
194#undef ENABLE_RTL_CHECKING
195#endif
196
197
198/* Define if you want RTL flag accesses to be checked against the RTL codes
199   that are supported for each access macro. This is relatively cheap. */
200#ifndef USED_FOR_TARGET
201#undef ENABLE_RTL_FLAG_CHECKING
202#endif
203
204
205/* Define if you want runtime assertions enabled. This is a cheap check. */
206#undef ENABLE_RUNTIME_CHECKING
207
208/* Define if you want all operations on trees (the basic data structure of the
209   front ends) to be checked for dynamic type safety at runtime. This is
210   moderately expensive. */
211#ifndef USED_FOR_TARGET
212#undef ENABLE_TREE_CHECKING
213#endif
214
215
216/* Define if you want all gimple types to be verified after gimplifiation.
217   This is cheap. */
218#ifndef USED_FOR_TARGET
219#undef ENABLE_TYPES_CHECKING
220#endif
221
222
223/* Define to get calls to the valgrind runtime enabled. */
224#ifndef USED_FOR_TARGET
225#undef ENABLE_VALGRIND_ANNOTATIONS
226#endif
227
228
229/* Define if you want to run subprograms and generated programs through
230   valgrind (a memory checker). This is extremely expensive. */
231#ifndef USED_FOR_TARGET
232#undef ENABLE_VALGRIND_CHECKING
233#endif
234
235
236/* Define to 1 if installation paths should be looked up in the Windows
237   Registry. Ignored on non-Windows hosts. */
238#ifndef USED_FOR_TARGET
239#undef ENABLE_WIN32_REGISTRY
240#endif
241
242
243/* Define to the name of a file containing a list of extra machine modes for
244   this architecture. */
245#ifndef USED_FOR_TARGET
246#undef EXTRA_MODES_FILE
247#endif
248
249
250/* Define to enable detailed memory allocation stats gathering. */
251#ifndef USED_FOR_TARGET
252#undef GATHER_STATISTICS
253#endif
254
255
256/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
257#ifndef USED_FOR_TARGET
258#undef GWINSZ_IN_SYS_IOCTL
259#endif
260
261
262/* mcontext_t fields start with __ */
263#ifndef USED_FOR_TARGET
264#undef HAS_MCONTEXT_T_UNDERSCORES
265#endif
266
267
268/* Define if your assembler supports architecture modifiers. */
269#ifndef USED_FOR_TARGET
270#undef HAVE_AS_ARCHITECTURE_MODIFIERS
271#endif
272
273
274/* Define if your avr assembler supports --mlink-relax option. */
275#ifndef USED_FOR_TARGET
276#undef HAVE_AS_AVR_MLINK_RELAX_OPTION
277#endif
278
279
280/* Define if your avr assembler supports -mrmw option. */
281#ifndef USED_FOR_TARGET
282#undef HAVE_AS_AVR_MRMW_OPTION
283#endif
284
285
286/* Define if your assembler supports cmpb. */
287#ifndef USED_FOR_TARGET
288#undef HAVE_AS_CMPB
289#endif
290
291
292/* Define to the level of your assembler's compressed debug section support.
293   */
294#ifndef USED_FOR_TARGET
295#undef HAVE_AS_COMPRESS_DEBUG
296#endif
297
298
299/* Define if your assembler supports the DCI/ICI instructions. */
300#ifndef USED_FOR_TARGET
301#undef HAVE_AS_DCI
302#endif
303
304
305/* Define if your assembler supports the --debug-prefix-map option. */
306#ifndef USED_FOR_TARGET
307#undef HAVE_AS_DEBUG_PREFIX_MAP
308#endif
309
310
311/* Define if your assembler supports DFP instructions. */
312#ifndef USED_FOR_TARGET
313#undef HAVE_AS_DFP
314#endif
315
316
317/* Define if your assembler supports .module. */
318#ifndef USED_FOR_TARGET
319#undef HAVE_AS_DOT_MODULE
320#endif
321
322
323/* Define if your assembler supports DSPR1 mult. */
324#ifndef USED_FOR_TARGET
325#undef HAVE_AS_DSPR1_MULT
326#endif
327
328
329/* Define if your assembler supports .dtprelword. */
330#ifndef USED_FOR_TARGET
331#undef HAVE_AS_DTPRELWORD
332#endif
333
334
335/* Define if your assembler supports dwarf2 .file/.loc directives, and
336   preserves file table indices exactly as given. */
337#ifndef USED_FOR_TARGET
338#undef HAVE_AS_DWARF2_DEBUG_LINE
339#endif
340
341
342/* Define if your assembler supports the R_PPC64_ENTRY relocation. */
343#ifndef USED_FOR_TARGET
344#undef HAVE_AS_ENTRY_MARKERS
345#endif
346
347
348/* Define if your assembler supports explicit relocations. */
349#ifndef USED_FOR_TARGET
350#undef HAVE_AS_EXPLICIT_RELOCS
351#endif
352
353
354/* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
355#ifndef USED_FOR_TARGET
356#undef HAVE_AS_FMAF_HPC_VIS3
357#endif
358
359
360/* Define if your assembler supports fprnd. */
361#ifndef USED_FOR_TARGET
362#undef HAVE_AS_FPRND
363#endif
364
365
366/* Define if your assembler supports the --gdwarf2 option. */
367#ifndef USED_FOR_TARGET
368#undef HAVE_AS_GDWARF2_DEBUG_FLAG
369#endif
370
371
372/* Define if your assembler supports .gnu_attribute. */
373#ifndef USED_FOR_TARGET
374#undef HAVE_AS_GNU_ATTRIBUTE
375#endif
376
377
378/* Define true if the assembler supports '.long foo@GOTOFF'. */
379#ifndef USED_FOR_TARGET
380#undef HAVE_AS_GOTOFF_IN_DATA
381#endif
382
383
384/* Define if your assembler supports the --gstabs option. */
385#ifndef USED_FOR_TARGET
386#undef HAVE_AS_GSTABS_DEBUG_FLAG
387#endif
388
389
390/* Define if your assembler supports the Sun syntax for cmov. */
391#ifndef USED_FOR_TARGET
392#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
393#endif
394
395
396/* Define if your assembler supports the subtraction of symbols in different
397   sections. */
398#ifndef USED_FOR_TARGET
399#undef HAVE_AS_IX86_DIFF_SECT_DELTA
400#endif
401
402
403/* Define if your assembler supports the ffreep mnemonic. */
404#ifndef USED_FOR_TARGET
405#undef HAVE_AS_IX86_FFREEP
406#endif
407
408
409/* Define if your assembler uses fildq and fistq mnemonics. */
410#ifndef USED_FOR_TARGET
411#undef HAVE_AS_IX86_FILDQ
412#endif
413
414
415/* Define if your assembler uses filds and fists mnemonics. */
416#ifndef USED_FOR_TARGET
417#undef HAVE_AS_IX86_FILDS
418#endif
419
420
421/* Define if your assembler supports HLE prefixes. */
422#ifndef USED_FOR_TARGET
423#undef HAVE_AS_IX86_HLE
424#endif
425
426
427/* Define if your assembler supports interunit movq mnemonic. */
428#ifndef USED_FOR_TARGET
429#undef HAVE_AS_IX86_INTERUNIT_MOVQ
430#endif
431
432
433/* Define if your assembler supports the .quad directive. */
434#ifndef USED_FOR_TARGET
435#undef HAVE_AS_IX86_QUAD
436#endif
437
438
439/* Define if the assembler supports 'rep <insn>, lock <insn>'. */
440#ifndef USED_FOR_TARGET
441#undef HAVE_AS_IX86_REP_LOCK_PREFIX
442#endif
443
444
445/* Define if your assembler supports the sahf mnemonic in 64bit mode. */
446#ifndef USED_FOR_TARGET
447#undef HAVE_AS_IX86_SAHF
448#endif
449
450
451/* Define if your assembler supports the swap suffix. */
452#ifndef USED_FOR_TARGET
453#undef HAVE_AS_IX86_SWAP
454#endif
455
456
457/* Define if your assembler and linker support @tlsgdplt. */
458#ifndef USED_FOR_TARGET
459#undef HAVE_AS_IX86_TLSGDPLT
460#endif
461
462
463/* Define to 1 if your assembler and linker support @tlsldm. */
464#ifndef USED_FOR_TARGET
465#undef HAVE_AS_IX86_TLSLDM
466#endif
467
468
469/* Define to 1 if your assembler and linker support @tlsldmplt. */
470#ifndef USED_FOR_TARGET
471#undef HAVE_AS_IX86_TLSLDMPLT
472#endif
473
474
475/* Define if your assembler supports the 'ud2' mnemonic. */
476#ifndef USED_FOR_TARGET
477#undef HAVE_AS_IX86_UD2
478#endif
479
480
481/* Define if your assembler supports the lituse_jsrdirect relocation. */
482#ifndef USED_FOR_TARGET
483#undef HAVE_AS_JSRDIRECT_RELOCS
484#endif
485
486
487/* Define if your assembler supports .sleb128 and .uleb128. */
488#ifndef USED_FOR_TARGET
489#undef HAVE_AS_LEB128
490#endif
491
492
493/* Define if your assembler supports LEON instructions. */
494#ifndef USED_FOR_TARGET
495#undef HAVE_AS_LEON
496#endif
497
498
499/* Define if the assembler won't complain about a line such as # 0 "" 2. */
500#ifndef USED_FOR_TARGET
501#undef HAVE_AS_LINE_ZERO
502#endif
503
504
505/* Define if your assembler supports ltoffx and ldxmov relocations. */
506#ifndef USED_FOR_TARGET
507#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
508#endif
509
510
511/* Define if your assembler supports LWSYNC instructions. */
512#ifndef USED_FOR_TARGET
513#undef HAVE_AS_LWSYNC
514#endif
515
516
517/* Define if your assembler supports the -mabi option. */
518#ifndef USED_FOR_TARGET
519#undef HAVE_AS_MABI_OPTION
520#endif
521
522
523/* Define if your assembler supports .machine and .machinemode. */
524#ifndef USED_FOR_TARGET
525#undef HAVE_AS_MACHINE_MACHINEMODE
526#endif
527
528
529/* Define if your assembler supports mfcr field. */
530#ifndef USED_FOR_TARGET
531#undef HAVE_AS_MFCRF
532#endif
533
534
535/* Define if your assembler supports mffgpr and mftgpr. */
536#ifndef USED_FOR_TARGET
537#undef HAVE_AS_MFPGPR
538#endif
539
540
541/* Define if your Mac OS X assembler supports the -mmacos-version-min option.
542   */
543#ifndef USED_FOR_TARGET
544#undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
545#endif
546
547
548/* Define if the assembler understands -mnan=. */
549#ifndef USED_FOR_TARGET
550#undef HAVE_AS_NAN
551#endif
552
553
554/* Define if your assembler supports the -no-mul-bug-abort option. */
555#ifndef USED_FOR_TARGET
556#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
557#endif
558
559
560/* Define if the assembler understands -mno-shared. */
561#ifndef USED_FOR_TARGET
562#undef HAVE_AS_NO_SHARED
563#endif
564
565
566/* Define if your assembler supports offsetable %lo(). */
567#ifndef USED_FOR_TARGET
568#undef HAVE_AS_OFFSETABLE_LO10
569#endif
570
571
572/* Define if your assembler supports popcntb field. */
573#ifndef USED_FOR_TARGET
574#undef HAVE_AS_POPCNTB
575#endif
576
577
578/* Define if your assembler supports POPCNTD instructions. */
579#ifndef USED_FOR_TARGET
580#undef HAVE_AS_POPCNTD
581#endif
582
583
584/* Define if your assembler supports POWER8 instructions. */
585#ifndef USED_FOR_TARGET
586#undef HAVE_AS_POWER8
587#endif
588
589
590/* Define if your assembler supports POWER9 instructions. */
591#ifndef USED_FOR_TARGET
592#undef HAVE_AS_POWER9
593#endif
594
595
596/* Define if your assembler supports .ref */
597#ifndef USED_FOR_TARGET
598#undef HAVE_AS_REF
599#endif
600
601
602/* Define if your assembler supports .register. */
603#ifndef USED_FOR_TARGET
604#undef HAVE_AS_REGISTER_PSEUDO_OP
605#endif
606
607
608/* Define if your assembler supports R_PPC_REL16 relocs. */
609#ifndef USED_FOR_TARGET
610#undef HAVE_AS_REL16
611#endif
612
613
614/* Define if your assembler supports -relax option. */
615#ifndef USED_FOR_TARGET
616#undef HAVE_AS_RELAX_OPTION
617#endif
618
619
620/* Define if your assembler supports relocs needed by -fpic. */
621#ifndef USED_FOR_TARGET
622#undef HAVE_AS_SMALL_PIC_RELOCS
623#endif
624
625
626/* Define if your assembler supports SPARC4 instructions. */
627#ifndef USED_FOR_TARGET
628#undef HAVE_AS_SPARC4
629#endif
630
631
632/* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
633#ifndef USED_FOR_TARGET
634#undef HAVE_AS_SPARC5_VIS4
635#endif
636
637
638/* Define if your assembler and linker support GOTDATA_OP relocs. */
639#ifndef USED_FOR_TARGET
640#undef HAVE_AS_SPARC_GOTDATA_OP
641#endif
642
643
644/* Define if your assembler and linker support unaligned PC relative relocs.
645   */
646#ifndef USED_FOR_TARGET
647#undef HAVE_AS_SPARC_UA_PCREL
648#endif
649
650
651/* Define if your assembler and linker support unaligned PC relative relocs
652   against hidden symbols. */
653#ifndef USED_FOR_TARGET
654#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
655#endif
656
657
658/* Define if your assembler supports .stabs. */
659#ifndef USED_FOR_TARGET
660#undef HAVE_AS_STABS_DIRECTIVE
661#endif
662
663
664/* Define if your assembler and linker support thread-local storage. */
665#ifndef USED_FOR_TARGET
666#undef HAVE_AS_TLS
667#endif
668
669
670/* Define if your assembler supports arg info for __tls_get_addr. */
671#ifndef USED_FOR_TARGET
672#undef HAVE_AS_TLS_MARKERS
673#endif
674
675
676/* Define if your assembler supports VSX instructions. */
677#ifndef USED_FOR_TARGET
678#undef HAVE_AS_VSX
679#endif
680
681
682/* Define if your assembler supports -xbrace_comment option. */
683#ifndef USED_FOR_TARGET
684#undef HAVE_AS_XBRACE_COMMENT_OPTION
685#endif
686
687
688/* Define to 1 if you have the `atoq' function. */
689#ifndef USED_FOR_TARGET
690#undef HAVE_ATOQ
691#endif
692
693
694/* Define to 1 if you have the `clearerr_unlocked' function. */
695#ifndef USED_FOR_TARGET
696#undef HAVE_CLEARERR_UNLOCKED
697#endif
698
699
700/* Define to 1 if you have the `clock' function. */
701#ifndef USED_FOR_TARGET
702#undef HAVE_CLOCK
703#endif
704
705
706/* Define if <time.h> defines clock_t. */
707#ifndef USED_FOR_TARGET
708#undef HAVE_CLOCK_T
709#endif
710
711
712/* Define 0/1 if your assembler and linker support COMDAT groups. */
713#ifndef USED_FOR_TARGET
714#undef HAVE_COMDAT_GROUP
715#endif
716
717
718/* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
719   */
720#ifndef USED_FOR_TARGET
721#undef HAVE_DECL_ABORT
722#endif
723
724
725/* Define to 1 if we found a declaration for 'asprintf', otherwise define to
726   0. */
727#ifndef USED_FOR_TARGET
728#undef HAVE_DECL_ASPRINTF
729#endif
730
731
732/* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
733#ifndef USED_FOR_TARGET
734#undef HAVE_DECL_ATOF
735#endif
736
737
738/* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
739#ifndef USED_FOR_TARGET
740#undef HAVE_DECL_ATOL
741#endif
742
743
744/* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
745   */
746#ifndef USED_FOR_TARGET
747#undef HAVE_DECL_ATOLL
748#endif
749
750
751/* Define to 1 if you have the declaration of `basename(const char*)', and to
752   0 if you don't. */
753#ifndef USED_FOR_TARGET
754#undef HAVE_DECL_BASENAME
755#endif
756
757
758/* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
759   */
760#ifndef USED_FOR_TARGET
761#undef HAVE_DECL_CALLOC
762#endif
763
764
765/* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
766   define to 0. */
767#ifndef USED_FOR_TARGET
768#undef HAVE_DECL_CLEARERR_UNLOCKED
769#endif
770
771
772/* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
773   */
774#ifndef USED_FOR_TARGET
775#undef HAVE_DECL_CLOCK
776#endif
777
778
779/* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
780   */
781#ifndef USED_FOR_TARGET
782#undef HAVE_DECL_ERRNO
783#endif
784
785
786/* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
787   to 0. */
788#ifndef USED_FOR_TARGET
789#undef HAVE_DECL_FEOF_UNLOCKED
790#endif
791
792
793/* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
794   define to 0. */
795#ifndef USED_FOR_TARGET
796#undef HAVE_DECL_FERROR_UNLOCKED
797#endif
798
799
800/* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
801   define to 0. */
802#ifndef USED_FOR_TARGET
803#undef HAVE_DECL_FFLUSH_UNLOCKED
804#endif
805
806
807/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
808#ifndef USED_FOR_TARGET
809#undef HAVE_DECL_FFS
810#endif
811
812
813/* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
814   define to 0. */
815#ifndef USED_FOR_TARGET
816#undef HAVE_DECL_FGETC_UNLOCKED
817#endif
818
819
820/* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
821   define to 0. */
822#ifndef USED_FOR_TARGET
823#undef HAVE_DECL_FGETS_UNLOCKED
824#endif
825
826
827/* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
828   define to 0. */
829#ifndef USED_FOR_TARGET
830#undef HAVE_DECL_FILENO_UNLOCKED
831#endif
832
833
834/* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
835   define to 0. */
836#ifndef USED_FOR_TARGET
837#undef HAVE_DECL_FPRINTF_UNLOCKED
838#endif
839
840
841/* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
842   define to 0. */
843#ifndef USED_FOR_TARGET
844#undef HAVE_DECL_FPUTC_UNLOCKED
845#endif
846
847
848/* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
849   define to 0. */
850#ifndef USED_FOR_TARGET
851#undef HAVE_DECL_FPUTS_UNLOCKED
852#endif
853
854
855/* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
856   define to 0. */
857#ifndef USED_FOR_TARGET
858#undef HAVE_DECL_FREAD_UNLOCKED
859#endif
860
861
862/* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
863#ifndef USED_FOR_TARGET
864#undef HAVE_DECL_FREE
865#endif
866
867
868/* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
869   define to 0. */
870#ifndef USED_FOR_TARGET
871#undef HAVE_DECL_FWRITE_UNLOCKED
872#endif
873
874
875/* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
876   define to 0. */
877#ifndef USED_FOR_TARGET
878#undef HAVE_DECL_GETCHAR_UNLOCKED
879#endif
880
881
882/* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
883   */
884#ifndef USED_FOR_TARGET
885#undef HAVE_DECL_GETCWD
886#endif
887
888
889/* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
890   to 0. */
891#ifndef USED_FOR_TARGET
892#undef HAVE_DECL_GETC_UNLOCKED
893#endif
894
895
896/* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
897   */
898#ifndef USED_FOR_TARGET
899#undef HAVE_DECL_GETENV
900#endif
901
902
903/* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
904   */
905#ifndef USED_FOR_TARGET
906#undef HAVE_DECL_GETOPT
907#endif
908
909
910/* Define to 1 if we found a declaration for 'getpagesize', otherwise define
911   to 0. */
912#ifndef USED_FOR_TARGET
913#undef HAVE_DECL_GETPAGESIZE
914#endif
915
916
917/* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
918   0. */
919#ifndef USED_FOR_TARGET
920#undef HAVE_DECL_GETRLIMIT
921#endif
922
923
924/* Define to 1 if we found a declaration for 'getrusage', otherwise define to
925   0. */
926#ifndef USED_FOR_TARGET
927#undef HAVE_DECL_GETRUSAGE
928#endif
929
930
931/* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
932   */
933#ifndef USED_FOR_TARGET
934#undef HAVE_DECL_GETWD
935#endif
936
937
938/* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
939   0. */
940#ifndef USED_FOR_TARGET
941#undef HAVE_DECL_LDGETNAME
942#endif
943
944
945/* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
946   */
947#ifndef USED_FOR_TARGET
948#undef HAVE_DECL_MADVISE
949#endif
950
951
952/* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
953   */
954#ifndef USED_FOR_TARGET
955#undef HAVE_DECL_MALLOC
956#endif
957
958
959/* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
960   define to 0. */
961#ifndef USED_FOR_TARGET
962#undef HAVE_DECL_PUTCHAR_UNLOCKED
963#endif
964
965
966/* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
967   to 0. */
968#ifndef USED_FOR_TARGET
969#undef HAVE_DECL_PUTC_UNLOCKED
970#endif
971
972
973/* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
974   */
975#ifndef USED_FOR_TARGET
976#undef HAVE_DECL_REALLOC
977#endif
978
979
980/* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
981#ifndef USED_FOR_TARGET
982#undef HAVE_DECL_SBRK
983#endif
984
985
986/* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
987   */
988#ifndef USED_FOR_TARGET
989#undef HAVE_DECL_SETENV
990#endif
991
992
993/* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
994   0. */
995#ifndef USED_FOR_TARGET
996#undef HAVE_DECL_SETRLIMIT
997#endif
998
999
1000/* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1001   to 0. */
1002#ifndef USED_FOR_TARGET
1003#undef HAVE_DECL_SIGALTSTACK
1004#endif
1005
1006
1007/* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1008   0. */
1009#ifndef USED_FOR_TARGET
1010#undef HAVE_DECL_SNPRINTF
1011#endif
1012
1013
1014/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1015   */
1016#ifndef USED_FOR_TARGET
1017#undef HAVE_DECL_STPCPY
1018#endif
1019
1020
1021/* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1022   */
1023#ifndef USED_FOR_TARGET
1024#undef HAVE_DECL_STRNLEN
1025#endif
1026
1027
1028/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1029   0. */
1030#ifndef USED_FOR_TARGET
1031#undef HAVE_DECL_STRSIGNAL
1032#endif
1033
1034
1035/* Define to 1 if you have the declaration of `strstr(const char*,const
1036   char*)', and to 0 if you don't. */
1037#ifndef USED_FOR_TARGET
1038#undef HAVE_DECL_STRSTR
1039#endif
1040
1041
1042/* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1043   */
1044#ifndef USED_FOR_TARGET
1045#undef HAVE_DECL_STRTOL
1046#endif
1047
1048
1049/* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1050   */
1051#ifndef USED_FOR_TARGET
1052#undef HAVE_DECL_STRTOLL
1053#endif
1054
1055
1056/* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1057   */
1058#ifndef USED_FOR_TARGET
1059#undef HAVE_DECL_STRTOUL
1060#endif
1061
1062
1063/* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1064   0. */
1065#ifndef USED_FOR_TARGET
1066#undef HAVE_DECL_STRTOULL
1067#endif
1068
1069
1070/* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1071   0. */
1072#ifndef USED_FOR_TARGET
1073#undef HAVE_DECL_STRVERSCMP
1074#endif
1075
1076
1077/* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1078   */
1079#ifndef USED_FOR_TARGET
1080#undef HAVE_DECL_TIMES
1081#endif
1082
1083
1084/* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1085   0. */
1086#ifndef USED_FOR_TARGET
1087#undef HAVE_DECL_UNSETENV
1088#endif
1089
1090
1091/* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1092   0. */
1093#ifndef USED_FOR_TARGET
1094#undef HAVE_DECL_VASPRINTF
1095#endif
1096
1097
1098/* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1099   0. */
1100#ifndef USED_FOR_TARGET
1101#undef HAVE_DECL_VSNPRINTF
1102#endif
1103
1104
1105/* Define to 1 if you have the <direct.h> header file. */
1106#ifndef USED_FOR_TARGET
1107#undef HAVE_DIRECT_H
1108#endif
1109
1110
1111/* Define to 1 if you have the <dlfcn.h> header file. */
1112#ifndef USED_FOR_TARGET
1113#undef HAVE_DLFCN_H
1114#endif
1115
1116
1117/* Define to 1 if you have the <ext/hash_map> header file. */
1118#ifndef USED_FOR_TARGET
1119#undef HAVE_EXT_HASH_MAP
1120#endif
1121
1122
1123/* Define to 1 if you have the <fcntl.h> header file. */
1124#ifndef USED_FOR_TARGET
1125#undef HAVE_FCNTL_H
1126#endif
1127
1128
1129/* Define to 1 if you have the `feof_unlocked' function. */
1130#ifndef USED_FOR_TARGET
1131#undef HAVE_FEOF_UNLOCKED
1132#endif
1133
1134
1135/* Define to 1 if you have the `ferror_unlocked' function. */
1136#ifndef USED_FOR_TARGET
1137#undef HAVE_FERROR_UNLOCKED
1138#endif
1139
1140
1141/* Define to 1 if you have the `fflush_unlocked' function. */
1142#ifndef USED_FOR_TARGET
1143#undef HAVE_FFLUSH_UNLOCKED
1144#endif
1145
1146
1147/* Define to 1 if you have the `fgetc_unlocked' function. */
1148#ifndef USED_FOR_TARGET
1149#undef HAVE_FGETC_UNLOCKED
1150#endif
1151
1152
1153/* Define to 1 if you have the `fgets_unlocked' function. */
1154#ifndef USED_FOR_TARGET
1155#undef HAVE_FGETS_UNLOCKED
1156#endif
1157
1158
1159/* Define to 1 if you have the `fileno_unlocked' function. */
1160#ifndef USED_FOR_TARGET
1161#undef HAVE_FILENO_UNLOCKED
1162#endif
1163
1164
1165/* Define to 1 if you have the `fork' function. */
1166#ifndef USED_FOR_TARGET
1167#undef HAVE_FORK
1168#endif
1169
1170
1171/* Define to 1 if you have the `fprintf_unlocked' function. */
1172#ifndef USED_FOR_TARGET
1173#undef HAVE_FPRINTF_UNLOCKED
1174#endif
1175
1176
1177/* Define to 1 if you have the `fputc_unlocked' function. */
1178#ifndef USED_FOR_TARGET
1179#undef HAVE_FPUTC_UNLOCKED
1180#endif
1181
1182
1183/* Define to 1 if you have the `fputs_unlocked' function. */
1184#ifndef USED_FOR_TARGET
1185#undef HAVE_FPUTS_UNLOCKED
1186#endif
1187
1188
1189/* Define to 1 if you have the `fread_unlocked' function. */
1190#ifndef USED_FOR_TARGET
1191#undef HAVE_FREAD_UNLOCKED
1192#endif
1193
1194
1195/* Define to 1 if you have the <ftw.h> header file. */
1196#ifndef USED_FOR_TARGET
1197#undef HAVE_FTW_H
1198#endif
1199
1200
1201/* Define to 1 if you have the `fwrite_unlocked' function. */
1202#ifndef USED_FOR_TARGET
1203#undef HAVE_FWRITE_UNLOCKED
1204#endif
1205
1206
1207/* Define if your assembler supports specifying the alignment of objects
1208   allocated using the GAS .comm command. */
1209#ifndef USED_FOR_TARGET
1210#undef HAVE_GAS_ALIGNED_COMM
1211#endif
1212
1213
1214/* Define if your assembler supports .balign and .p2align. */
1215#ifndef USED_FOR_TARGET
1216#undef HAVE_GAS_BALIGN_AND_P2ALIGN
1217#endif
1218
1219
1220/* Define 0/1 if your assembler supports CFI directives. */
1221#undef HAVE_GAS_CFI_DIRECTIVE
1222
1223/* Define 0/1 if your assembler supports .cfi_personality. */
1224#undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1225
1226/* Define 0/1 if your assembler supports .cfi_sections. */
1227#undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1228
1229/* Define if your assembler supports the .loc discriminator sub-directive. */
1230#ifndef USED_FOR_TARGET
1231#undef HAVE_GAS_DISCRIMINATOR
1232#endif
1233
1234
1235/* Define if your assembler supports @gnu_unique_object. */
1236#ifndef USED_FOR_TARGET
1237#undef HAVE_GAS_GNU_UNIQUE_OBJECT
1238#endif
1239
1240
1241/* Define if your assembler and linker support .hidden. */
1242#undef HAVE_GAS_HIDDEN
1243
1244/* Define if your assembler supports .lcomm with an alignment field. */
1245#ifndef USED_FOR_TARGET
1246#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1247#endif
1248
1249
1250/* Define if your assembler supports .literal16. */
1251#ifndef USED_FOR_TARGET
1252#undef HAVE_GAS_LITERAL16
1253#endif
1254
1255
1256/* Define if your assembler supports specifying the maximum number of bytes to
1257   skip when using the GAS .p2align command. */
1258#ifndef USED_FOR_TARGET
1259#undef HAVE_GAS_MAX_SKIP_P2ALIGN
1260#endif
1261
1262
1263/* Define if your assembler supports the .set micromips directive */
1264#ifndef USED_FOR_TARGET
1265#undef HAVE_GAS_MICROMIPS
1266#endif
1267
1268
1269/* Define if your assembler supports .nsubspa comdat option. */
1270#ifndef USED_FOR_TARGET
1271#undef HAVE_GAS_NSUBSPA_COMDAT
1272#endif
1273
1274
1275/* Define if your assembler and linker support 32-bit section relative relocs
1276   via '.secrel32 label'. */
1277#ifndef USED_FOR_TARGET
1278#undef HAVE_GAS_PE_SECREL32_RELOC
1279#endif
1280
1281
1282/* Define if your assembler supports specifying the section flag e. */
1283#ifndef USED_FOR_TARGET
1284#undef HAVE_GAS_SECTION_EXCLUDE
1285#endif
1286
1287
1288/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1289   */
1290#ifndef USED_FOR_TARGET
1291#undef HAVE_GAS_SHF_MERGE
1292#endif
1293
1294
1295/* Define if your assembler supports .subsection and .subsection -1 starts
1296   emitting at the beginning of your section. */
1297#ifndef USED_FOR_TARGET
1298#undef HAVE_GAS_SUBSECTION_ORDERING
1299#endif
1300
1301
1302/* Define if your assembler supports .weak. */
1303#ifndef USED_FOR_TARGET
1304#undef HAVE_GAS_WEAK
1305#endif
1306
1307
1308/* Define if your assembler supports .weakref. */
1309#ifndef USED_FOR_TARGET
1310#undef HAVE_GAS_WEAKREF
1311#endif
1312
1313
1314/* Define to 1 if you have the `getchar_unlocked' function. */
1315#ifndef USED_FOR_TARGET
1316#undef HAVE_GETCHAR_UNLOCKED
1317#endif
1318
1319
1320/* Define to 1 if you have the `getc_unlocked' function. */
1321#ifndef USED_FOR_TARGET
1322#undef HAVE_GETC_UNLOCKED
1323#endif
1324
1325
1326/* Define to 1 if you have the `getrlimit' function. */
1327#ifndef USED_FOR_TARGET
1328#undef HAVE_GETRLIMIT
1329#endif
1330
1331
1332/* Define to 1 if you have the `getrusage' function. */
1333#ifndef USED_FOR_TARGET
1334#undef HAVE_GETRUSAGE
1335#endif
1336
1337
1338/* Define to 1 if you have the `gettimeofday' function. */
1339#ifndef USED_FOR_TARGET
1340#undef HAVE_GETTIMEOFDAY
1341#endif
1342
1343
1344/* Define to 1 if using GNU as. */
1345#ifndef USED_FOR_TARGET
1346#undef HAVE_GNU_AS
1347#endif
1348
1349
1350/* Define if your system supports gnu indirect functions. */
1351#ifndef USED_FOR_TARGET
1352#undef HAVE_GNU_INDIRECT_FUNCTION
1353#endif
1354
1355
1356/* Define to 1 if using GNU ld. */
1357#ifndef USED_FOR_TARGET
1358#undef HAVE_GNU_LD
1359#endif
1360
1361
1362/* Define if the gold linker supports split stack and is available as a
1363   non-default */
1364#ifndef USED_FOR_TARGET
1365#undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1366#endif
1367
1368
1369/* Define if you have the iconv() function. */
1370#ifndef USED_FOR_TARGET
1371#undef HAVE_ICONV
1372#endif
1373
1374
1375/* Define to 1 if you have the <iconv.h> header file. */
1376#ifndef USED_FOR_TARGET
1377#undef HAVE_ICONV_H
1378#endif
1379
1380
1381/* Define 0/1 if .init_array/.fini_array sections are available and working.
1382   */
1383#ifndef USED_FOR_TARGET
1384#undef HAVE_INITFINI_ARRAY_SUPPORT
1385#endif
1386
1387
1388/* Define to 1 if the system has the type `intmax_t'. */
1389#ifndef USED_FOR_TARGET
1390#undef HAVE_INTMAX_T
1391#endif
1392
1393
1394/* Define to 1 if the system has the type `intptr_t'. */
1395#ifndef USED_FOR_TARGET
1396#undef HAVE_INTPTR_T
1397#endif
1398
1399
1400/* Define if you have a working <inttypes.h> header file. */
1401#ifndef USED_FOR_TARGET
1402#undef HAVE_INTTYPES_H
1403#endif
1404
1405
1406/* Define if isl_options_set_schedule_serialize_sccs exists. */
1407#ifndef USED_FOR_TARGET
1408#undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
1409#endif
1410
1411
1412/* Define to 1 if you have the `kill' function. */
1413#ifndef USED_FOR_TARGET
1414#undef HAVE_KILL
1415#endif
1416
1417
1418/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1419#ifndef USED_FOR_TARGET
1420#undef HAVE_LANGINFO_CODESET
1421#endif
1422
1423
1424/* Define to 1 if you have the <langinfo.h> header file. */
1425#ifndef USED_FOR_TARGET
1426#undef HAVE_LANGINFO_H
1427#endif
1428
1429
1430/* Define if your <locale.h> file defines LC_MESSAGES. */
1431#ifndef USED_FOR_TARGET
1432#undef HAVE_LC_MESSAGES
1433#endif
1434
1435
1436/* Define to 1 if you have the <ldfcn.h> header file. */
1437#ifndef USED_FOR_TARGET
1438#undef HAVE_LDFCN_H
1439#endif
1440
1441
1442/* Define if your linker supports --as-needed/--no-as-needed or equivalent
1443   options. */
1444#ifndef USED_FOR_TARGET
1445#undef HAVE_LD_AS_NEEDED
1446#endif
1447
1448
1449/* Define if your linker supports -z bndplt */
1450#ifndef USED_FOR_TARGET
1451#undef HAVE_LD_BNDPLT_SUPPORT
1452#endif
1453
1454
1455/* Define if your linker supports --build-id. */
1456#ifndef USED_FOR_TARGET
1457#undef HAVE_LD_BUILDID
1458#endif
1459
1460
1461/* Define if the linker supports clearing hardware capabilities via mapfile.
1462   */
1463#ifndef USED_FOR_TARGET
1464#undef HAVE_LD_CLEARCAP
1465#endif
1466
1467
1468/* Define to the level of your linker's compressed debug section support. */
1469#ifndef USED_FOR_TARGET
1470#undef HAVE_LD_COMPRESS_DEBUG
1471#endif
1472
1473
1474/* Define if your linker supports --demangle option. */
1475#ifndef USED_FOR_TARGET
1476#undef HAVE_LD_DEMANGLE
1477#endif
1478
1479
1480/* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1481#ifndef USED_FOR_TARGET
1482#undef HAVE_LD_EH_FRAME_CIEV3
1483#endif
1484
1485
1486/* Define if your linker supports .eh_frame_hdr. */
1487#undef HAVE_LD_EH_FRAME_HDR
1488
1489/* Define if your linker supports garbage collection of sections in presence
1490   of EH frames. */
1491#ifndef USED_FOR_TARGET
1492#undef HAVE_LD_EH_GC_SECTIONS
1493#endif
1494
1495
1496/* Define if your linker has buggy garbage collection of sections support when
1497   .text.startup.foo like sections are used. */
1498#ifndef USED_FOR_TARGET
1499#undef HAVE_LD_EH_GC_SECTIONS_BUG
1500#endif
1501
1502
1503/* Define if your PowerPC64 linker supports a large TOC. */
1504#ifndef USED_FOR_TARGET
1505#undef HAVE_LD_LARGE_TOC
1506#endif
1507
1508
1509/* Define if your PowerPC64 linker only needs function descriptor syms. */
1510#ifndef USED_FOR_TARGET
1511#undef HAVE_LD_NO_DOT_SYMS
1512#endif
1513
1514
1515/* Define if your linker can relax absolute .eh_frame personality pointers
1516   into PC-relative form. */
1517#ifndef USED_FOR_TARGET
1518#undef HAVE_LD_PERSONALITY_RELAXATION
1519#endif
1520
1521
1522/* Define if your linker supports PIE option. */
1523#ifndef USED_FOR_TARGET
1524#undef HAVE_LD_PIE
1525#endif
1526
1527
1528/* Define 0/1 if your linker supports -pie option with copy reloc. */
1529#ifndef USED_FOR_TARGET
1530#undef HAVE_LD_PIE_COPYRELOC
1531#endif
1532
1533
1534/* Define if your linker links a mix of read-only and read-write sections into
1535   a read-write section. */
1536#ifndef USED_FOR_TARGET
1537#undef HAVE_LD_RO_RW_SECTION_MIXING
1538#endif
1539
1540
1541/* Define if your linker supports the *_sol2 emulations. */
1542#ifndef USED_FOR_TARGET
1543#undef HAVE_LD_SOL2_EMULATION
1544#endif
1545
1546
1547/* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1548#ifndef USED_FOR_TARGET
1549#undef HAVE_LD_STATIC_DYNAMIC
1550#endif
1551
1552
1553/* Define if your linker supports --sysroot. */
1554#ifndef USED_FOR_TARGET
1555#undef HAVE_LD_SYSROOT
1556#endif
1557
1558
1559/* Define to 1 if you have the <limits.h> header file. */
1560#ifndef USED_FOR_TARGET
1561#undef HAVE_LIMITS_H
1562#endif
1563
1564
1565/* Define to 1 if you have the <locale.h> header file. */
1566#ifndef USED_FOR_TARGET
1567#undef HAVE_LOCALE_H
1568#endif
1569
1570
1571/* Define to 1 if the system has the type `long long'. */
1572#ifndef USED_FOR_TARGET
1573#undef HAVE_LONG_LONG
1574#endif
1575
1576
1577/* Define to 1 if the system has the type `long long int'. */
1578#ifndef USED_FOR_TARGET
1579#undef HAVE_LONG_LONG_INT
1580#endif
1581
1582
1583/* Define to the level of your linker's plugin support. */
1584#ifndef USED_FOR_TARGET
1585#undef HAVE_LTO_PLUGIN
1586#endif
1587
1588
1589/* Define to 1 if you have the `madvise' function. */
1590#ifndef USED_FOR_TARGET
1591#undef HAVE_MADVISE
1592#endif
1593
1594
1595/* Define to 1 if you have the <malloc.h> header file. */
1596#ifndef USED_FOR_TARGET
1597#undef HAVE_MALLOC_H
1598#endif
1599
1600
1601/* Define to 1 if you have the `mbstowcs' function. */
1602#ifndef USED_FOR_TARGET
1603#undef HAVE_MBSTOWCS
1604#endif
1605
1606
1607/* Define if valgrind's memcheck.h header is installed. */
1608#ifndef USED_FOR_TARGET
1609#undef HAVE_MEMCHECK_H
1610#endif
1611
1612
1613/* Define to 1 if you have the <memory.h> header file. */
1614#ifndef USED_FOR_TARGET
1615#undef HAVE_MEMORY_H
1616#endif
1617
1618
1619/* Define to 1 if you have the `mmap' function. */
1620#ifndef USED_FOR_TARGET
1621#undef HAVE_MMAP
1622#endif
1623
1624
1625/* Define if mmap with MAP_ANON(YMOUS) works. */
1626#ifndef USED_FOR_TARGET
1627#undef HAVE_MMAP_ANON
1628#endif
1629
1630
1631/* Define if mmap of /dev/zero works. */
1632#ifndef USED_FOR_TARGET
1633#undef HAVE_MMAP_DEV_ZERO
1634#endif
1635
1636
1637/* Define if read-only mmap of a plain file works. */
1638#ifndef USED_FOR_TARGET
1639#undef HAVE_MMAP_FILE
1640#endif
1641
1642
1643/* Define to 1 if you have the `nl_langinfo' function. */
1644#ifndef USED_FOR_TARGET
1645#undef HAVE_NL_LANGINFO
1646#endif
1647
1648
1649/* Define to 1 if you have the `popen' function. */
1650#ifndef USED_FOR_TARGET
1651#undef HAVE_POPEN
1652#endif
1653
1654
1655/* Define to 1 if you have the `putchar_unlocked' function. */
1656#ifndef USED_FOR_TARGET
1657#undef HAVE_PUTCHAR_UNLOCKED
1658#endif
1659
1660
1661/* Define to 1 if you have the `putc_unlocked' function. */
1662#ifndef USED_FOR_TARGET
1663#undef HAVE_PUTC_UNLOCKED
1664#endif
1665
1666
1667/* Define to 1 if you have the `setlocale' function. */
1668#ifndef USED_FOR_TARGET
1669#undef HAVE_SETLOCALE
1670#endif
1671
1672
1673/* Define to 1 if you have the `setrlimit' function. */
1674#ifndef USED_FOR_TARGET
1675#undef HAVE_SETRLIMIT
1676#endif
1677
1678
1679/* Define if the system-provided CRTs are present on Solaris. */
1680#ifndef USED_FOR_TARGET
1681#undef HAVE_SOLARIS_CRTS
1682#endif
1683
1684
1685/* Define to 1 if you have the <stddef.h> header file. */
1686#ifndef USED_FOR_TARGET
1687#undef HAVE_STDDEF_H
1688#endif
1689
1690
1691/* Define to 1 if you have the <stdint.h> header file. */
1692#ifndef USED_FOR_TARGET
1693#undef HAVE_STDINT_H
1694#endif
1695
1696
1697/* Define to 1 if you have the <stdlib.h> header file. */
1698#ifndef USED_FOR_TARGET
1699#undef HAVE_STDLIB_H
1700#endif
1701
1702
1703/* Define to 1 if you have the <strings.h> header file. */
1704#ifndef USED_FOR_TARGET
1705#undef HAVE_STRINGS_H
1706#endif
1707
1708
1709/* Define to 1 if you have the <string.h> header file. */
1710#ifndef USED_FOR_TARGET
1711#undef HAVE_STRING_H
1712#endif
1713
1714
1715/* Define to 1 if you have the `strsignal' function. */
1716#ifndef USED_FOR_TARGET
1717#undef HAVE_STRSIGNAL
1718#endif
1719
1720
1721/* Define if <sys/times.h> defines struct tms. */
1722#ifndef USED_FOR_TARGET
1723#undef HAVE_STRUCT_TMS
1724#endif
1725
1726
1727/* Define if <utility> defines std::swap. */
1728#ifndef USED_FOR_TARGET
1729#undef HAVE_SWAP_IN_UTILITY
1730#endif
1731
1732
1733/* Define to 1 if you have the `sysconf' function. */
1734#ifndef USED_FOR_TARGET
1735#undef HAVE_SYSCONF
1736#endif
1737
1738
1739/* Define to 1 if you have the <sys/file.h> header file. */
1740#ifndef USED_FOR_TARGET
1741#undef HAVE_SYS_FILE_H
1742#endif
1743
1744
1745/* Define to 1 if you have the <sys/mman.h> header file. */
1746#ifndef USED_FOR_TARGET
1747#undef HAVE_SYS_MMAN_H
1748#endif
1749
1750
1751/* Define to 1 if you have the <sys/param.h> header file. */
1752#ifndef USED_FOR_TARGET
1753#undef HAVE_SYS_PARAM_H
1754#endif
1755
1756
1757/* Define to 1 if you have the <sys/resource.h> header file. */
1758#ifndef USED_FOR_TARGET
1759#undef HAVE_SYS_RESOURCE_H
1760#endif
1761
1762
1763/* Define if your target C library provides sys/sdt.h */
1764#undef HAVE_SYS_SDT_H
1765
1766/* Define to 1 if you have the <sys/stat.h> header file. */
1767#ifndef USED_FOR_TARGET
1768#undef HAVE_SYS_STAT_H
1769#endif
1770
1771
1772/* Define to 1 if you have the <sys/times.h> header file. */
1773#ifndef USED_FOR_TARGET
1774#undef HAVE_SYS_TIMES_H
1775#endif
1776
1777
1778/* Define to 1 if you have the <sys/time.h> header file. */
1779#ifndef USED_FOR_TARGET
1780#undef HAVE_SYS_TIME_H
1781#endif
1782
1783
1784/* Define to 1 if you have the <sys/types.h> header file. */
1785#ifndef USED_FOR_TARGET
1786#undef HAVE_SYS_TYPES_H
1787#endif
1788
1789
1790/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1791#ifndef USED_FOR_TARGET
1792#undef HAVE_SYS_WAIT_H
1793#endif
1794
1795
1796/* Define to 1 if you have the `times' function. */
1797#ifndef USED_FOR_TARGET
1798#undef HAVE_TIMES
1799#endif
1800
1801
1802/* Define to 1 if you have the <time.h> header file. */
1803#ifndef USED_FOR_TARGET
1804#undef HAVE_TIME_H
1805#endif
1806
1807
1808/* Define to 1 if you have the <tr1/unordered_map> header file. */
1809#ifndef USED_FOR_TARGET
1810#undef HAVE_TR1_UNORDERED_MAP
1811#endif
1812
1813
1814/* Define to 1 if the system has the type `uintmax_t'. */
1815#ifndef USED_FOR_TARGET
1816#undef HAVE_UINTMAX_T
1817#endif
1818
1819
1820/* Define to 1 if the system has the type `uintptr_t'. */
1821#ifndef USED_FOR_TARGET
1822#undef HAVE_UINTPTR_T
1823#endif
1824
1825
1826/* Define to 1 if you have the <unistd.h> header file. */
1827#ifndef USED_FOR_TARGET
1828#undef HAVE_UNISTD_H
1829#endif
1830
1831
1832/* Define to 1 if you have the <unordered_map> header file. */
1833#ifndef USED_FOR_TARGET
1834#undef HAVE_UNORDERED_MAP
1835#endif
1836
1837
1838/* Define to 1 if the system has the type `unsigned long long int'. */
1839#ifndef USED_FOR_TARGET
1840#undef HAVE_UNSIGNED_LONG_LONG_INT
1841#endif
1842
1843
1844/* Define if valgrind's valgrind/memcheck.h header is installed. */
1845#ifndef USED_FOR_TARGET
1846#undef HAVE_VALGRIND_MEMCHECK_H
1847#endif
1848
1849
1850/* Define to 1 if you have the `vfork' function. */
1851#ifndef USED_FOR_TARGET
1852#undef HAVE_VFORK
1853#endif
1854
1855
1856/* Define to 1 if you have the <vfork.h> header file. */
1857#ifndef USED_FOR_TARGET
1858#undef HAVE_VFORK_H
1859#endif
1860
1861
1862/* Define to 1 if you have the <wchar.h> header file. */
1863#ifndef USED_FOR_TARGET
1864#undef HAVE_WCHAR_H
1865#endif
1866
1867
1868/* Define to 1 if you have the `wcswidth' function. */
1869#ifndef USED_FOR_TARGET
1870#undef HAVE_WCSWIDTH
1871#endif
1872
1873
1874/* Define to 1 if `fork' works. */
1875#ifndef USED_FOR_TARGET
1876#undef HAVE_WORKING_FORK
1877#endif
1878
1879
1880/* Define this macro if mbstowcs does not crash when its first argument is
1881   NULL. */
1882#ifndef USED_FOR_TARGET
1883#undef HAVE_WORKING_MBSTOWCS
1884#endif
1885
1886
1887/* Define to 1 if `vfork' works. */
1888#ifndef USED_FOR_TARGET
1889#undef HAVE_WORKING_VFORK
1890#endif
1891
1892
1893/* Define if your assembler supports AIX debug frame section label reference.
1894   */
1895#ifndef USED_FOR_TARGET
1896#undef HAVE_XCOFF_DWARF_EXTRAS
1897#endif
1898
1899
1900/* Define if isl is in use. */
1901#ifndef USED_FOR_TARGET
1902#undef HAVE_isl
1903#endif
1904
1905
1906/* Define if F_SETLKW supported by fcntl. */
1907#ifndef USED_FOR_TARGET
1908#undef HOST_HAS_F_SETLKW
1909#endif
1910
1911
1912/* Define as const if the declaration of iconv() needs const. */
1913#ifndef USED_FOR_TARGET
1914#undef ICONV_CONST
1915#endif
1916
1917
1918/* Define if int64_t uses long as underlying type. */
1919#ifndef USED_FOR_TARGET
1920#undef INT64_T_IS_LONG
1921#endif
1922
1923
1924/* Define to 1 if ld64 supports '-export_dynamic'. */
1925#ifndef USED_FOR_TARGET
1926#undef LD64_HAS_EXPORT_DYNAMIC
1927#endif
1928
1929
1930/* Define to ld64 version. */
1931#ifndef USED_FOR_TARGET
1932#undef LD64_VERSION
1933#endif
1934
1935
1936/* Define to the linker option to ignore unused dependencies. */
1937#ifndef USED_FOR_TARGET
1938#undef LD_AS_NEEDED_OPTION
1939#endif
1940
1941
1942/* Define to the linker option to enable compressed debug sections. */
1943#ifndef USED_FOR_TARGET
1944#undef LD_COMPRESS_DEBUG_OPTION
1945#endif
1946
1947
1948/* Define to the linker option to enable use of shared objects. */
1949#ifndef USED_FOR_TARGET
1950#undef LD_DYNAMIC_OPTION
1951#endif
1952
1953
1954/* Define to the linker option to keep unused dependencies. */
1955#ifndef USED_FOR_TARGET
1956#undef LD_NO_AS_NEEDED_OPTION
1957#endif
1958
1959
1960/* Define to the linker option to disable use of shared objects. */
1961#ifndef USED_FOR_TARGET
1962#undef LD_STATIC_OPTION
1963#endif
1964
1965
1966/* The linker hash style */
1967#ifndef USED_FOR_TARGET
1968#undef LINKER_HASH_STYLE
1969#endif
1970
1971
1972/* Define to the name of the LTO plugin DSO that must be passed to the
1973   linker's -plugin=LIB option. */
1974#ifndef USED_FOR_TARGET
1975#undef LTOPLUGINSONAME
1976#endif
1977
1978
1979/* Define to the sub-directory in which libtool stores uninstalled libraries.
1980   */
1981#ifndef USED_FOR_TARGET
1982#undef LT_OBJDIR
1983#endif
1984
1985
1986/* Define if host mkdir takes a single argument. */
1987#ifndef USED_FOR_TARGET
1988#undef MKDIR_TAKES_ONE_ARG
1989#endif
1990
1991
1992/* Define to offload targets, separated by commas. */
1993#ifndef USED_FOR_TARGET
1994#undef OFFLOAD_TARGETS
1995#endif
1996
1997
1998/* Define to the address where bug reports for this package should be sent. */
1999#ifndef USED_FOR_TARGET
2000#undef PACKAGE_BUGREPORT
2001#endif
2002
2003
2004/* Define to the full name of this package. */
2005#ifndef USED_FOR_TARGET
2006#undef PACKAGE_NAME
2007#endif
2008
2009
2010/* Define to the full name and version of this package. */
2011#ifndef USED_FOR_TARGET
2012#undef PACKAGE_STRING
2013#endif
2014
2015
2016/* Define to the one symbol short name of this package. */
2017#ifndef USED_FOR_TARGET
2018#undef PACKAGE_TARNAME
2019#endif
2020
2021
2022/* Define to the home page for this package. */
2023#ifndef USED_FOR_TARGET
2024#undef PACKAGE_URL
2025#endif
2026
2027
2028/* Define to the version of this package. */
2029#ifndef USED_FOR_TARGET
2030#undef PACKAGE_VERSION
2031#endif
2032
2033
2034/* Specify plugin linker */
2035#ifndef USED_FOR_TARGET
2036#undef PLUGIN_LD_SUFFIX
2037#endif
2038
2039
2040/* Define to .TOC. alignment forced by your linker. */
2041#ifndef USED_FOR_TARGET
2042#undef POWERPC64_TOC_POINTER_ALIGNMENT
2043#endif
2044
2045
2046/* Define to PREFIX/include if cpp should also search that directory. */
2047#ifndef USED_FOR_TARGET
2048#undef PREFIX_INCLUDE_DIR
2049#endif
2050
2051
2052/* The size of `int', as computed by sizeof. */
2053#ifndef USED_FOR_TARGET
2054#undef SIZEOF_INT
2055#endif
2056
2057
2058/* The size of `long', as computed by sizeof. */
2059#ifndef USED_FOR_TARGET
2060#undef SIZEOF_LONG
2061#endif
2062
2063
2064/* The size of `long long', as computed by sizeof. */
2065#ifndef USED_FOR_TARGET
2066#undef SIZEOF_LONG_LONG
2067#endif
2068
2069
2070/* The size of `short', as computed by sizeof. */
2071#ifndef USED_FOR_TARGET
2072#undef SIZEOF_SHORT
2073#endif
2074
2075
2076/* The size of `void *', as computed by sizeof. */
2077#ifndef USED_FOR_TARGET
2078#undef SIZEOF_VOID_P
2079#endif
2080
2081
2082/* Define to 1 if you have the ANSI C header files. */
2083#ifndef USED_FOR_TARGET
2084#undef STDC_HEADERS
2085#endif
2086
2087
2088/* Define if you can safely include both <string.h> and <strings.h>. */
2089#ifndef USED_FOR_TARGET
2090#undef STRING_WITH_STRINGS
2091#endif
2092
2093
2094/* Define if TFmode long double should be the default */
2095#ifndef USED_FOR_TARGET
2096#undef TARGET_DEFAULT_LONG_DOUBLE_128
2097#endif
2098
2099
2100/* Define if your target C library provides the `dl_iterate_phdr' function. */
2101#undef TARGET_DL_ITERATE_PHDR
2102
2103/* GNU C Library major version number used on the target, or 0. */
2104#ifndef USED_FOR_TARGET
2105#undef TARGET_GLIBC_MAJOR
2106#endif
2107
2108
2109/* GNU C Library minor version number used on the target, or 0. */
2110#ifndef USED_FOR_TARGET
2111#undef TARGET_GLIBC_MINOR
2112#endif
2113
2114
2115/* Define if your target C Library provides the AT_HWCAP value in the TCB */
2116#ifndef USED_FOR_TARGET
2117#undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2118#endif
2119
2120
2121/* Define if your target C library provides stack protector support */
2122#ifndef USED_FOR_TARGET
2123#undef TARGET_LIBC_PROVIDES_SSP
2124#endif
2125
2126
2127/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2128#ifndef USED_FOR_TARGET
2129#undef TIME_WITH_SYS_TIME
2130#endif
2131
2132
2133/* Define to the flag used to mark TLS sections if the default (`T') doesn't
2134   work. */
2135#ifndef USED_FOR_TARGET
2136#undef TLS_SECTION_ASM_FLAG
2137#endif
2138
2139
2140/* Define if your assembler mis-optimizes .eh_frame data. */
2141#ifndef USED_FOR_TARGET
2142#undef USE_AS_TRADITIONAL_FORMAT
2143#endif
2144
2145
2146/* Define if you want to generate code by default that assumes that the Cygwin
2147   DLL exports wrappers to support libstdc++ function replacement. */
2148#ifndef USED_FOR_TARGET
2149#undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2150#endif
2151
2152
2153/* Define to 1 if the 'long long' type is wider than 'long' but still
2154   efficiently supported by the host hardware. */
2155#ifndef USED_FOR_TARGET
2156#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2157#endif
2158
2159
2160/* Define if we should use leading underscore on 64 bit mingw targets */
2161#ifndef USED_FOR_TARGET
2162#undef USE_MINGW64_LEADING_UNDERSCORES
2163#endif
2164
2165
2166/* Enable extensions on AIX 3, Interix.  */
2167#ifndef _ALL_SOURCE
2168# undef _ALL_SOURCE
2169#endif
2170/* Enable GNU extensions on systems that have them.  */
2171#ifndef _GNU_SOURCE
2172# undef _GNU_SOURCE
2173#endif
2174/* Enable threading extensions on Solaris.  */
2175#ifndef _POSIX_PTHREAD_SEMANTICS
2176# undef _POSIX_PTHREAD_SEMANTICS
2177#endif
2178/* Enable extensions on HP NonStop.  */
2179#ifndef _TANDEM_SOURCE
2180# undef _TANDEM_SOURCE
2181#endif
2182/* Enable general extensions on Solaris.  */
2183#ifndef __EXTENSIONS__
2184# undef __EXTENSIONS__
2185#endif
2186
2187
2188/* Define to be the last component of the Windows registry key under which to
2189   look for installation paths. The full key used will be
2190   HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2191   The default is the GCC version number. */
2192#ifndef USED_FOR_TARGET
2193#undef WIN32_REGISTRY_KEY
2194#endif
2195
2196
2197/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2198   significant byte first (like Motorola and SPARC, unlike Intel). */
2199#if defined AC_APPLE_UNIVERSAL_BUILD
2200# if defined __BIG_ENDIAN__
2201#  define WORDS_BIGENDIAN 1
2202# endif
2203#else
2204# ifndef WORDS_BIGENDIAN
2205#  undef WORDS_BIGENDIAN
2206# endif
2207#endif
2208
2209/* Number of bits in a file offset, on hosts where this is settable. */
2210#ifndef USED_FOR_TARGET
2211#undef _FILE_OFFSET_BITS
2212#endif
2213
2214
2215/* Define for large files, on AIX-style hosts. */
2216#ifndef USED_FOR_TARGET
2217#undef _LARGE_FILES
2218#endif
2219
2220
2221/* Define to 1 if on MINIX. */
2222#ifndef USED_FOR_TARGET
2223#undef _MINIX
2224#endif
2225
2226
2227/* Define to 2 if the system does not provide POSIX.1 features except with
2228   this defined. */
2229#ifndef USED_FOR_TARGET
2230#undef _POSIX_1_SOURCE
2231#endif
2232
2233
2234/* Define to 1 if you need to in order for `stat' and other things to work. */
2235#ifndef USED_FOR_TARGET
2236#undef _POSIX_SOURCE
2237#endif
2238
2239
2240/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2241   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2242   #define below would cause a syntax error. */
2243#ifndef USED_FOR_TARGET
2244#undef _UINT32_T
2245#endif
2246
2247
2248/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2249   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2250   #define below would cause a syntax error. */
2251#ifndef USED_FOR_TARGET
2252#undef _UINT64_T
2253#endif
2254
2255
2256/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2257   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2258   #define below would cause a syntax error. */
2259#ifndef USED_FOR_TARGET
2260#undef _UINT8_T
2261#endif
2262
2263
2264/* Define to `char *' if <sys/types.h> does not define. */
2265#ifndef USED_FOR_TARGET
2266#undef caddr_t
2267#endif
2268
2269
2270/* Define to `__inline__' or `__inline' if that's what the C compiler
2271   calls it, or to nothing if 'inline' is not supported under any name.  */
2272#ifndef __cplusplus
2273#undef inline
2274#endif
2275
2276/* Define to the type of a signed integer type of width exactly 16 bits if
2277   such a type exists and the standard includes do not define it. */
2278#ifndef USED_FOR_TARGET
2279#undef int16_t
2280#endif
2281
2282
2283/* Define to the type of a signed integer type of width exactly 32 bits if
2284   such a type exists and the standard includes do not define it. */
2285#ifndef USED_FOR_TARGET
2286#undef int32_t
2287#endif
2288
2289
2290/* Define to the type of a signed integer type of width exactly 64 bits if
2291   such a type exists and the standard includes do not define it. */
2292#ifndef USED_FOR_TARGET
2293#undef int64_t
2294#endif
2295
2296
2297/* Define to the type of a signed integer type of width exactly 8 bits if such
2298   a type exists and the standard includes do not define it. */
2299#ifndef USED_FOR_TARGET
2300#undef int8_t
2301#endif
2302
2303
2304/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2305   not define. */
2306#ifndef USED_FOR_TARGET
2307#undef intmax_t
2308#endif
2309
2310
2311/* Define to the type of a signed integer type wide enough to hold a pointer,
2312   if such a type exists, and if the system does not define it. */
2313#ifndef USED_FOR_TARGET
2314#undef intptr_t
2315#endif
2316
2317
2318/* Define to `int' if <sys/types.h> does not define. */
2319#ifndef USED_FOR_TARGET
2320#undef pid_t
2321#endif
2322
2323
2324/* Define to `long' if <sys/resource.h> doesn't define. */
2325#ifndef USED_FOR_TARGET
2326#undef rlim_t
2327#endif
2328
2329
2330/* Define to `int' if <sys/types.h> does not define. */
2331#ifndef USED_FOR_TARGET
2332#undef ssize_t
2333#endif
2334
2335
2336/* Define to the type of an unsigned integer type of width exactly 16 bits if
2337   such a type exists and the standard includes do not define it. */
2338#ifndef USED_FOR_TARGET
2339#undef uint16_t
2340#endif
2341
2342
2343/* Define to the type of an unsigned integer type of width exactly 32 bits if
2344   such a type exists and the standard includes do not define it. */
2345#ifndef USED_FOR_TARGET
2346#undef uint32_t
2347#endif
2348
2349
2350/* Define to the type of an unsigned integer type of width exactly 64 bits if
2351   such a type exists and the standard includes do not define it. */
2352#ifndef USED_FOR_TARGET
2353#undef uint64_t
2354#endif
2355
2356
2357/* Define to the type of an unsigned integer type of width exactly 8 bits if
2358   such a type exists and the standard includes do not define it. */
2359#ifndef USED_FOR_TARGET
2360#undef uint8_t
2361#endif
2362
2363
2364/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2365   do not define. */
2366#ifndef USED_FOR_TARGET
2367#undef uintmax_t
2368#endif
2369
2370
2371/* Define to the type of an unsigned integer type wide enough to hold a
2372   pointer, if such a type exists, and if the system does not define it. */
2373#ifndef USED_FOR_TARGET
2374#undef uintptr_t
2375#endif
2376
2377
2378/* Define as `fork' if `vfork' does not work. */
2379#ifndef USED_FOR_TARGET
2380#undef vfork
2381#endif
2382
2383