]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config.in
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
[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 0/1 to force the choice for exception handling model. */
41 #ifndef USED_FOR_TARGET
42 #undef CONFIG_SJLJ_EXCEPTIONS
43 #endif
44
45
46 /* Define to enable the use of a default assembler. */
47 #ifndef USED_FOR_TARGET
48 #undef DEFAULT_ASSEMBLER
49 #endif
50
51
52 /* Define to enable the use of a default linker. */
53 #ifndef USED_FOR_TARGET
54 #undef DEFAULT_LINKER
55 #endif
56
57
58 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
59 destructors for local statics and global objects. This is essential for
60 fully standards-compliant handling of destructors, but requires
61 __cxa_atexit in libc. */
62 #ifndef USED_FOR_TARGET
63 #undef DEFAULT_USE_CXA_ATEXIT
64 #endif
65
66
67 /* The default for -fdiagnostics-color option */
68 #ifndef USED_FOR_TARGET
69 #undef DIAGNOSTICS_COLOR_DEFAULT
70 #endif
71
72
73 /* Define if you want assertions enabled. This is a cheap check. */
74 #ifndef USED_FOR_TARGET
75 #undef ENABLE_ASSERT_CHECKING
76 #endif
77
78
79 /* Define to 1 to specify that we are using the BID decimal floating point
80 format instead of DPD */
81 #ifndef USED_FOR_TARGET
82 #undef ENABLE_DECIMAL_BID_FORMAT
83 #endif
84
85
86 /* Define to 1 to enable decimal float extension to C. */
87 #ifndef USED_FOR_TARGET
88 #undef ENABLE_DECIMAL_FLOAT
89 #endif
90
91
92 /* Define if your target supports default PIE and it is enabled. */
93 #ifndef USED_FOR_TARGET
94 #undef ENABLE_DEFAULT_PIE
95 #endif
96
97
98 /* Define if your target supports default stack protector and it is enabled.
99 */
100 #ifndef USED_FOR_TARGET
101 #undef ENABLE_DEFAULT_SSP
102 #endif
103
104
105 /* Define if you want more run-time sanity checks for dataflow. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_DF_CHECKING
108 #endif
109
110
111 /* Define to 0/1 if you want extra run-time checking that might affect code
112 generation. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_EXTRA_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 your Mac OS X assembler supports the -mmacos-version-min option.
568 */
569 #ifndef USED_FOR_TARGET
570 #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION
571 #endif
572
573
574 /* Define if the assembler understands -mnan=. */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_AS_NAN
577 #endif
578
579
580 /* Define if your assembler supports the -no-mul-bug-abort option. */
581 #ifndef USED_FOR_TARGET
582 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
583 #endif
584
585
586 /* Define if the assembler understands -mno-shared. */
587 #ifndef USED_FOR_TARGET
588 #undef HAVE_AS_NO_SHARED
589 #endif
590
591
592 /* Define if your assembler supports offsetable %lo(). */
593 #ifndef USED_FOR_TARGET
594 #undef HAVE_AS_OFFSETABLE_LO10
595 #endif
596
597
598 /* Define if your assembler supports popcntb field. */
599 #ifndef USED_FOR_TARGET
600 #undef HAVE_AS_POPCNTB
601 #endif
602
603
604 /* Define if your assembler supports POPCNTD instructions. */
605 #ifndef USED_FOR_TARGET
606 #undef HAVE_AS_POPCNTD
607 #endif
608
609
610 /* Define if your assembler supports POWER8 instructions. */
611 #ifndef USED_FOR_TARGET
612 #undef HAVE_AS_POWER8
613 #endif
614
615
616 /* Define if your assembler supports POWER9 instructions. */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_AS_POWER9
619 #endif
620
621
622 /* Define if your assembler supports .ref */
623 #ifndef USED_FOR_TARGET
624 #undef HAVE_AS_REF
625 #endif
626
627
628 /* Define if your assembler supports .register. */
629 #ifndef USED_FOR_TARGET
630 #undef HAVE_AS_REGISTER_PSEUDO_OP
631 #endif
632
633
634 /* Define if your assembler supports R_PPC_REL16 relocs. */
635 #ifndef USED_FOR_TARGET
636 #undef HAVE_AS_REL16
637 #endif
638
639
640 /* Define if your assembler supports -relax option. */
641 #ifndef USED_FOR_TARGET
642 #undef HAVE_AS_RELAX_OPTION
643 #endif
644
645
646 /* Define if your assembler supports relocs needed by -fpic. */
647 #ifndef USED_FOR_TARGET
648 #undef HAVE_AS_SMALL_PIC_RELOCS
649 #endif
650
651
652 /* Define if your assembler supports SPARC4 instructions. */
653 #ifndef USED_FOR_TARGET
654 #undef HAVE_AS_SPARC4
655 #endif
656
657
658 /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */
659 #ifndef USED_FOR_TARGET
660 #undef HAVE_AS_SPARC5_VIS4
661 #endif
662
663
664 /* Define if your assembler and linker support GOTDATA_OP relocs. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_AS_SPARC_GOTDATA_OP
667 #endif
668
669
670 /* Define if your assembler and linker support unaligned PC relative relocs.
671 */
672 #ifndef USED_FOR_TARGET
673 #undef HAVE_AS_SPARC_UA_PCREL
674 #endif
675
676
677 /* Define if your assembler and linker support unaligned PC relative relocs
678 against hidden symbols. */
679 #ifndef USED_FOR_TARGET
680 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
681 #endif
682
683
684 /* Define if your assembler supports .stabs. */
685 #ifndef USED_FOR_TARGET
686 #undef HAVE_AS_STABS_DIRECTIVE
687 #endif
688
689
690 /* Define if your assembler and linker support thread-local storage. */
691 #ifndef USED_FOR_TARGET
692 #undef HAVE_AS_TLS
693 #endif
694
695
696 /* Define if your assembler supports arg info for __tls_get_addr. */
697 #ifndef USED_FOR_TARGET
698 #undef HAVE_AS_TLS_MARKERS
699 #endif
700
701
702 /* Define if your assembler supports VSX instructions. */
703 #ifndef USED_FOR_TARGET
704 #undef HAVE_AS_VSX
705 #endif
706
707
708 /* Define to 1 if you have the `atoq' function. */
709 #ifndef USED_FOR_TARGET
710 #undef HAVE_ATOQ
711 #endif
712
713
714 /* Define to 1 if you have the `clearerr_unlocked' function. */
715 #ifndef USED_FOR_TARGET
716 #undef HAVE_CLEARERR_UNLOCKED
717 #endif
718
719
720 /* Define to 1 if you have the `clock' function. */
721 #ifndef USED_FOR_TARGET
722 #undef HAVE_CLOCK
723 #endif
724
725
726 /* Define if <time.h> defines clock_t. */
727 #ifndef USED_FOR_TARGET
728 #undef HAVE_CLOCK_T
729 #endif
730
731
732 /* Define 0/1 if your assembler and linker support COMDAT groups. */
733 #ifndef USED_FOR_TARGET
734 #undef HAVE_COMDAT_GROUP
735 #endif
736
737
738 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
739 */
740 #ifndef USED_FOR_TARGET
741 #undef HAVE_DECL_ABORT
742 #endif
743
744
745 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
746 0. */
747 #ifndef USED_FOR_TARGET
748 #undef HAVE_DECL_ASPRINTF
749 #endif
750
751
752 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
753 #ifndef USED_FOR_TARGET
754 #undef HAVE_DECL_ATOF
755 #endif
756
757
758 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
759 #ifndef USED_FOR_TARGET
760 #undef HAVE_DECL_ATOL
761 #endif
762
763
764 /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0.
765 */
766 #ifndef USED_FOR_TARGET
767 #undef HAVE_DECL_ATOLL
768 #endif
769
770
771 /* Define to 1 if you have the declaration of `basename(const char*)', and to
772 0 if you don't. */
773 #ifndef USED_FOR_TARGET
774 #undef HAVE_DECL_BASENAME
775 #endif
776
777
778 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
779 */
780 #ifndef USED_FOR_TARGET
781 #undef HAVE_DECL_CALLOC
782 #endif
783
784
785 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
786 define to 0. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_DECL_CLEARERR_UNLOCKED
789 #endif
790
791
792 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
793 */
794 #ifndef USED_FOR_TARGET
795 #undef HAVE_DECL_CLOCK
796 #endif
797
798
799 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
800 */
801 #ifndef USED_FOR_TARGET
802 #undef HAVE_DECL_ERRNO
803 #endif
804
805
806 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
807 to 0. */
808 #ifndef USED_FOR_TARGET
809 #undef HAVE_DECL_FEOF_UNLOCKED
810 #endif
811
812
813 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
814 define to 0. */
815 #ifndef USED_FOR_TARGET
816 #undef HAVE_DECL_FERROR_UNLOCKED
817 #endif
818
819
820 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
821 define to 0. */
822 #ifndef USED_FOR_TARGET
823 #undef HAVE_DECL_FFLUSH_UNLOCKED
824 #endif
825
826
827 /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
828 #ifndef USED_FOR_TARGET
829 #undef HAVE_DECL_FFS
830 #endif
831
832
833 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
834 define to 0. */
835 #ifndef USED_FOR_TARGET
836 #undef HAVE_DECL_FGETC_UNLOCKED
837 #endif
838
839
840 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
841 define to 0. */
842 #ifndef USED_FOR_TARGET
843 #undef HAVE_DECL_FGETS_UNLOCKED
844 #endif
845
846
847 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
848 define to 0. */
849 #ifndef USED_FOR_TARGET
850 #undef HAVE_DECL_FILENO_UNLOCKED
851 #endif
852
853
854 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
855 define to 0. */
856 #ifndef USED_FOR_TARGET
857 #undef HAVE_DECL_FPRINTF_UNLOCKED
858 #endif
859
860
861 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
862 define to 0. */
863 #ifndef USED_FOR_TARGET
864 #undef HAVE_DECL_FPUTC_UNLOCKED
865 #endif
866
867
868 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
869 define to 0. */
870 #ifndef USED_FOR_TARGET
871 #undef HAVE_DECL_FPUTS_UNLOCKED
872 #endif
873
874
875 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
876 define to 0. */
877 #ifndef USED_FOR_TARGET
878 #undef HAVE_DECL_FREAD_UNLOCKED
879 #endif
880
881
882 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
883 #ifndef USED_FOR_TARGET
884 #undef HAVE_DECL_FREE
885 #endif
886
887
888 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
889 define to 0. */
890 #ifndef USED_FOR_TARGET
891 #undef HAVE_DECL_FWRITE_UNLOCKED
892 #endif
893
894
895 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
896 define to 0. */
897 #ifndef USED_FOR_TARGET
898 #undef HAVE_DECL_GETCHAR_UNLOCKED
899 #endif
900
901
902 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
903 */
904 #ifndef USED_FOR_TARGET
905 #undef HAVE_DECL_GETCWD
906 #endif
907
908
909 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
910 to 0. */
911 #ifndef USED_FOR_TARGET
912 #undef HAVE_DECL_GETC_UNLOCKED
913 #endif
914
915
916 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
917 */
918 #ifndef USED_FOR_TARGET
919 #undef HAVE_DECL_GETENV
920 #endif
921
922
923 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
924 */
925 #ifndef USED_FOR_TARGET
926 #undef HAVE_DECL_GETOPT
927 #endif
928
929
930 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
931 to 0. */
932 #ifndef USED_FOR_TARGET
933 #undef HAVE_DECL_GETPAGESIZE
934 #endif
935
936
937 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
938 0. */
939 #ifndef USED_FOR_TARGET
940 #undef HAVE_DECL_GETRLIMIT
941 #endif
942
943
944 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
945 0. */
946 #ifndef USED_FOR_TARGET
947 #undef HAVE_DECL_GETRUSAGE
948 #endif
949
950
951 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
952 */
953 #ifndef USED_FOR_TARGET
954 #undef HAVE_DECL_GETWD
955 #endif
956
957
958 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
959 0. */
960 #ifndef USED_FOR_TARGET
961 #undef HAVE_DECL_LDGETNAME
962 #endif
963
964
965 /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
966 */
967 #ifndef USED_FOR_TARGET
968 #undef HAVE_DECL_MADVISE
969 #endif
970
971
972 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
973 */
974 #ifndef USED_FOR_TARGET
975 #undef HAVE_DECL_MALLOC
976 #endif
977
978
979 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
980 define to 0. */
981 #ifndef USED_FOR_TARGET
982 #undef HAVE_DECL_PUTCHAR_UNLOCKED
983 #endif
984
985
986 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
987 to 0. */
988 #ifndef USED_FOR_TARGET
989 #undef HAVE_DECL_PUTC_UNLOCKED
990 #endif
991
992
993 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
994 */
995 #ifndef USED_FOR_TARGET
996 #undef HAVE_DECL_REALLOC
997 #endif
998
999
1000 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
1001 #ifndef USED_FOR_TARGET
1002 #undef HAVE_DECL_SBRK
1003 #endif
1004
1005
1006 /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0.
1007 */
1008 #ifndef USED_FOR_TARGET
1009 #undef HAVE_DECL_SETENV
1010 #endif
1011
1012
1013 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
1014 0. */
1015 #ifndef USED_FOR_TARGET
1016 #undef HAVE_DECL_SETRLIMIT
1017 #endif
1018
1019
1020 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
1021 to 0. */
1022 #ifndef USED_FOR_TARGET
1023 #undef HAVE_DECL_SIGALTSTACK
1024 #endif
1025
1026
1027 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
1028 0. */
1029 #ifndef USED_FOR_TARGET
1030 #undef HAVE_DECL_SNPRINTF
1031 #endif
1032
1033
1034 /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
1035 */
1036 #ifndef USED_FOR_TARGET
1037 #undef HAVE_DECL_STPCPY
1038 #endif
1039
1040
1041 /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0.
1042 */
1043 #ifndef USED_FOR_TARGET
1044 #undef HAVE_DECL_STRNLEN
1045 #endif
1046
1047
1048 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
1049 0. */
1050 #ifndef USED_FOR_TARGET
1051 #undef HAVE_DECL_STRSIGNAL
1052 #endif
1053
1054
1055 /* Define to 1 if you have the declaration of `strstr(const char*,const
1056 char*)', and to 0 if you don't. */
1057 #ifndef USED_FOR_TARGET
1058 #undef HAVE_DECL_STRSTR
1059 #endif
1060
1061
1062 /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0.
1063 */
1064 #ifndef USED_FOR_TARGET
1065 #undef HAVE_DECL_STRTOL
1066 #endif
1067
1068
1069 /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0.
1070 */
1071 #ifndef USED_FOR_TARGET
1072 #undef HAVE_DECL_STRTOLL
1073 #endif
1074
1075
1076 /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0.
1077 */
1078 #ifndef USED_FOR_TARGET
1079 #undef HAVE_DECL_STRTOUL
1080 #endif
1081
1082
1083 /* Define to 1 if we found a declaration for 'strtoull', otherwise define to
1084 0. */
1085 #ifndef USED_FOR_TARGET
1086 #undef HAVE_DECL_STRTOULL
1087 #endif
1088
1089
1090 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
1091 0. */
1092 #ifndef USED_FOR_TARGET
1093 #undef HAVE_DECL_STRVERSCMP
1094 #endif
1095
1096
1097 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
1098 */
1099 #ifndef USED_FOR_TARGET
1100 #undef HAVE_DECL_TIMES
1101 #endif
1102
1103
1104 /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to
1105 0. */
1106 #ifndef USED_FOR_TARGET
1107 #undef HAVE_DECL_UNSETENV
1108 #endif
1109
1110
1111 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
1112 0. */
1113 #ifndef USED_FOR_TARGET
1114 #undef HAVE_DECL_VASPRINTF
1115 #endif
1116
1117
1118 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
1119 0. */
1120 #ifndef USED_FOR_TARGET
1121 #undef HAVE_DECL_VSNPRINTF
1122 #endif
1123
1124
1125 /* Define to 1 if you have the <direct.h> header file. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_DIRECT_H
1128 #endif
1129
1130
1131 /* Define to 1 if you have the <dlfcn.h> header file. */
1132 #ifndef USED_FOR_TARGET
1133 #undef HAVE_DLFCN_H
1134 #endif
1135
1136
1137 /* Define to 1 if you have the <ext/hash_map> header file. */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_EXT_HASH_MAP
1140 #endif
1141
1142
1143 /* Define to 1 if you have the <fcntl.h> header file. */
1144 #ifndef USED_FOR_TARGET
1145 #undef HAVE_FCNTL_H
1146 #endif
1147
1148
1149 /* Define to 1 if you have the `feof_unlocked' function. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_FEOF_UNLOCKED
1152 #endif
1153
1154
1155 /* Define to 1 if you have the `ferror_unlocked' function. */
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_FERROR_UNLOCKED
1158 #endif
1159
1160
1161 /* Define to 1 if you have the `fflush_unlocked' function. */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_FFLUSH_UNLOCKED
1164 #endif
1165
1166
1167 /* Define to 1 if you have the `fgetc_unlocked' function. */
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_FGETC_UNLOCKED
1170 #endif
1171
1172
1173 /* Define to 1 if you have the `fgets_unlocked' function. */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_FGETS_UNLOCKED
1176 #endif
1177
1178
1179 /* Define to 1 if you have the `fileno_unlocked' function. */
1180 #ifndef USED_FOR_TARGET
1181 #undef HAVE_FILENO_UNLOCKED
1182 #endif
1183
1184
1185 /* Define to 1 if you have the `fork' function. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_FORK
1188 #endif
1189
1190
1191 /* Define to 1 if you have the `fprintf_unlocked' function. */
1192 #ifndef USED_FOR_TARGET
1193 #undef HAVE_FPRINTF_UNLOCKED
1194 #endif
1195
1196
1197 /* Define to 1 if you have the `fputc_unlocked' function. */
1198 #ifndef USED_FOR_TARGET
1199 #undef HAVE_FPUTC_UNLOCKED
1200 #endif
1201
1202
1203 /* Define to 1 if you have the `fputs_unlocked' function. */
1204 #ifndef USED_FOR_TARGET
1205 #undef HAVE_FPUTS_UNLOCKED
1206 #endif
1207
1208
1209 /* Define to 1 if you have the `fread_unlocked' function. */
1210 #ifndef USED_FOR_TARGET
1211 #undef HAVE_FREAD_UNLOCKED
1212 #endif
1213
1214
1215 /* Define to 1 if you have the <ftw.h> header file. */
1216 #ifndef USED_FOR_TARGET
1217 #undef HAVE_FTW_H
1218 #endif
1219
1220
1221 /* Define to 1 if you have the `fwrite_unlocked' function. */
1222 #ifndef USED_FOR_TARGET
1223 #undef HAVE_FWRITE_UNLOCKED
1224 #endif
1225
1226
1227 /* Define if your assembler supports specifying the alignment of objects
1228 allocated using the GAS .comm command. */
1229 #ifndef USED_FOR_TARGET
1230 #undef HAVE_GAS_ALIGNED_COMM
1231 #endif
1232
1233
1234 /* Define if your assembler supports .balign and .p2align. */
1235 #ifndef USED_FOR_TARGET
1236 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
1237 #endif
1238
1239
1240 /* Define 0/1 if your assembler supports CFI directives. */
1241 #undef HAVE_GAS_CFI_DIRECTIVE
1242
1243 /* Define 0/1 if your assembler supports .cfi_personality. */
1244 #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE
1245
1246 /* Define 0/1 if your assembler supports .cfi_sections. */
1247 #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE
1248
1249 /* Define if your assembler supports the .loc discriminator sub-directive. */
1250 #ifndef USED_FOR_TARGET
1251 #undef HAVE_GAS_DISCRIMINATOR
1252 #endif
1253
1254
1255 /* Define if your assembler supports @gnu_unique_object. */
1256 #ifndef USED_FOR_TARGET
1257 #undef HAVE_GAS_GNU_UNIQUE_OBJECT
1258 #endif
1259
1260
1261 /* Define if your assembler and linker support .hidden. */
1262 #undef HAVE_GAS_HIDDEN
1263
1264 /* Define if your assembler supports .lcomm with an alignment field. */
1265 #ifndef USED_FOR_TARGET
1266 #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT
1267 #endif
1268
1269
1270 /* Define if your assembler supports .literal16. */
1271 #ifndef USED_FOR_TARGET
1272 #undef HAVE_GAS_LITERAL16
1273 #endif
1274
1275
1276 /* Define if your assembler supports specifying the maximum number of bytes to
1277 skip when using the GAS .p2align command. */
1278 #ifndef USED_FOR_TARGET
1279 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
1280 #endif
1281
1282
1283 /* Define if your assembler supports the .set micromips directive */
1284 #ifndef USED_FOR_TARGET
1285 #undef HAVE_GAS_MICROMIPS
1286 #endif
1287
1288
1289 /* Define if your assembler supports .nsubspa comdat option. */
1290 #ifndef USED_FOR_TARGET
1291 #undef HAVE_GAS_NSUBSPA_COMDAT
1292 #endif
1293
1294
1295 /* Define if your assembler and linker support 32-bit section relative relocs
1296 via '.secrel32 label'. */
1297 #ifndef USED_FOR_TARGET
1298 #undef HAVE_GAS_PE_SECREL32_RELOC
1299 #endif
1300
1301
1302 /* Define if your assembler supports specifying the section flag e. */
1303 #ifndef USED_FOR_TARGET
1304 #undef HAVE_GAS_SECTION_EXCLUDE
1305 #endif
1306
1307
1308 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
1309 */
1310 #ifndef USED_FOR_TARGET
1311 #undef HAVE_GAS_SHF_MERGE
1312 #endif
1313
1314
1315 /* Define if your assembler supports .subsection and .subsection -1 starts
1316 emitting at the beginning of your section. */
1317 #ifndef USED_FOR_TARGET
1318 #undef HAVE_GAS_SUBSECTION_ORDERING
1319 #endif
1320
1321
1322 /* Define if your assembler supports .weak. */
1323 #ifndef USED_FOR_TARGET
1324 #undef HAVE_GAS_WEAK
1325 #endif
1326
1327
1328 /* Define if your assembler supports .weakref. */
1329 #ifndef USED_FOR_TARGET
1330 #undef HAVE_GAS_WEAKREF
1331 #endif
1332
1333
1334 /* Define to 1 if you have the `getchar_unlocked' function. */
1335 #ifndef USED_FOR_TARGET
1336 #undef HAVE_GETCHAR_UNLOCKED
1337 #endif
1338
1339
1340 /* Define to 1 if you have the `getc_unlocked' function. */
1341 #ifndef USED_FOR_TARGET
1342 #undef HAVE_GETC_UNLOCKED
1343 #endif
1344
1345
1346 /* Define to 1 if you have the `getrlimit' function. */
1347 #ifndef USED_FOR_TARGET
1348 #undef HAVE_GETRLIMIT
1349 #endif
1350
1351
1352 /* Define to 1 if you have the `getrusage' function. */
1353 #ifndef USED_FOR_TARGET
1354 #undef HAVE_GETRUSAGE
1355 #endif
1356
1357
1358 /* Define to 1 if you have the `gettimeofday' function. */
1359 #ifndef USED_FOR_TARGET
1360 #undef HAVE_GETTIMEOFDAY
1361 #endif
1362
1363
1364 /* Define to 1 if using GNU as. */
1365 #ifndef USED_FOR_TARGET
1366 #undef HAVE_GNU_AS
1367 #endif
1368
1369
1370 /* Define if your system supports gnu indirect functions. */
1371 #ifndef USED_FOR_TARGET
1372 #undef HAVE_GNU_INDIRECT_FUNCTION
1373 #endif
1374
1375
1376 /* Define to 1 if using GNU ld. */
1377 #ifndef USED_FOR_TARGET
1378 #undef HAVE_GNU_LD
1379 #endif
1380
1381
1382 /* Define if the gold linker supports split stack and is available as a
1383 non-default */
1384 #ifndef USED_FOR_TARGET
1385 #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK
1386 #endif
1387
1388
1389 /* Define if you have the iconv() function. */
1390 #ifndef USED_FOR_TARGET
1391 #undef HAVE_ICONV
1392 #endif
1393
1394
1395 /* Define to 1 if you have the <iconv.h> header file. */
1396 #ifndef USED_FOR_TARGET
1397 #undef HAVE_ICONV_H
1398 #endif
1399
1400
1401 /* Define 0/1 if .init_array/.fini_array sections are available and working.
1402 */
1403 #ifndef USED_FOR_TARGET
1404 #undef HAVE_INITFINI_ARRAY_SUPPORT
1405 #endif
1406
1407
1408 /* Define to 1 if the system has the type `intmax_t'. */
1409 #ifndef USED_FOR_TARGET
1410 #undef HAVE_INTMAX_T
1411 #endif
1412
1413
1414 /* Define to 1 if the system has the type `intptr_t'. */
1415 #ifndef USED_FOR_TARGET
1416 #undef HAVE_INTPTR_T
1417 #endif
1418
1419
1420 /* Define if you have a working <inttypes.h> header file. */
1421 #ifndef USED_FOR_TARGET
1422 #undef HAVE_INTTYPES_H
1423 #endif
1424
1425
1426 /* Define if isl_options_set_schedule_serialize_sccs exists. */
1427 #ifndef USED_FOR_TARGET
1428 #undef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS
1429 #endif
1430
1431
1432 /* Define to 1 if you have the `kill' function. */
1433 #ifndef USED_FOR_TARGET
1434 #undef HAVE_KILL
1435 #endif
1436
1437
1438 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1439 #ifndef USED_FOR_TARGET
1440 #undef HAVE_LANGINFO_CODESET
1441 #endif
1442
1443
1444 /* Define to 1 if you have the <langinfo.h> header file. */
1445 #ifndef USED_FOR_TARGET
1446 #undef HAVE_LANGINFO_H
1447 #endif
1448
1449
1450 /* Define if your <locale.h> file defines LC_MESSAGES. */
1451 #ifndef USED_FOR_TARGET
1452 #undef HAVE_LC_MESSAGES
1453 #endif
1454
1455
1456 /* Define to 1 if you have the <ldfcn.h> header file. */
1457 #ifndef USED_FOR_TARGET
1458 #undef HAVE_LDFCN_H
1459 #endif
1460
1461
1462 /* Define if your linker supports --as-needed/--no-as-needed or equivalent
1463 options. */
1464 #ifndef USED_FOR_TARGET
1465 #undef HAVE_LD_AS_NEEDED
1466 #endif
1467
1468
1469 /* Define if your linker supports -z bndplt */
1470 #ifndef USED_FOR_TARGET
1471 #undef HAVE_LD_BNDPLT_SUPPORT
1472 #endif
1473
1474
1475 /* Define if your linker supports --build-id. */
1476 #ifndef USED_FOR_TARGET
1477 #undef HAVE_LD_BUILDID
1478 #endif
1479
1480
1481 /* Define if the linker supports clearing hardware capabilities via mapfile.
1482 */
1483 #ifndef USED_FOR_TARGET
1484 #undef HAVE_LD_CLEARCAP
1485 #endif
1486
1487
1488 /* Define to the level of your linker's compressed debug section support. */
1489 #ifndef USED_FOR_TARGET
1490 #undef HAVE_LD_COMPRESS_DEBUG
1491 #endif
1492
1493
1494 /* Define if your linker supports --demangle option. */
1495 #ifndef USED_FOR_TARGET
1496 #undef HAVE_LD_DEMANGLE
1497 #endif
1498
1499
1500 /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */
1501 #ifndef USED_FOR_TARGET
1502 #undef HAVE_LD_EH_FRAME_CIEV3
1503 #endif
1504
1505
1506 /* Define if your linker supports .eh_frame_hdr. */
1507 #undef HAVE_LD_EH_FRAME_HDR
1508
1509 /* Define if your linker supports garbage collection of sections in presence
1510 of EH frames. */
1511 #ifndef USED_FOR_TARGET
1512 #undef HAVE_LD_EH_GC_SECTIONS
1513 #endif
1514
1515
1516 /* Define if your linker has buggy garbage collection of sections support when
1517 .text.startup.foo like sections are used. */
1518 #ifndef USED_FOR_TARGET
1519 #undef HAVE_LD_EH_GC_SECTIONS_BUG
1520 #endif
1521
1522
1523 /* Define if your PowerPC64 linker supports a large TOC. */
1524 #ifndef USED_FOR_TARGET
1525 #undef HAVE_LD_LARGE_TOC
1526 #endif
1527
1528
1529 /* Define if your PowerPC64 linker only needs function descriptor syms. */
1530 #ifndef USED_FOR_TARGET
1531 #undef HAVE_LD_NO_DOT_SYMS
1532 #endif
1533
1534
1535 /* Define if your linker can relax absolute .eh_frame personality pointers
1536 into PC-relative form. */
1537 #ifndef USED_FOR_TARGET
1538 #undef HAVE_LD_PERSONALITY_RELAXATION
1539 #endif
1540
1541
1542 /* Define if your linker supports PIE option. */
1543 #ifndef USED_FOR_TARGET
1544 #undef HAVE_LD_PIE
1545 #endif
1546
1547
1548 /* Define 0/1 if your linker supports -pie option with copy reloc. */
1549 #ifndef USED_FOR_TARGET
1550 #undef HAVE_LD_PIE_COPYRELOC
1551 #endif
1552
1553
1554 /* Define if your PowerPC linker has .gnu.attributes long double support. */
1555 #ifndef USED_FOR_TARGET
1556 #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE
1557 #endif
1558
1559
1560 /* Define if your linker supports --push-state/--pop-state */
1561 #ifndef USED_FOR_TARGET
1562 #undef HAVE_LD_PUSHPOPSTATE_SUPPORT
1563 #endif
1564
1565
1566 /* Define if your linker links a mix of read-only and read-write sections into
1567 a read-write section. */
1568 #ifndef USED_FOR_TARGET
1569 #undef HAVE_LD_RO_RW_SECTION_MIXING
1570 #endif
1571
1572
1573 /* Define if your linker supports the *_sol2 emulations. */
1574 #ifndef USED_FOR_TARGET
1575 #undef HAVE_LD_SOL2_EMULATION
1576 #endif
1577
1578
1579 /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
1580 #ifndef USED_FOR_TARGET
1581 #undef HAVE_LD_STATIC_DYNAMIC
1582 #endif
1583
1584
1585 /* Define if your linker supports --sysroot. */
1586 #ifndef USED_FOR_TARGET
1587 #undef HAVE_LD_SYSROOT
1588 #endif
1589
1590
1591 /* Define to 1 if you have the <limits.h> header file. */
1592 #ifndef USED_FOR_TARGET
1593 #undef HAVE_LIMITS_H
1594 #endif
1595
1596
1597 /* Define to 1 if you have the <locale.h> header file. */
1598 #ifndef USED_FOR_TARGET
1599 #undef HAVE_LOCALE_H
1600 #endif
1601
1602
1603 /* Define to 1 if the system has the type `long long'. */
1604 #ifndef USED_FOR_TARGET
1605 #undef HAVE_LONG_LONG
1606 #endif
1607
1608
1609 /* Define to 1 if the system has the type `long long int'. */
1610 #ifndef USED_FOR_TARGET
1611 #undef HAVE_LONG_LONG_INT
1612 #endif
1613
1614
1615 /* Define to the level of your linker's plugin support. */
1616 #ifndef USED_FOR_TARGET
1617 #undef HAVE_LTO_PLUGIN
1618 #endif
1619
1620
1621 /* Define to 1 if you have the `madvise' function. */
1622 #ifndef USED_FOR_TARGET
1623 #undef HAVE_MADVISE
1624 #endif
1625
1626
1627 /* Define to 1 if you have the <malloc.h> header file. */
1628 #ifndef USED_FOR_TARGET
1629 #undef HAVE_MALLOC_H
1630 #endif
1631
1632
1633 /* Define to 1 if you have the `mbstowcs' function. */
1634 #ifndef USED_FOR_TARGET
1635 #undef HAVE_MBSTOWCS
1636 #endif
1637
1638
1639 /* Define if valgrind's memcheck.h header is installed. */
1640 #ifndef USED_FOR_TARGET
1641 #undef HAVE_MEMCHECK_H
1642 #endif
1643
1644
1645 /* Define to 1 if you have the <memory.h> header file. */
1646 #ifndef USED_FOR_TARGET
1647 #undef HAVE_MEMORY_H
1648 #endif
1649
1650
1651 /* Define to 1 if you have the `mmap' function. */
1652 #ifndef USED_FOR_TARGET
1653 #undef HAVE_MMAP
1654 #endif
1655
1656
1657 /* Define if mmap with MAP_ANON(YMOUS) works. */
1658 #ifndef USED_FOR_TARGET
1659 #undef HAVE_MMAP_ANON
1660 #endif
1661
1662
1663 /* Define if mmap of /dev/zero works. */
1664 #ifndef USED_FOR_TARGET
1665 #undef HAVE_MMAP_DEV_ZERO
1666 #endif
1667
1668
1669 /* Define if read-only mmap of a plain file works. */
1670 #ifndef USED_FOR_TARGET
1671 #undef HAVE_MMAP_FILE
1672 #endif
1673
1674
1675 /* Define to 1 if you have the `nl_langinfo' function. */
1676 #ifndef USED_FOR_TARGET
1677 #undef HAVE_NL_LANGINFO
1678 #endif
1679
1680
1681 /* Define to 1 if you have the `popen' function. */
1682 #ifndef USED_FOR_TARGET
1683 #undef HAVE_POPEN
1684 #endif
1685
1686
1687 /* Define to 1 if you have the `putchar_unlocked' function. */
1688 #ifndef USED_FOR_TARGET
1689 #undef HAVE_PUTCHAR_UNLOCKED
1690 #endif
1691
1692
1693 /* Define to 1 if you have the `putc_unlocked' function. */
1694 #ifndef USED_FOR_TARGET
1695 #undef HAVE_PUTC_UNLOCKED
1696 #endif
1697
1698
1699 /* Define to 1 if you have the `setlocale' function. */
1700 #ifndef USED_FOR_TARGET
1701 #undef HAVE_SETLOCALE
1702 #endif
1703
1704
1705 /* Define to 1 if you have the `setrlimit' function. */
1706 #ifndef USED_FOR_TARGET
1707 #undef HAVE_SETRLIMIT
1708 #endif
1709
1710
1711 /* Define if the system-provided CRTs are present on Solaris. */
1712 #ifndef USED_FOR_TARGET
1713 #undef HAVE_SOLARIS_CRTS
1714 #endif
1715
1716
1717 /* Define to 1 if you have the <stddef.h> header file. */
1718 #ifndef USED_FOR_TARGET
1719 #undef HAVE_STDDEF_H
1720 #endif
1721
1722
1723 /* Define to 1 if you have the <stdint.h> header file. */
1724 #ifndef USED_FOR_TARGET
1725 #undef HAVE_STDINT_H
1726 #endif
1727
1728
1729 /* Define to 1 if you have the <stdlib.h> header file. */
1730 #ifndef USED_FOR_TARGET
1731 #undef HAVE_STDLIB_H
1732 #endif
1733
1734
1735 /* Define to 1 if you have the <strings.h> header file. */
1736 #ifndef USED_FOR_TARGET
1737 #undef HAVE_STRINGS_H
1738 #endif
1739
1740
1741 /* Define to 1 if you have the <string.h> header file. */
1742 #ifndef USED_FOR_TARGET
1743 #undef HAVE_STRING_H
1744 #endif
1745
1746
1747 /* Define to 1 if you have the `strsignal' function. */
1748 #ifndef USED_FOR_TARGET
1749 #undef HAVE_STRSIGNAL
1750 #endif
1751
1752
1753 /* Define if <sys/times.h> defines struct tms. */
1754 #ifndef USED_FOR_TARGET
1755 #undef HAVE_STRUCT_TMS
1756 #endif
1757
1758
1759 /* Define if <utility> defines std::swap. */
1760 #ifndef USED_FOR_TARGET
1761 #undef HAVE_SWAP_IN_UTILITY
1762 #endif
1763
1764
1765 /* Define to 1 if you have the `sysconf' function. */
1766 #ifndef USED_FOR_TARGET
1767 #undef HAVE_SYSCONF
1768 #endif
1769
1770
1771 /* Define to 1 if you have the <sys/file.h> header file. */
1772 #ifndef USED_FOR_TARGET
1773 #undef HAVE_SYS_FILE_H
1774 #endif
1775
1776
1777 /* Define to 1 if you have the <sys/mman.h> header file. */
1778 #ifndef USED_FOR_TARGET
1779 #undef HAVE_SYS_MMAN_H
1780 #endif
1781
1782
1783 /* Define to 1 if you have the <sys/param.h> header file. */
1784 #ifndef USED_FOR_TARGET
1785 #undef HAVE_SYS_PARAM_H
1786 #endif
1787
1788
1789 /* Define to 1 if you have the <sys/resource.h> header file. */
1790 #ifndef USED_FOR_TARGET
1791 #undef HAVE_SYS_RESOURCE_H
1792 #endif
1793
1794
1795 /* Define if your target C library provides sys/sdt.h */
1796 #undef HAVE_SYS_SDT_H
1797
1798 /* Define to 1 if you have the <sys/stat.h> header file. */
1799 #ifndef USED_FOR_TARGET
1800 #undef HAVE_SYS_STAT_H
1801 #endif
1802
1803
1804 /* Define to 1 if you have the <sys/times.h> header file. */
1805 #ifndef USED_FOR_TARGET
1806 #undef HAVE_SYS_TIMES_H
1807 #endif
1808
1809
1810 /* Define to 1 if you have the <sys/time.h> header file. */
1811 #ifndef USED_FOR_TARGET
1812 #undef HAVE_SYS_TIME_H
1813 #endif
1814
1815
1816 /* Define to 1 if you have the <sys/types.h> header file. */
1817 #ifndef USED_FOR_TARGET
1818 #undef HAVE_SYS_TYPES_H
1819 #endif
1820
1821
1822 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1823 #ifndef USED_FOR_TARGET
1824 #undef HAVE_SYS_WAIT_H
1825 #endif
1826
1827
1828 /* Define to 1 if you have the `times' function. */
1829 #ifndef USED_FOR_TARGET
1830 #undef HAVE_TIMES
1831 #endif
1832
1833
1834 /* Define to 1 if you have the <time.h> header file. */
1835 #ifndef USED_FOR_TARGET
1836 #undef HAVE_TIME_H
1837 #endif
1838
1839
1840 /* Define to 1 if you have the <tr1/unordered_map> header file. */
1841 #ifndef USED_FOR_TARGET
1842 #undef HAVE_TR1_UNORDERED_MAP
1843 #endif
1844
1845
1846 /* Define to 1 if the system has the type `uintmax_t'. */
1847 #ifndef USED_FOR_TARGET
1848 #undef HAVE_UINTMAX_T
1849 #endif
1850
1851
1852 /* Define to 1 if the system has the type `uintptr_t'. */
1853 #ifndef USED_FOR_TARGET
1854 #undef HAVE_UINTPTR_T
1855 #endif
1856
1857
1858 /* Define to 1 if you have the <unistd.h> header file. */
1859 #ifndef USED_FOR_TARGET
1860 #undef HAVE_UNISTD_H
1861 #endif
1862
1863
1864 /* Define to 1 if you have the <unordered_map> header file. */
1865 #ifndef USED_FOR_TARGET
1866 #undef HAVE_UNORDERED_MAP
1867 #endif
1868
1869
1870 /* Define to 1 if the system has the type `unsigned long long int'. */
1871 #ifndef USED_FOR_TARGET
1872 #undef HAVE_UNSIGNED_LONG_LONG_INT
1873 #endif
1874
1875
1876 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1877 #ifndef USED_FOR_TARGET
1878 #undef HAVE_VALGRIND_MEMCHECK_H
1879 #endif
1880
1881
1882 /* Define to 1 if you have the `vfork' function. */
1883 #ifndef USED_FOR_TARGET
1884 #undef HAVE_VFORK
1885 #endif
1886
1887
1888 /* Define to 1 if you have the <vfork.h> header file. */
1889 #ifndef USED_FOR_TARGET
1890 #undef HAVE_VFORK_H
1891 #endif
1892
1893
1894 /* Define to 1 if you have the <wchar.h> header file. */
1895 #ifndef USED_FOR_TARGET
1896 #undef HAVE_WCHAR_H
1897 #endif
1898
1899
1900 /* Define to 1 if you have the `wcswidth' function. */
1901 #ifndef USED_FOR_TARGET
1902 #undef HAVE_WCSWIDTH
1903 #endif
1904
1905
1906 /* Define to 1 if `fork' works. */
1907 #ifndef USED_FOR_TARGET
1908 #undef HAVE_WORKING_FORK
1909 #endif
1910
1911
1912 /* Define this macro if mbstowcs does not crash when its first argument is
1913 NULL. */
1914 #ifndef USED_FOR_TARGET
1915 #undef HAVE_WORKING_MBSTOWCS
1916 #endif
1917
1918
1919 /* Define to 1 if `vfork' works. */
1920 #ifndef USED_FOR_TARGET
1921 #undef HAVE_WORKING_VFORK
1922 #endif
1923
1924
1925 /* Define if your assembler supports AIX debug frame section label reference.
1926 */
1927 #ifndef USED_FOR_TARGET
1928 #undef HAVE_XCOFF_DWARF_EXTRAS
1929 #endif
1930
1931
1932 /* Define if isl is in use. */
1933 #ifndef USED_FOR_TARGET
1934 #undef HAVE_isl
1935 #endif
1936
1937
1938 /* Define if F_SETLKW supported by fcntl. */
1939 #ifndef USED_FOR_TARGET
1940 #undef HOST_HAS_F_SETLKW
1941 #endif
1942
1943
1944 /* Define as const if the declaration of iconv() needs const. */
1945 #ifndef USED_FOR_TARGET
1946 #undef ICONV_CONST
1947 #endif
1948
1949
1950 /* Define if int64_t uses long as underlying type. */
1951 #ifndef USED_FOR_TARGET
1952 #undef INT64_T_IS_LONG
1953 #endif
1954
1955
1956 /* Define to 1 if ld64 supports '-export_dynamic'. */
1957 #ifndef USED_FOR_TARGET
1958 #undef LD64_HAS_EXPORT_DYNAMIC
1959 #endif
1960
1961
1962 /* Define to ld64 version. */
1963 #ifndef USED_FOR_TARGET
1964 #undef LD64_VERSION
1965 #endif
1966
1967
1968 /* Define to the linker option to ignore unused dependencies. */
1969 #ifndef USED_FOR_TARGET
1970 #undef LD_AS_NEEDED_OPTION
1971 #endif
1972
1973
1974 /* Define to the linker option to enable compressed debug sections. */
1975 #ifndef USED_FOR_TARGET
1976 #undef LD_COMPRESS_DEBUG_OPTION
1977 #endif
1978
1979
1980 /* Define to the linker option to enable use of shared objects. */
1981 #ifndef USED_FOR_TARGET
1982 #undef LD_DYNAMIC_OPTION
1983 #endif
1984
1985
1986 /* Define to the linker option to keep unused dependencies. */
1987 #ifndef USED_FOR_TARGET
1988 #undef LD_NO_AS_NEEDED_OPTION
1989 #endif
1990
1991
1992 /* Define to the linker option to disable use of shared objects. */
1993 #ifndef USED_FOR_TARGET
1994 #undef LD_STATIC_OPTION
1995 #endif
1996
1997
1998 /* The linker hash style */
1999 #ifndef USED_FOR_TARGET
2000 #undef LINKER_HASH_STYLE
2001 #endif
2002
2003
2004 /* Define to the name of the LTO plugin DSO that must be passed to the
2005 linker's -plugin=LIB option. */
2006 #ifndef USED_FOR_TARGET
2007 #undef LTOPLUGINSONAME
2008 #endif
2009
2010
2011 /* Define to the sub-directory in which libtool stores uninstalled libraries.
2012 */
2013 #ifndef USED_FOR_TARGET
2014 #undef LT_OBJDIR
2015 #endif
2016
2017
2018 /* Define if host mkdir takes a single argument. */
2019 #ifndef USED_FOR_TARGET
2020 #undef MKDIR_TAKES_ONE_ARG
2021 #endif
2022
2023
2024 /* Define to offload targets, separated by commas. */
2025 #ifndef USED_FOR_TARGET
2026 #undef OFFLOAD_TARGETS
2027 #endif
2028
2029
2030 /* Define to the address where bug reports for this package should be sent. */
2031 #ifndef USED_FOR_TARGET
2032 #undef PACKAGE_BUGREPORT
2033 #endif
2034
2035
2036 /* Define to the full name of this package. */
2037 #ifndef USED_FOR_TARGET
2038 #undef PACKAGE_NAME
2039 #endif
2040
2041
2042 /* Define to the full name and version of this package. */
2043 #ifndef USED_FOR_TARGET
2044 #undef PACKAGE_STRING
2045 #endif
2046
2047
2048 /* Define to the one symbol short name of this package. */
2049 #ifndef USED_FOR_TARGET
2050 #undef PACKAGE_TARNAME
2051 #endif
2052
2053
2054 /* Define to the home page for this package. */
2055 #ifndef USED_FOR_TARGET
2056 #undef PACKAGE_URL
2057 #endif
2058
2059
2060 /* Define to the version of this package. */
2061 #ifndef USED_FOR_TARGET
2062 #undef PACKAGE_VERSION
2063 #endif
2064
2065
2066 /* Specify plugin linker */
2067 #ifndef USED_FOR_TARGET
2068 #undef PLUGIN_LD_SUFFIX
2069 #endif
2070
2071
2072 /* Define to .TOC. alignment forced by your linker. */
2073 #ifndef USED_FOR_TARGET
2074 #undef POWERPC64_TOC_POINTER_ALIGNMENT
2075 #endif
2076
2077
2078 /* Define to PREFIX/include if cpp should also search that directory. */
2079 #ifndef USED_FOR_TARGET
2080 #undef PREFIX_INCLUDE_DIR
2081 #endif
2082
2083
2084 /* The size of `int', as computed by sizeof. */
2085 #ifndef USED_FOR_TARGET
2086 #undef SIZEOF_INT
2087 #endif
2088
2089
2090 /* The size of `long', as computed by sizeof. */
2091 #ifndef USED_FOR_TARGET
2092 #undef SIZEOF_LONG
2093 #endif
2094
2095
2096 /* The size of `long long', as computed by sizeof. */
2097 #ifndef USED_FOR_TARGET
2098 #undef SIZEOF_LONG_LONG
2099 #endif
2100
2101
2102 /* The size of `short', as computed by sizeof. */
2103 #ifndef USED_FOR_TARGET
2104 #undef SIZEOF_SHORT
2105 #endif
2106
2107
2108 /* The size of `void *', as computed by sizeof. */
2109 #ifndef USED_FOR_TARGET
2110 #undef SIZEOF_VOID_P
2111 #endif
2112
2113
2114 /* Define to 1 if you have the ANSI C header files. */
2115 #ifndef USED_FOR_TARGET
2116 #undef STDC_HEADERS
2117 #endif
2118
2119
2120 /* Define if you can safely include both <string.h> and <strings.h>. */
2121 #ifndef USED_FOR_TARGET
2122 #undef STRING_WITH_STRINGS
2123 #endif
2124
2125
2126 /* Define if TFmode long double should be the default */
2127 #ifndef USED_FOR_TARGET
2128 #undef TARGET_DEFAULT_LONG_DOUBLE_128
2129 #endif
2130
2131
2132 /* Define if your target C library provides the `dl_iterate_phdr' function. */
2133 #undef TARGET_DL_ITERATE_PHDR
2134
2135 /* GNU C Library major version number used on the target, or 0. */
2136 #ifndef USED_FOR_TARGET
2137 #undef TARGET_GLIBC_MAJOR
2138 #endif
2139
2140
2141 /* GNU C Library minor version number used on the target, or 0. */
2142 #ifndef USED_FOR_TARGET
2143 #undef TARGET_GLIBC_MINOR
2144 #endif
2145
2146
2147 /* Define if your target C Library provides the AT_HWCAP value in the TCB */
2148 #ifndef USED_FOR_TARGET
2149 #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB
2150 #endif
2151
2152
2153 /* Define if your target C library provides stack protector support */
2154 #ifndef USED_FOR_TARGET
2155 #undef TARGET_LIBC_PROVIDES_SSP
2156 #endif
2157
2158
2159 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2160 #ifndef USED_FOR_TARGET
2161 #undef TIME_WITH_SYS_TIME
2162 #endif
2163
2164
2165 /* Define to the flag used to mark TLS sections if the default (`T') doesn't
2166 work. */
2167 #ifndef USED_FOR_TARGET
2168 #undef TLS_SECTION_ASM_FLAG
2169 #endif
2170
2171
2172 /* Define if your assembler mis-optimizes .eh_frame data. */
2173 #ifndef USED_FOR_TARGET
2174 #undef USE_AS_TRADITIONAL_FORMAT
2175 #endif
2176
2177
2178 /* Define if you want to generate code by default that assumes that the Cygwin
2179 DLL exports wrappers to support libstdc++ function replacement. */
2180 #ifndef USED_FOR_TARGET
2181 #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS
2182 #endif
2183
2184
2185 /* Define to 1 if the 'long long' type is wider than 'long' but still
2186 efficiently supported by the host hardware. */
2187 #ifndef USED_FOR_TARGET
2188 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
2189 #endif
2190
2191
2192 /* Define if we should use leading underscore on 64 bit mingw targets */
2193 #ifndef USED_FOR_TARGET
2194 #undef USE_MINGW64_LEADING_UNDERSCORES
2195 #endif
2196
2197
2198 /* Enable extensions on AIX 3, Interix. */
2199 #ifndef _ALL_SOURCE
2200 # undef _ALL_SOURCE
2201 #endif
2202 /* Enable GNU extensions on systems that have them. */
2203 #ifndef _GNU_SOURCE
2204 # undef _GNU_SOURCE
2205 #endif
2206 /* Enable threading extensions on Solaris. */
2207 #ifndef _POSIX_PTHREAD_SEMANTICS
2208 # undef _POSIX_PTHREAD_SEMANTICS
2209 #endif
2210 /* Enable extensions on HP NonStop. */
2211 #ifndef _TANDEM_SOURCE
2212 # undef _TANDEM_SOURCE
2213 #endif
2214 /* Enable general extensions on Solaris. */
2215 #ifndef __EXTENSIONS__
2216 # undef __EXTENSIONS__
2217 #endif
2218
2219
2220 /* Define to be the last component of the Windows registry key under which to
2221 look for installation paths. The full key used will be
2222 HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
2223 The default is the GCC version number. */
2224 #ifndef USED_FOR_TARGET
2225 #undef WIN32_REGISTRY_KEY
2226 #endif
2227
2228
2229 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2230 significant byte first (like Motorola and SPARC, unlike Intel). */
2231 #if defined AC_APPLE_UNIVERSAL_BUILD
2232 # if defined __BIG_ENDIAN__
2233 # define WORDS_BIGENDIAN 1
2234 # endif
2235 #else
2236 # ifndef WORDS_BIGENDIAN
2237 # undef WORDS_BIGENDIAN
2238 # endif
2239 #endif
2240
2241 /* Number of bits in a file offset, on hosts where this is settable. */
2242 #ifndef USED_FOR_TARGET
2243 #undef _FILE_OFFSET_BITS
2244 #endif
2245
2246
2247 /* Define for large files, on AIX-style hosts. */
2248 #ifndef USED_FOR_TARGET
2249 #undef _LARGE_FILES
2250 #endif
2251
2252
2253 /* Define to 1 if on MINIX. */
2254 #ifndef USED_FOR_TARGET
2255 #undef _MINIX
2256 #endif
2257
2258
2259 /* Define to 2 if the system does not provide POSIX.1 features except with
2260 this defined. */
2261 #ifndef USED_FOR_TARGET
2262 #undef _POSIX_1_SOURCE
2263 #endif
2264
2265
2266 /* Define to 1 if you need to in order for `stat' and other things to work. */
2267 #ifndef USED_FOR_TARGET
2268 #undef _POSIX_SOURCE
2269 #endif
2270
2271
2272 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
2273 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2274 #define below would cause a syntax error. */
2275 #ifndef USED_FOR_TARGET
2276 #undef _UINT32_T
2277 #endif
2278
2279
2280 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
2281 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2282 #define below would cause a syntax error. */
2283 #ifndef USED_FOR_TARGET
2284 #undef _UINT64_T
2285 #endif
2286
2287
2288 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
2289 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
2290 #define below would cause a syntax error. */
2291 #ifndef USED_FOR_TARGET
2292 #undef _UINT8_T
2293 #endif
2294
2295
2296 /* Define to `char *' if <sys/types.h> does not define. */
2297 #ifndef USED_FOR_TARGET
2298 #undef caddr_t
2299 #endif
2300
2301
2302 /* Define to `__inline__' or `__inline' if that's what the C compiler
2303 calls it, or to nothing if 'inline' is not supported under any name. */
2304 #ifndef __cplusplus
2305 #undef inline
2306 #endif
2307
2308 /* Define to the type of a signed integer type of width exactly 16 bits if
2309 such a type exists and the standard includes do not define it. */
2310 #ifndef USED_FOR_TARGET
2311 #undef int16_t
2312 #endif
2313
2314
2315 /* Define to the type of a signed integer type of width exactly 32 bits if
2316 such a type exists and the standard includes do not define it. */
2317 #ifndef USED_FOR_TARGET
2318 #undef int32_t
2319 #endif
2320
2321
2322 /* Define to the type of a signed integer type of width exactly 64 bits if
2323 such a type exists and the standard includes do not define it. */
2324 #ifndef USED_FOR_TARGET
2325 #undef int64_t
2326 #endif
2327
2328
2329 /* Define to the type of a signed integer type of width exactly 8 bits if such
2330 a type exists and the standard includes do not define it. */
2331 #ifndef USED_FOR_TARGET
2332 #undef int8_t
2333 #endif
2334
2335
2336 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2337 not define. */
2338 #ifndef USED_FOR_TARGET
2339 #undef intmax_t
2340 #endif
2341
2342
2343 /* Define to the type of a signed integer type wide enough to hold a pointer,
2344 if such a type exists, and if the system does not define it. */
2345 #ifndef USED_FOR_TARGET
2346 #undef intptr_t
2347 #endif
2348
2349
2350 /* Define to `int' if <sys/types.h> does not define. */
2351 #ifndef USED_FOR_TARGET
2352 #undef pid_t
2353 #endif
2354
2355
2356 /* Define to `long' if <sys/resource.h> doesn't define. */
2357 #ifndef USED_FOR_TARGET
2358 #undef rlim_t
2359 #endif
2360
2361
2362 /* Define to `int' if <sys/types.h> does not define. */
2363 #ifndef USED_FOR_TARGET
2364 #undef ssize_t
2365 #endif
2366
2367
2368 /* Define to the type of an unsigned integer type of width exactly 16 bits if
2369 such a type exists and the standard includes do not define it. */
2370 #ifndef USED_FOR_TARGET
2371 #undef uint16_t
2372 #endif
2373
2374
2375 /* Define to the type of an unsigned integer type of width exactly 32 bits if
2376 such a type exists and the standard includes do not define it. */
2377 #ifndef USED_FOR_TARGET
2378 #undef uint32_t
2379 #endif
2380
2381
2382 /* Define to the type of an unsigned integer type of width exactly 64 bits if
2383 such a type exists and the standard includes do not define it. */
2384 #ifndef USED_FOR_TARGET
2385 #undef uint64_t
2386 #endif
2387
2388
2389 /* Define to the type of an unsigned integer type of width exactly 8 bits if
2390 such a type exists and the standard includes do not define it. */
2391 #ifndef USED_FOR_TARGET
2392 #undef uint8_t
2393 #endif
2394
2395
2396 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2397 do not define. */
2398 #ifndef USED_FOR_TARGET
2399 #undef uintmax_t
2400 #endif
2401
2402
2403 /* Define to the type of an unsigned integer type wide enough to hold a
2404 pointer, if such a type exists, and if the system does not define it. */
2405 #ifndef USED_FOR_TARGET
2406 #undef uintptr_t
2407 #endif
2408
2409
2410 /* Define as `fork' if `vfork' does not work. */
2411 #ifndef USED_FOR_TARGET
2412 #undef vfork
2413 #endif
2414