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