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