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