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