OSDN Git Service

* config/i386/i386.md ("*sse_prologue_save_insn"): Use braced output
[pf3gnuchains/gcc-fork.git] / gcc / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define as the number of bits in a byte, if \`limits.h' doesn't. */
4 #ifndef USED_FOR_TARGET
5 #undef CHAR_BIT
6 #endif
7
8
9 /* Define 0/1 to force the choice for exception handling model. */
10 #ifndef USED_FOR_TARGET
11 #undef CONFIG_SJLJ_EXCEPTIONS
12 #endif
13
14
15 /* Define to enable the use of a default assembler. */
16 #ifndef USED_FOR_TARGET
17 #undef DEFAULT_ASSEMBLER
18 #endif
19
20
21 /* Define to enable the use of a default linker. */
22 #ifndef USED_FOR_TARGET
23 #undef DEFAULT_LINKER
24 #endif
25
26
27 /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
28    destructors for local statics and global objects. This is essential for
29    fully standards-compliant handling of destructors, but requires
30    __cxa_atexit in libc. */
31 #ifndef USED_FOR_TARGET
32 #undef DEFAULT_USE_CXA_ATEXIT
33 #endif
34
35
36 /* Define if you want assertions enabled. This is a cheap check. */
37 #ifndef USED_FOR_TARGET
38 #undef ENABLE_ASSERT_CHECKING
39 #endif
40
41
42 /* Define if you want more run-time sanity checks. This one gets a grab bag of
43    miscellaneous but relatively cheap checks. */
44 #ifndef USED_FOR_TARGET
45 #undef ENABLE_CHECKING
46 #endif
47
48
49 /* Define to 1 to specify that we are using the BID decimal floating point
50    format instead of DPD */
51 #ifndef USED_FOR_TARGET
52 #undef ENABLE_DECIMAL_BID_FORMAT
53 #endif
54
55
56 /* Define to 1 to enable decimal float extension to C. */
57 #ifndef USED_FOR_TARGET
58 #undef ENABLE_DECIMAL_FLOAT
59 #endif
60
61
62 /* Define if you want more run-time sanity checks for dataflow. */
63 #ifndef USED_FOR_TARGET
64 #undef ENABLE_DF_CHECKING
65 #endif
66
67
68 /* Define to 1 to enable fixed-point arithmetic extension to C. */
69 #ifndef USED_FOR_TARGET
70 #undef ENABLE_FIXED_POINT
71 #endif
72
73
74 /* Define if you want fold checked that it never destructs its argument. This
75    is quite expensive. */
76 #ifndef USED_FOR_TARGET
77 #undef ENABLE_FOLD_CHECKING
78 #endif
79
80
81 /* Define if you want the garbage collector to operate in maximally paranoid
82    mode, validating the entire heap and collecting garbage at every
83    opportunity. This is extremely expensive. */
84 #ifndef USED_FOR_TARGET
85 #undef ENABLE_GC_ALWAYS_COLLECT
86 #endif
87
88
89 /* Define if you want the garbage collector to do object poisoning and other
90    memory allocation checks. This is quite expensive. */
91 #ifndef USED_FOR_TARGET
92 #undef ENABLE_GC_CHECKING
93 #endif
94
95
96 /* Define to 1 if translation of program messages to the user's native
97    language is requested. */
98 #ifndef USED_FOR_TARGET
99 #undef ENABLE_NLS
100 #endif
101
102
103 /* Define if you want all operations on RTL (the basic data structure of the
104    optimizer and back end) to be checked for dynamic type safety at runtime.
105    This is quite expensive. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_RTL_CHECKING
108 #endif
109
110
111 /* Define if you want RTL flag accesses to be checked against the RTL codes
112    that are supported for each access macro. This is relatively cheap. */
113 #ifndef USED_FOR_TARGET
114 #undef ENABLE_RTL_FLAG_CHECKING
115 #endif
116
117
118 /* Define if you want runtime assertions enabled. This is a cheap check. */
119 #undef ENABLE_RUNTIME_CHECKING
120
121 /* Define if you want all operations on trees (the basic data structure of the
122    front ends) to be checked for dynamic type safety at runtime. This is
123    moderately expensive. The tree browser debugging routines will also be
124    enabled by this option. */
125 #ifndef USED_FOR_TARGET
126 #undef ENABLE_TREE_CHECKING
127 #endif
128
129
130 /* Define if you want all gimple types to be verified after gimplifiation.
131    This is cheap. */
132 #ifndef USED_FOR_TARGET
133 #undef ENABLE_TYPES_CHECKING
134 #endif
135
136
137 /* Define if you want to run subprograms and generated programs through
138    valgrind (a memory checker). This is extremely expensive. */
139 #ifndef USED_FOR_TARGET
140 #undef ENABLE_VALGRIND_CHECKING
141 #endif
142
143
144 /* Define to 1 if installation paths should be looked up in the Windows
145    Registry. Ignored on non-Windows hosts. */
146 #ifndef USED_FOR_TARGET
147 #undef ENABLE_WIN32_REGISTRY
148 #endif
149
150
151 /* Define to the name of a file containing a list of extra machine modes for
152    this architecture. */
153 #ifndef USED_FOR_TARGET
154 #undef EXTRA_MODES_FILE
155 #endif
156
157
158 /* Define to enable detailed memory allocation stats gathering. */
159 #ifndef USED_FOR_TARGET
160 #undef GATHER_STATISTICS
161 #endif
162
163
164 /* Define to the type of elements in the array set by `getgroups'. Usually
165    this is either `int' or `gid_t'. */
166 #ifndef USED_FOR_TARGET
167 #undef GETGROUPS_T
168 #endif
169
170
171 /* Define if the zone collector is in use */
172 #ifndef USED_FOR_TARGET
173 #undef GGC_ZONE
174 #endif
175
176
177 /* mcontext_t fields start with __ */
178 #ifndef USED_FOR_TARGET
179 #undef HAS_MCONTEXT_T_UNDERSCORES
180 #endif
181
182
183 /* Define to 1 if you have the `alphasort' function. */
184 #ifndef USED_FOR_TARGET
185 #undef HAVE_ALPHASORT
186 #endif
187
188
189 /* Define if your assembler supports cmpb. */
190 #ifndef USED_FOR_TARGET
191 #undef HAVE_AS_CMPB
192 #endif
193
194
195 /* Define if your assembler supports the --debug-prefix-map option. */
196 #ifndef USED_FOR_TARGET
197 #undef HAVE_AS_DEBUG_PREFIX_MAP
198 #endif
199
200
201 /* Define if your assembler supports DFP instructions. */
202 #ifndef USED_FOR_TARGET
203 #undef HAVE_AS_DFP
204 #endif
205
206
207 /* Define if your assembler supports .dtprelword. */
208 #ifndef USED_FOR_TARGET
209 #undef HAVE_AS_DTPRELWORD
210 #endif
211
212
213 /* Define if your assembler supports dwarf2 .file/.loc directives, and
214    preserves file table indices exactly as given. */
215 #ifndef USED_FOR_TARGET
216 #undef HAVE_AS_DWARF2_DEBUG_LINE
217 #endif
218
219
220 /* Define if your assembler supports explicit relocations. */
221 #ifndef USED_FOR_TARGET
222 #undef HAVE_AS_EXPLICIT_RELOCS
223 #endif
224
225
226 /* Define if your assembler supports fprnd. */
227 #ifndef USED_FOR_TARGET
228 #undef HAVE_AS_FPRND
229 #endif
230
231
232 /* Define if your assembler supports the --gdwarf2 option. */
233 #ifndef USED_FOR_TARGET
234 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
235 #endif
236
237
238 /* Define if your assembler supports .gnu_attribute. */
239 #ifndef USED_FOR_TARGET
240 #undef HAVE_AS_GNU_ATTRIBUTE
241 #endif
242
243
244 /* Define true if the assembler supports '.long foo@GOTOFF'. */
245 #ifndef USED_FOR_TARGET
246 #undef HAVE_AS_GOTOFF_IN_DATA
247 #endif
248
249
250 /* Define if your assembler supports the --gstabs option. */
251 #ifndef USED_FOR_TARGET
252 #undef HAVE_AS_GSTABS_DEBUG_FLAG
253 #endif
254
255
256 /* Define if your assembler supports the Sun syntax for cmov. */
257 #ifndef USED_FOR_TARGET
258 #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
259 #endif
260
261
262 /* Define if your assembler supports the subtraction of symbols in different
263    sections. */
264 #ifndef USED_FOR_TARGET
265 #undef HAVE_AS_IX86_DIFF_SECT_DELTA
266 #endif
267
268
269 /* Define if your assembler supports the ffreep mnemonic. */
270 #ifndef USED_FOR_TARGET
271 #undef HAVE_AS_IX86_FFREEP
272 #endif
273
274
275 /* Define if your assembler supports the sahf mnemonic. */
276 #ifndef USED_FOR_TARGET
277 #undef HAVE_AS_IX86_SAHF
278 #endif
279
280
281 /* Define if your assembler supports the lituse_jsrdirect relocation. */
282 #ifndef USED_FOR_TARGET
283 #undef HAVE_AS_JSRDIRECT_RELOCS
284 #endif
285
286
287 /* Define if your assembler supports .sleb128 and .uleb128. */
288 #ifndef USED_FOR_TARGET
289 #undef HAVE_AS_LEB128
290 #endif
291
292
293 /* Define if the assembler won't complain about a line such as # 0 "" 2. */
294 #ifndef USED_FOR_TARGET
295 #undef HAVE_AS_LINE_ZERO
296 #endif
297
298
299 /* Define if your assembler supports ltoffx and ldxmov relocations. */
300 #ifndef USED_FOR_TARGET
301 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
302 #endif
303
304
305 /* Define if your assembler supports mfcr field. */
306 #ifndef USED_FOR_TARGET
307 #undef HAVE_AS_MFCRF
308 #endif
309
310
311 /* Define if your assembler supports mffgpr and mftgpr. */
312 #ifndef USED_FOR_TARGET
313 #undef HAVE_AS_MFPGPR
314 #endif
315
316
317 /* Define if your assembler supports the -no-mul-bug-abort option. */
318 #ifndef USED_FOR_TARGET
319 #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
320 #endif
321
322
323 /* Define if the assembler understands -mno-shared. */
324 #ifndef USED_FOR_TARGET
325 #undef HAVE_AS_NO_SHARED
326 #endif
327
328
329 /* Define if your assembler supports offsetable %lo(). */
330 #ifndef USED_FOR_TARGET
331 #undef HAVE_AS_OFFSETABLE_LO10
332 #endif
333
334
335 /* Define if your assembler supports popcntb field. */
336 #ifndef USED_FOR_TARGET
337 #undef HAVE_AS_POPCNTB
338 #endif
339
340
341 /* Define if your assembler supports .register. */
342 #ifndef USED_FOR_TARGET
343 #undef HAVE_AS_REGISTER_PSEUDO_OP
344 #endif
345
346
347 /* Define if your assembler supports R_PPC_REL16 relocs. */
348 #ifndef USED_FOR_TARGET
349 #undef HAVE_AS_REL16
350 #endif
351
352
353 /* Define if your assembler supports -relax option. */
354 #ifndef USED_FOR_TARGET
355 #undef HAVE_AS_RELAX_OPTION
356 #endif
357
358
359 /* Define if your assembler and linker support unaligned PC relative relocs.
360    */
361 #ifndef USED_FOR_TARGET
362 #undef HAVE_AS_SPARC_UA_PCREL
363 #endif
364
365
366 /* Define if your assembler and linker support unaligned PC relative relocs
367    against hidden symbols. */
368 #ifndef USED_FOR_TARGET
369 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
370 #endif
371
372
373 /* Define if your assembler supports thread-local storage. */
374 #ifndef USED_FOR_TARGET
375 #undef HAVE_AS_TLS
376 #endif
377
378
379 /* Define to 1 if you have the `atoll' function. */
380 #ifndef USED_FOR_TARGET
381 #undef HAVE_ATOLL
382 #endif
383
384
385 /* Define to 1 if you have the `atoq' function. */
386 #ifndef USED_FOR_TARGET
387 #undef HAVE_ATOQ
388 #endif
389
390
391 /* Define to 1 if you have the `clearerr_unlocked' function. */
392 #ifndef USED_FOR_TARGET
393 #undef HAVE_CLEARERR_UNLOCKED
394 #endif
395
396
397 /* Define to 1 if you have the `clock' function. */
398 #ifndef USED_FOR_TARGET
399 #undef HAVE_CLOCK
400 #endif
401
402
403 /* Define if <time.h> defines clock_t. */
404 #ifndef USED_FOR_TARGET
405 #undef HAVE_CLOCK_T
406 #endif
407
408
409 /* Define 0/1 if your assembler and linker support COMDAT groups. */
410 #ifndef USED_FOR_TARGET
411 #undef HAVE_COMDAT_GROUP
412 #endif
413
414
415 /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
416    */
417 #ifndef USED_FOR_TARGET
418 #undef HAVE_DECL_ABORT
419 #endif
420
421
422 /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
423    0. */
424 #ifndef USED_FOR_TARGET
425 #undef HAVE_DECL_ASPRINTF
426 #endif
427
428
429 /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
430 #ifndef USED_FOR_TARGET
431 #undef HAVE_DECL_ATOF
432 #endif
433
434
435 /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
436 #ifndef USED_FOR_TARGET
437 #undef HAVE_DECL_ATOL
438 #endif
439
440
441 /* Define to 1 if we found a declaration for 'basename', otherwise define to
442    0. */
443 #ifndef USED_FOR_TARGET
444 #undef HAVE_DECL_BASENAME
445 #endif
446
447
448 /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
449    */
450 #ifndef USED_FOR_TARGET
451 #undef HAVE_DECL_CALLOC
452 #endif
453
454
455 /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
456    define to 0. */
457 #ifndef USED_FOR_TARGET
458 #undef HAVE_DECL_CLEARERR_UNLOCKED
459 #endif
460
461
462 /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
463    */
464 #ifndef USED_FOR_TARGET
465 #undef HAVE_DECL_CLOCK
466 #endif
467
468
469 /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
470    */
471 #ifndef USED_FOR_TARGET
472 #undef HAVE_DECL_ERRNO
473 #endif
474
475
476 /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
477    to 0. */
478 #ifndef USED_FOR_TARGET
479 #undef HAVE_DECL_FEOF_UNLOCKED
480 #endif
481
482
483 /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
484    define to 0. */
485 #ifndef USED_FOR_TARGET
486 #undef HAVE_DECL_FERROR_UNLOCKED
487 #endif
488
489
490 /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
491    define to 0. */
492 #ifndef USED_FOR_TARGET
493 #undef HAVE_DECL_FFLUSH_UNLOCKED
494 #endif
495
496
497 /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
498    define to 0. */
499 #ifndef USED_FOR_TARGET
500 #undef HAVE_DECL_FGETC_UNLOCKED
501 #endif
502
503
504 /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
505    define to 0. */
506 #ifndef USED_FOR_TARGET
507 #undef HAVE_DECL_FGETS_UNLOCKED
508 #endif
509
510
511 /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
512    define to 0. */
513 #ifndef USED_FOR_TARGET
514 #undef HAVE_DECL_FILENO_UNLOCKED
515 #endif
516
517
518 /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
519    define to 0. */
520 #ifndef USED_FOR_TARGET
521 #undef HAVE_DECL_FPRINTF_UNLOCKED
522 #endif
523
524
525 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
526    define to 0. */
527 #ifndef USED_FOR_TARGET
528 #undef HAVE_DECL_FPUTC_UNLOCKED
529 #endif
530
531
532 /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
533    define to 0. */
534 #ifndef USED_FOR_TARGET
535 #undef HAVE_DECL_FPUTS_UNLOCKED
536 #endif
537
538
539 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
540    define to 0. */
541 #ifndef USED_FOR_TARGET
542 #undef HAVE_DECL_FREAD_UNLOCKED
543 #endif
544
545
546 /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
547 #ifndef USED_FOR_TARGET
548 #undef HAVE_DECL_FREE
549 #endif
550
551
552 /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
553    define to 0. */
554 #ifndef USED_FOR_TARGET
555 #undef HAVE_DECL_FWRITE_UNLOCKED
556 #endif
557
558
559 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
560    define to 0. */
561 #ifndef USED_FOR_TARGET
562 #undef HAVE_DECL_GETCHAR_UNLOCKED
563 #endif
564
565
566 /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
567    */
568 #ifndef USED_FOR_TARGET
569 #undef HAVE_DECL_GETCWD
570 #endif
571
572
573 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
574    to 0. */
575 #ifndef USED_FOR_TARGET
576 #undef HAVE_DECL_GETC_UNLOCKED
577 #endif
578
579
580 /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
581    */
582 #ifndef USED_FOR_TARGET
583 #undef HAVE_DECL_GETENV
584 #endif
585
586
587 /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
588    */
589 #ifndef USED_FOR_TARGET
590 #undef HAVE_DECL_GETOPT
591 #endif
592
593
594 /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
595    to 0. */
596 #ifndef USED_FOR_TARGET
597 #undef HAVE_DECL_GETPAGESIZE
598 #endif
599
600
601 /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
602    0. */
603 #ifndef USED_FOR_TARGET
604 #undef HAVE_DECL_GETRLIMIT
605 #endif
606
607
608 /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
609    0. */
610 #ifndef USED_FOR_TARGET
611 #undef HAVE_DECL_GETRUSAGE
612 #endif
613
614
615 /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
616    */
617 #ifndef USED_FOR_TARGET
618 #undef HAVE_DECL_GETWD
619 #endif
620
621
622 /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
623    0. */
624 #ifndef USED_FOR_TARGET
625 #undef HAVE_DECL_LDGETNAME
626 #endif
627
628
629 /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
630    */
631 #ifndef USED_FOR_TARGET
632 #undef HAVE_DECL_MALLOC
633 #endif
634
635
636 /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
637    define to 0. */
638 #ifndef USED_FOR_TARGET
639 #undef HAVE_DECL_PUTCHAR_UNLOCKED
640 #endif
641
642
643 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
644    to 0. */
645 #ifndef USED_FOR_TARGET
646 #undef HAVE_DECL_PUTC_UNLOCKED
647 #endif
648
649
650 /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
651    */
652 #ifndef USED_FOR_TARGET
653 #undef HAVE_DECL_REALLOC
654 #endif
655
656
657 /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
658 #ifndef USED_FOR_TARGET
659 #undef HAVE_DECL_SBRK
660 #endif
661
662
663 /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
664    0. */
665 #ifndef USED_FOR_TARGET
666 #undef HAVE_DECL_SETRLIMIT
667 #endif
668
669
670 /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
671    to 0. */
672 #ifndef USED_FOR_TARGET
673 #undef HAVE_DECL_SIGALTSTACK
674 #endif
675
676
677 /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
678    0. */
679 #ifndef USED_FOR_TARGET
680 #undef HAVE_DECL_SNPRINTF
681 #endif
682
683
684 /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
685    0. */
686 #ifndef USED_FOR_TARGET
687 #undef HAVE_DECL_STRSIGNAL
688 #endif
689
690
691 /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
692    */
693 #ifndef USED_FOR_TARGET
694 #undef HAVE_DECL_STRSTR
695 #endif
696
697
698 /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
699    0. */
700 #ifndef USED_FOR_TARGET
701 #undef HAVE_DECL_STRVERSCMP
702 #endif
703
704
705 /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
706    */
707 #ifndef USED_FOR_TARGET
708 #undef HAVE_DECL_TIMES
709 #endif
710
711
712 /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
713    0. */
714 #ifndef USED_FOR_TARGET
715 #undef HAVE_DECL_VASPRINTF
716 #endif
717
718
719 /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
720    0. */
721 #ifndef USED_FOR_TARGET
722 #undef HAVE_DECL_VSNPRINTF
723 #endif
724
725
726 /* Define to 1 if you have the <direct.h> header file. */
727 #ifndef USED_FOR_TARGET
728 #undef HAVE_DIRECT_H
729 #endif
730
731
732 /* Define to 1 if you have the <fcntl.h> header file. */
733 #ifndef USED_FOR_TARGET
734 #undef HAVE_FCNTL_H
735 #endif
736
737
738 /* Define to 1 if you have the `feof_unlocked' function. */
739 #ifndef USED_FOR_TARGET
740 #undef HAVE_FEOF_UNLOCKED
741 #endif
742
743
744 /* Define to 1 if you have the `ferror_unlocked' function. */
745 #ifndef USED_FOR_TARGET
746 #undef HAVE_FERROR_UNLOCKED
747 #endif
748
749
750 /* Define to 1 if you have the `fflush_unlocked' function. */
751 #ifndef USED_FOR_TARGET
752 #undef HAVE_FFLUSH_UNLOCKED
753 #endif
754
755
756 /* Define to 1 if you have the `fgetc_unlocked' function. */
757 #ifndef USED_FOR_TARGET
758 #undef HAVE_FGETC_UNLOCKED
759 #endif
760
761
762 /* Define to 1 if you have the `fgets_unlocked' function. */
763 #ifndef USED_FOR_TARGET
764 #undef HAVE_FGETS_UNLOCKED
765 #endif
766
767
768 /* Define to 1 if you have the `fileno_unlocked' function. */
769 #ifndef USED_FOR_TARGET
770 #undef HAVE_FILENO_UNLOCKED
771 #endif
772
773
774 /* Define to 1 if you have the `fork' function. */
775 #ifndef USED_FOR_TARGET
776 #undef HAVE_FORK
777 #endif
778
779
780 /* Define to 1 if you have the `fprintf_unlocked' function. */
781 #ifndef USED_FOR_TARGET
782 #undef HAVE_FPRINTF_UNLOCKED
783 #endif
784
785
786 /* Define to 1 if you have the `fputc_unlocked' function. */
787 #ifndef USED_FOR_TARGET
788 #undef HAVE_FPUTC_UNLOCKED
789 #endif
790
791
792 /* Define to 1 if you have the `fputs_unlocked' function. */
793 #ifndef USED_FOR_TARGET
794 #undef HAVE_FPUTS_UNLOCKED
795 #endif
796
797
798 /* Define to 1 if you have the `fread_unlocked' function. */
799 #ifndef USED_FOR_TARGET
800 #undef HAVE_FREAD_UNLOCKED
801 #endif
802
803
804 /* Define to 1 if you have the `fwrite_unlocked' function. */
805 #ifndef USED_FOR_TARGET
806 #undef HAVE_FWRITE_UNLOCKED
807 #endif
808
809
810 /* Define if your assembler supports .balign and .p2align. */
811 #ifndef USED_FOR_TARGET
812 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
813 #endif
814
815
816 /* Define if your assembler uses the new HImode fild and fist notation. */
817 #ifndef USED_FOR_TARGET
818 #undef HAVE_GAS_FILDS_FISTS
819 #endif
820
821
822 /* Define if your assembler and linker support .hidden. */
823 #undef HAVE_GAS_HIDDEN
824
825 /* Define if your assembler supports .literal16. */
826 #ifndef USED_FOR_TARGET
827 #undef HAVE_GAS_LITERAL16
828 #endif
829
830
831 /* Define if your assembler supports specifying the maximum number of bytes to
832    skip when using the GAS .p2align command. */
833 #ifndef USED_FOR_TARGET
834 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
835 #endif
836
837
838 /* Define if your assembler supports .nsubspa comdat option. */
839 #ifndef USED_FOR_TARGET
840 #undef HAVE_GAS_NSUBSPA_COMDAT
841 #endif
842
843
844 /* Define if your assembler and linker support 32-bit section relative relocs
845    via '.secrel32 label'. */
846 #ifndef USED_FOR_TARGET
847 #undef HAVE_GAS_PE_SECREL32_RELOC
848 #endif
849
850
851 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
852    */
853 #ifndef USED_FOR_TARGET
854 #undef HAVE_GAS_SHF_MERGE
855 #endif
856
857
858 /* Define if your assembler supports .subsection and .subsection -1 starts
859    emitting at the beginning of your section. */
860 #ifndef USED_FOR_TARGET
861 #undef HAVE_GAS_SUBSECTION_ORDERING
862 #endif
863
864
865 /* Define if your assembler supports .weak. */
866 #ifndef USED_FOR_TARGET
867 #undef HAVE_GAS_WEAK
868 #endif
869
870
871 /* Define if your assembler supports .weakref. */
872 #ifndef USED_FOR_TARGET
873 #undef HAVE_GAS_WEAKREF
874 #endif
875
876
877 /* Define to 1 if you have the `getchar_unlocked' function. */
878 #ifndef USED_FOR_TARGET
879 #undef HAVE_GETCHAR_UNLOCKED
880 #endif
881
882
883 /* Define to 1 if you have the `getc_unlocked' function. */
884 #ifndef USED_FOR_TARGET
885 #undef HAVE_GETC_UNLOCKED
886 #endif
887
888
889 /* Define to 1 if system unwind library has _Unwind_GetIPInfo. */
890 #undef HAVE_GETIPINFO
891
892 /* Define to 1 if you have the `getrlimit' function. */
893 #ifndef USED_FOR_TARGET
894 #undef HAVE_GETRLIMIT
895 #endif
896
897
898 /* Define to 1 if you have the `getrusage' function. */
899 #ifndef USED_FOR_TARGET
900 #undef HAVE_GETRUSAGE
901 #endif
902
903
904 /* Define to 1 if you have the `gettimeofday' function. */
905 #ifndef USED_FOR_TARGET
906 #undef HAVE_GETTIMEOFDAY
907 #endif
908
909
910 /* Define if using GNU as. */
911 #ifndef USED_FOR_TARGET
912 #undef HAVE_GNU_AS
913 #endif
914
915
916 /* Define if using GNU ld. */
917 #ifndef USED_FOR_TARGET
918 #undef HAVE_GNU_LD
919 #endif
920
921
922 /* Define if you have the iconv() function. */
923 #ifndef USED_FOR_TARGET
924 #undef HAVE_ICONV
925 #endif
926
927
928 /* Define to 1 if you have the <iconv.h> header file. */
929 #ifndef USED_FOR_TARGET
930 #undef HAVE_ICONV_H
931 #endif
932
933
934 /* Define .init_array/.fini_array sections are available and working. */
935 #ifndef USED_FOR_TARGET
936 #undef HAVE_INITFINI_ARRAY
937 #endif
938
939
940 /* Define if you have a working <inttypes.h> header file. */
941 #ifndef USED_FOR_TARGET
942 #undef HAVE_INTTYPES_H
943 #endif
944
945
946 /* Define to 1 if you have the `kill' function. */
947 #ifndef USED_FOR_TARGET
948 #undef HAVE_KILL
949 #endif
950
951
952 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
953 #ifndef USED_FOR_TARGET
954 #undef HAVE_LANGINFO_CODESET
955 #endif
956
957
958 /* Define to 1 if you have the <langinfo.h> header file. */
959 #ifndef USED_FOR_TARGET
960 #undef HAVE_LANGINFO_H
961 #endif
962
963
964 /* Define if your <locale.h> file defines LC_MESSAGES. */
965 #ifndef USED_FOR_TARGET
966 #undef HAVE_LC_MESSAGES
967 #endif
968
969
970 /* Define to 1 if you have the <ldfcn.h> header file. */
971 #ifndef USED_FOR_TARGET
972 #undef HAVE_LDFCN_H
973 #endif
974
975
976 /* Define if your linker supports --as-needed and --no-as-needed options. */
977 #ifndef USED_FOR_TARGET
978 #undef HAVE_LD_AS_NEEDED
979 #endif
980
981
982 /* Define if your linker supports --demangle option. */
983 #ifndef USED_FOR_TARGET
984 #undef HAVE_LD_DEMANGLE
985 #endif
986
987
988 /* Define if your linker supports --eh-frame-hdr option. */
989 #undef HAVE_LD_EH_FRAME_HDR
990
991 /* Define if your linker supports garbage collection of sections in presence
992    of EH frames. */
993 #ifndef USED_FOR_TARGET
994 #undef HAVE_LD_EH_GC_SECTIONS
995 #endif
996
997
998 /* Define if your PowerPC64 linker only needs function descriptor syms. */
999 #ifndef USED_FOR_TARGET
1000 #undef HAVE_LD_NO_DOT_SYMS
1001 #endif
1002
1003
1004 /* Define if your linker supports -pie option. */
1005 #ifndef USED_FOR_TARGET
1006 #undef HAVE_LD_PIE
1007 #endif
1008
1009
1010 /* Define if your linker links a mix of read-only and read-write sections into
1011    a read-write section. */
1012 #ifndef USED_FOR_TARGET
1013 #undef HAVE_LD_RO_RW_SECTION_MIXING
1014 #endif
1015
1016
1017 /* Define if your linker supports -Bstatic/-Bdynamic option. */
1018 #ifndef USED_FOR_TARGET
1019 #undef HAVE_LD_STATIC_DYNAMIC
1020 #endif
1021
1022
1023 /* Define if your linker supports --sysroot. */
1024 #ifndef USED_FOR_TARGET
1025 #undef HAVE_LD_SYSROOT
1026 #endif
1027
1028
1029 /* Define to 1 if you have the <limits.h> header file. */
1030 #ifndef USED_FOR_TARGET
1031 #undef HAVE_LIMITS_H
1032 #endif
1033
1034
1035 /* Define to 1 if you have the <locale.h> header file. */
1036 #ifndef USED_FOR_TARGET
1037 #undef HAVE_LOCALE_H
1038 #endif
1039
1040
1041 /* Define to 1 if the system has the type `long long'. */
1042 #ifndef USED_FOR_TARGET
1043 #undef HAVE_LONG_LONG
1044 #endif
1045
1046
1047 /* Define to 1 if you have the <malloc.h> header file. */
1048 #ifndef USED_FOR_TARGET
1049 #undef HAVE_MALLOC_H
1050 #endif
1051
1052
1053 /* Define to 1 if you have the `mbstowcs' function. */
1054 #ifndef USED_FOR_TARGET
1055 #undef HAVE_MBSTOWCS
1056 #endif
1057
1058
1059 /* Define if valgrind's memcheck.h header is installed. */
1060 #ifndef USED_FOR_TARGET
1061 #undef HAVE_MEMCHECK_H
1062 #endif
1063
1064
1065 /* Define to 1 if you have the <memory.h> header file. */
1066 #ifndef USED_FOR_TARGET
1067 #undef HAVE_MEMORY_H
1068 #endif
1069
1070
1071 /* Define to 1 if you have the `mincore' function. */
1072 #ifndef USED_FOR_TARGET
1073 #undef HAVE_MINCORE
1074 #endif
1075
1076
1077 /* Define to 1 if you have the `mmap' function. */
1078 #ifndef USED_FOR_TARGET
1079 #undef HAVE_MMAP
1080 #endif
1081
1082
1083 /* Define if mmap with MAP_ANON(YMOUS) works. */
1084 #ifndef USED_FOR_TARGET
1085 #undef HAVE_MMAP_ANON
1086 #endif
1087
1088
1089 /* Define if mmap of /dev/zero works. */
1090 #ifndef USED_FOR_TARGET
1091 #undef HAVE_MMAP_DEV_ZERO
1092 #endif
1093
1094
1095 /* Define if read-only mmap of a plain file works. */
1096 #ifndef USED_FOR_TARGET
1097 #undef HAVE_MMAP_FILE
1098 #endif
1099
1100
1101 /* Define to 1 if you have the `nl_langinfo' function. */
1102 #ifndef USED_FOR_TARGET
1103 #undef HAVE_NL_LANGINFO
1104 #endif
1105
1106
1107 /* Define to 1 if you have the `putchar_unlocked' function. */
1108 #ifndef USED_FOR_TARGET
1109 #undef HAVE_PUTCHAR_UNLOCKED
1110 #endif
1111
1112
1113 /* Define to 1 if you have the `putc_unlocked' function. */
1114 #ifndef USED_FOR_TARGET
1115 #undef HAVE_PUTC_UNLOCKED
1116 #endif
1117
1118
1119 /* Define to 1 if you have the `scandir' function. */
1120 #ifndef USED_FOR_TARGET
1121 #undef HAVE_SCANDIR
1122 #endif
1123
1124
1125 /* Define to 1 if you have the `setlocale' function. */
1126 #ifndef USED_FOR_TARGET
1127 #undef HAVE_SETLOCALE
1128 #endif
1129
1130
1131 /* Define to 1 if you have the `setrlimit' function. */
1132 #ifndef USED_FOR_TARGET
1133 #undef HAVE_SETRLIMIT
1134 #endif
1135
1136
1137 /* Define to 1 if you have the <stddef.h> header file. */
1138 #ifndef USED_FOR_TARGET
1139 #undef HAVE_STDDEF_H
1140 #endif
1141
1142
1143 /* Define to 1 if you have the <stdint.h> header file. */
1144 #ifndef USED_FOR_TARGET
1145 #undef HAVE_STDINT_H
1146 #endif
1147
1148
1149 /* Define to 1 if you have the <stdlib.h> header file. */
1150 #ifndef USED_FOR_TARGET
1151 #undef HAVE_STDLIB_H
1152 #endif
1153
1154
1155 /* Define to 1 if you have the <strings.h> header file. */
1156 #ifndef USED_FOR_TARGET
1157 #undef HAVE_STRINGS_H
1158 #endif
1159
1160
1161 /* Define to 1 if you have the <string.h> header file. */
1162 #ifndef USED_FOR_TARGET
1163 #undef HAVE_STRING_H
1164 #endif
1165
1166
1167 /* Define to 1 if you have the `strsignal' function. */
1168 #ifndef USED_FOR_TARGET
1169 #undef HAVE_STRSIGNAL
1170 #endif
1171
1172
1173 /* Define if <sys/times.h> defines struct tms. */
1174 #ifndef USED_FOR_TARGET
1175 #undef HAVE_STRUCT_TMS
1176 #endif
1177
1178
1179 /* Define to 1 if you have the `sysconf' function. */
1180 #ifndef USED_FOR_TARGET
1181 #undef HAVE_SYSCONF
1182 #endif
1183
1184
1185 /* Define to 1 if you have the <sys/file.h> header file. */
1186 #ifndef USED_FOR_TARGET
1187 #undef HAVE_SYS_FILE_H
1188 #endif
1189
1190
1191 /* Define to 1 if you have the <sys/mman.h> header file. */
1192 #ifndef USED_FOR_TARGET
1193 #undef HAVE_SYS_MMAN_H
1194 #endif
1195
1196
1197 /* Define to 1 if you have the <sys/param.h> header file. */
1198 #ifndef USED_FOR_TARGET
1199 #undef HAVE_SYS_PARAM_H
1200 #endif
1201
1202
1203 /* Define to 1 if you have the <sys/resource.h> header file. */
1204 #ifndef USED_FOR_TARGET
1205 #undef HAVE_SYS_RESOURCE_H
1206 #endif
1207
1208
1209 /* Define to 1 if you have the <sys/stat.h> header file. */
1210 #ifndef USED_FOR_TARGET
1211 #undef HAVE_SYS_STAT_H
1212 #endif
1213
1214
1215 /* Define to 1 if you have the <sys/times.h> header file. */
1216 #ifndef USED_FOR_TARGET
1217 #undef HAVE_SYS_TIMES_H
1218 #endif
1219
1220
1221 /* Define to 1 if you have the <sys/time.h> header file. */
1222 #ifndef USED_FOR_TARGET
1223 #undef HAVE_SYS_TIME_H
1224 #endif
1225
1226
1227 /* Define to 1 if you have the <sys/types.h> header file. */
1228 #ifndef USED_FOR_TARGET
1229 #undef HAVE_SYS_TYPES_H
1230 #endif
1231
1232
1233 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1234 #ifndef USED_FOR_TARGET
1235 #undef HAVE_SYS_WAIT_H
1236 #endif
1237
1238
1239 /* Define to 1 if you have the `times' function. */
1240 #ifndef USED_FOR_TARGET
1241 #undef HAVE_TIMES
1242 #endif
1243
1244
1245 /* Define to 1 if you have the <time.h> header file. */
1246 #ifndef USED_FOR_TARGET
1247 #undef HAVE_TIME_H
1248 #endif
1249
1250
1251 /* Define to 1 if you have the <unistd.h> header file. */
1252 #ifndef USED_FOR_TARGET
1253 #undef HAVE_UNISTD_H
1254 #endif
1255
1256
1257 /* Define if valgrind's valgrind/memcheck.h header is installed. */
1258 #ifndef USED_FOR_TARGET
1259 #undef HAVE_VALGRIND_MEMCHECK_H
1260 #endif
1261
1262
1263 /* Define to 1 if you have the `vfork' function. */
1264 #ifndef USED_FOR_TARGET
1265 #undef HAVE_VFORK
1266 #endif
1267
1268
1269 /* Define to 1 if you have the <vfork.h> header file. */
1270 #ifndef USED_FOR_TARGET
1271 #undef HAVE_VFORK_H
1272 #endif
1273
1274
1275 /* Define to 1 if you have the <wchar.h> header file. */
1276 #ifndef USED_FOR_TARGET
1277 #undef HAVE_WCHAR_H
1278 #endif
1279
1280
1281 /* Define to 1 if you have the `wcswidth' function. */
1282 #ifndef USED_FOR_TARGET
1283 #undef HAVE_WCSWIDTH
1284 #endif
1285
1286
1287 /* Define to 1 if `fork' works. */
1288 #ifndef USED_FOR_TARGET
1289 #undef HAVE_WORKING_FORK
1290 #endif
1291
1292
1293 /* Define this macro if mbstowcs does not crash when its first argument is
1294    NULL. */
1295 #ifndef USED_FOR_TARGET
1296 #undef HAVE_WORKING_MBSTOWCS
1297 #endif
1298
1299
1300 /* Define to 1 if `vfork' works. */
1301 #ifndef USED_FOR_TARGET
1302 #undef HAVE_WORKING_VFORK
1303 #endif
1304
1305
1306 /* Define to 1 if the system has the type `__int64'. */
1307 #ifndef USED_FOR_TARGET
1308 #undef HAVE___INT64
1309 #endif
1310
1311
1312 /* Define as const if the declaration of iconv() needs const. */
1313 #ifndef USED_FOR_TARGET
1314 #undef ICONV_CONST
1315 #endif
1316
1317
1318 /* Define if host mkdir takes a single argument. */
1319 #ifndef USED_FOR_TARGET
1320 #undef MKDIR_TAKES_ONE_ARG
1321 #endif
1322
1323
1324 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
1325 #ifndef USED_FOR_TARGET
1326 #undef NEED_64BIT_HOST_WIDE_INT
1327 #endif
1328
1329
1330 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1331 #ifndef USED_FOR_TARGET
1332 #undef NO_MINUS_C_MINUS_O
1333 #endif
1334
1335
1336 /* Define to the address where bug reports for this package should be sent. */
1337 #ifndef USED_FOR_TARGET
1338 #undef PACKAGE_BUGREPORT
1339 #endif
1340
1341
1342 /* Define to the full name of this package. */
1343 #ifndef USED_FOR_TARGET
1344 #undef PACKAGE_NAME
1345 #endif
1346
1347
1348 /* Define to the full name and version of this package. */
1349 #ifndef USED_FOR_TARGET
1350 #undef PACKAGE_STRING
1351 #endif
1352
1353
1354 /* Define to the one symbol short name of this package. */
1355 #ifndef USED_FOR_TARGET
1356 #undef PACKAGE_TARNAME
1357 #endif
1358
1359
1360 /* Define to the version of this package. */
1361 #ifndef USED_FOR_TARGET
1362 #undef PACKAGE_VERSION
1363 #endif
1364
1365
1366 /* Define to PREFIX/include if cpp should also search that directory. */
1367 #ifndef USED_FOR_TARGET
1368 #undef PREFIX_INCLUDE_DIR
1369 #endif
1370
1371
1372 /* The size of a `int', as computed by sizeof. */
1373 #ifndef USED_FOR_TARGET
1374 #undef SIZEOF_INT
1375 #endif
1376
1377
1378 /* The size of a `long', as computed by sizeof. */
1379 #ifndef USED_FOR_TARGET
1380 #undef SIZEOF_LONG
1381 #endif
1382
1383
1384 /* The size of a `long long', as computed by sizeof. */
1385 #ifndef USED_FOR_TARGET
1386 #undef SIZEOF_LONG_LONG
1387 #endif
1388
1389
1390 /* The size of a `short', as computed by sizeof. */
1391 #ifndef USED_FOR_TARGET
1392 #undef SIZEOF_SHORT
1393 #endif
1394
1395
1396 /* The size of a `void *', as computed by sizeof. */
1397 #ifndef USED_FOR_TARGET
1398 #undef SIZEOF_VOID_P
1399 #endif
1400
1401
1402 /* The size of a `__int64', as computed by sizeof. */
1403 #ifndef USED_FOR_TARGET
1404 #undef SIZEOF___INT64
1405 #endif
1406
1407
1408 /* Define to 1 if you have the ANSI C header files. */
1409 #ifndef USED_FOR_TARGET
1410 #undef STDC_HEADERS
1411 #endif
1412
1413
1414 /* Define if you can safely include both <string.h> and <strings.h>. */
1415 #ifndef USED_FOR_TARGET
1416 #undef STRING_WITH_STRINGS
1417 #endif
1418
1419
1420 /* Define if TFmode long double should be the default */
1421 #ifndef USED_FOR_TARGET
1422 #undef TARGET_DEFAULT_LONG_DOUBLE_128
1423 #endif
1424
1425
1426 /* Define if your target C library provides stack protector support */
1427 #ifndef USED_FOR_TARGET
1428 #undef TARGET_LIBC_PROVIDES_SSP
1429 #endif
1430
1431
1432 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1433 #ifndef USED_FOR_TARGET
1434 #undef TIME_WITH_SYS_TIME
1435 #endif
1436
1437
1438 /* Define if your assembler mis-optimizes .eh_frame data. */
1439 #ifndef USED_FOR_TARGET
1440 #undef USE_AS_TRADITIONAL_FORMAT
1441 #endif
1442
1443
1444 /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
1445    still efficiently supported by the host hardware. */
1446 #ifndef USED_FOR_TARGET
1447 #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
1448 #endif
1449
1450
1451 /* Define to be the last component of the Windows registry key under which to
1452    look for installation paths. The full key used will be
1453    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
1454    The default is the GCC version number. */
1455 #ifndef USED_FOR_TARGET
1456 #undef WIN32_REGISTRY_KEY
1457 #endif
1458
1459
1460 /* Define to 1 if your processor stores words with the most significant byte
1461    first (like Motorola and SPARC, unlike Intel and VAX). */
1462 #ifndef USED_FOR_TARGET
1463 #undef WORDS_BIGENDIAN
1464 #endif
1465
1466
1467 /* Define to 1 if on MINIX. */
1468 #ifndef USED_FOR_TARGET
1469 #undef _MINIX
1470 #endif
1471
1472
1473 /* Define to 2 if the system does not provide POSIX.1 features except with
1474    this defined. */
1475 #ifndef USED_FOR_TARGET
1476 #undef _POSIX_1_SOURCE
1477 #endif
1478
1479
1480 /* Define to 1 if you need to in order for `stat' and other things to work. */
1481 #ifndef USED_FOR_TARGET
1482 #undef _POSIX_SOURCE
1483 #endif
1484
1485
1486 /* Enable extensions on AIX 3, Interix.  */
1487 #ifndef _ALL_SOURCE
1488 # undef _ALL_SOURCE
1489 #endif
1490 /* Enable GNU extensions on systems that have them.  */
1491 #ifndef _GNU_SOURCE
1492 # undef _GNU_SOURCE
1493 #endif
1494 /* Enable threading extensions on Solaris.  */
1495 #ifndef _POSIX_PTHREAD_SEMANTICS
1496 # undef _POSIX_PTHREAD_SEMANTICS
1497 #endif
1498 /* Enable extensions on HP NonStop.  */
1499 #ifndef _TANDEM_SOURCE
1500 # undef _TANDEM_SOURCE
1501 #endif
1502 /* Enable general extensions on Solaris.  */
1503 #ifndef __EXTENSIONS__
1504 # undef __EXTENSIONS__
1505 #endif
1506
1507
1508 /* Define to `int' if <sys/types.h> doesn't define. */
1509 #ifndef USED_FOR_TARGET
1510 #undef gid_t
1511 #endif
1512
1513
1514 /* Define to `__inline__' or `__inline' if that's what the C compiler
1515    calls it, or to nothing if 'inline' is not supported under any name.  */
1516 #ifndef __cplusplus
1517 #undef inline
1518 #endif
1519
1520 /* Define to `int' if <sys/types.h> does not define. */
1521 #ifndef USED_FOR_TARGET
1522 #undef pid_t
1523 #endif
1524
1525
1526 /* Define to \`long' if <sys/resource.h> doesn't define. */
1527 #ifndef USED_FOR_TARGET
1528 #undef rlim_t
1529 #endif
1530
1531
1532 /* Define to `int' if <sys/types.h> does not define. */
1533 #ifndef USED_FOR_TARGET
1534 #undef ssize_t
1535 #endif
1536
1537
1538 /* Define to `int' if <sys/types.h> doesn't define. */
1539 #ifndef USED_FOR_TARGET
1540 #undef uid_t
1541 #endif
1542
1543
1544 /* Define as `fork' if `vfork' does not work. */
1545 #ifndef USED_FOR_TARGET
1546 #undef vfork
1547 #endif
1548