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