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