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