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