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