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