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