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