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