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