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