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