Home | History | Annotate | Download | only in gas
      1 /* config.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Check that config.h is #included before system headers
      4    (this works only for glibc, but that should be enough).  */
      5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
      6 #  error config.h must be #included before system headers
      7 #endif
      8 #define __CONFIG_H__ 1
      9 
     10 /* Define if building universal (internal helper macro) */
     11 #undef AC_APPLE_UNIVERSAL_BUILD
     12 
     13 /* Define if using AIX 5.2 value for C_WEAKEXT. */
     14 #undef AIX_WEAK_SUPPORT
     15 
     16 /* assert broken? */
     17 #undef BROKEN_ASSERT
     18 
     19 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
     20    systems. This function is required for `alloca.c' support on those systems.
     21    */
     22 #undef CRAY_STACKSEG_END
     23 
     24 /* Compiling cross-assembler? */
     25 #undef CROSS_COMPILE
     26 
     27 /* Define to 1 if using `alloca.c'. */
     28 #undef C_ALLOCA
     29 
     30 /* Default architecture. */
     31 #undef DEFAULT_ARCH
     32 
     33 /* Default CRIS architecture. */
     34 #undef DEFAULT_CRIS_ARCH
     35 
     36 /* Default emulation. */
     37 #undef DEFAULT_EMULATION
     38 
     39 /* Supported emulations. */
     40 #undef EMULATIONS
     41 
     42 /* Define if you want run-time sanity checks. */
     43 #undef ENABLE_CHECKING
     44 
     45 /* Define to 1 if translation of program messages to the user's native
     46    language is requested. */
     47 #undef ENABLE_NLS
     48 
     49 /* Define to 1 if you have `alloca', as a function or macro. */
     50 #undef HAVE_ALLOCA
     51 
     52 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
     53    */
     54 #undef HAVE_ALLOCA_H
     55 
     56 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
     57    */
     58 #undef HAVE_DECL_FREE
     59 
     60 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
     61    */
     62 #undef HAVE_DECL_GETENV
     63 
     64 /* Is the prototype for getopt in <unistd.h> in the expected format? */
     65 #undef HAVE_DECL_GETOPT
     66 
     67 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
     68    */
     69 #undef HAVE_DECL_MALLOC
     70 
     71 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
     72    don't. */
     73 #undef HAVE_DECL_MEMPCPY
     74 
     75 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
     76    don't. */
     77 #undef HAVE_DECL_REALLOC
     78 
     79 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     80    */
     81 #undef HAVE_DECL_STPCPY
     82 
     83 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
     84    */
     85 #undef HAVE_DECL_STRSTR
     86 
     87 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
     88    don't. */
     89 #undef HAVE_DECL_VSNPRINTF
     90 
     91 /* Define to 1 if you have the <dlfcn.h> header file. */
     92 #undef HAVE_DLFCN_H
     93 
     94 /* Define to 1 if you have the <errno.h> header file. */
     95 #undef HAVE_ERRNO_H
     96 
     97 /* Define to 1 if you have the <inttypes.h> header file. */
     98 #undef HAVE_INTTYPES_H
     99 
    100 /* Define if your <locale.h> file defines LC_MESSAGES. */
    101 #undef HAVE_LC_MESSAGES
    102 
    103 /* Define to 1 if you have the <limits.h> header file. */
    104 #undef HAVE_LIMITS_H
    105 
    106 /* Define to 1 if you have the <locale.h> header file. */
    107 #undef HAVE_LOCALE_H
    108 
    109 /* Define to 1 if you have the <memory.h> header file. */
    110 #undef HAVE_MEMORY_H
    111 
    112 /* Define to 1 if you have the `remove' function. */
    113 #undef HAVE_REMOVE
    114 
    115 /* Define to 1 if you have the `sbrk' function. */
    116 #undef HAVE_SBRK
    117 
    118 /* Define to 1 if you have the `setlocale' function. */
    119 #undef HAVE_SETLOCALE
    120 
    121 /* Define to 1 if you have the <stdint.h> header file. */
    122 #undef HAVE_STDINT_H
    123 
    124 /* Define to 1 if you have the <stdlib.h> header file. */
    125 #undef HAVE_STDLIB_H
    126 
    127 /* Define to 1 if you have the <strings.h> header file. */
    128 #undef HAVE_STRINGS_H
    129 
    130 /* Define to 1 if you have the <string.h> header file. */
    131 #undef HAVE_STRING_H
    132 
    133 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
    134 #undef HAVE_ST_MTIM_TV_NSEC
    135 
    136 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
    137 #undef HAVE_ST_MTIM_TV_SEC
    138 
    139 /* Define to 1 if you have the <sys/stat.h> header file. */
    140 #undef HAVE_SYS_STAT_H
    141 
    142 /* Define to 1 if you have the <sys/types.h> header file. */
    143 #undef HAVE_SYS_TYPES_H
    144 
    145 /* Define to 1 if you have the <time.h> header file. */
    146 #undef HAVE_TIME_H
    147 
    148 /* Define if <time.h> has struct tm.tm_gmtoff. */
    149 #undef HAVE_TM_GMTOFF
    150 
    151 /* Define to 1 if you have the <unistd.h> header file. */
    152 #undef HAVE_UNISTD_H
    153 
    154 /* Define to 1 if you have the `unlink' function. */
    155 #undef HAVE_UNLINK
    156 
    157 /* Define to 1 if you have the <windows.h> header file. */
    158 #undef HAVE_WINDOWS_H
    159 
    160 /* Define to 1 if you have the <zlib.h> header file. */
    161 #undef HAVE_ZLIB_H
    162 
    163 /* Using i386 COFF? */
    164 #undef I386COFF
    165 
    166 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    167    */
    168 #undef LT_OBJDIR
    169 
    170 /* Using m68k COFF? */
    171 #undef M68KCOFF
    172 
    173 /* Using m88k COFF? */
    174 #undef M88KCOFF
    175 
    176 /* Default CPU for MIPS targets. */
    177 #undef MIPS_CPU_STRING_DEFAULT
    178 
    179 /* Generate 64-bit code by default on MIPS targets. */
    180 #undef MIPS_DEFAULT_64BIT
    181 
    182 /* Choose a default ABI for MIPS targets. */
    183 #undef MIPS_DEFAULT_ABI
    184 
    185 /* Define value for nds32_arch_name */
    186 #undef NDS32_DEFAULT_ARCH_NAME
    187 
    188 /* Define default value for nds32_audio_ext */
    189 #undef NDS32_DEFAULT_AUDIO_EXT
    190 
    191 /* Define default value for nds32_dx_regs */
    192 #undef NDS32_DEFAULT_DX_REGS
    193 
    194 /* Define default value for nds32_perf_ext */
    195 #undef NDS32_DEFAULT_PERF_EXT
    196 
    197 /* Define default value for nds32_perf_ext2 */
    198 #undef NDS32_DEFAULT_PERF_EXT2
    199 
    200 /* Define default value for nds32_string_ext */
    201 #undef NDS32_DEFAULT_STRING_EXT
    202 
    203 /* Define if environ is not declared in system header files. */
    204 #undef NEED_DECLARATION_ENVIRON
    205 
    206 /* Define if errno is not declared in system header files. */
    207 #undef NEED_DECLARATION_ERRNO
    208 
    209 /* Define if ffs is not declared in system header files. */
    210 #undef NEED_DECLARATION_FFS
    211 
    212 /* Define if free is not declared in system header files. */
    213 #undef NEED_DECLARATION_FREE
    214 
    215 /* Define if malloc is not declared in system header files. */
    216 #undef NEED_DECLARATION_MALLOC
    217 
    218 /* Define if sbrk is not declared in system header files. */
    219 #undef NEED_DECLARATION_SBRK
    220 
    221 /* Define if strstr is not declared in system header files. */
    222 #undef NEED_DECLARATION_STRSTR
    223 
    224 /* a.out support? */
    225 #undef OBJ_MAYBE_AOUT
    226 
    227 /* b.out support? */
    228 #undef OBJ_MAYBE_BOUT
    229 
    230 /* COFF support? */
    231 #undef OBJ_MAYBE_COFF
    232 
    233 /* ECOFF support? */
    234 #undef OBJ_MAYBE_ECOFF
    235 
    236 /* ELF support? */
    237 #undef OBJ_MAYBE_ELF
    238 
    239 /* generic support? */
    240 #undef OBJ_MAYBE_GENERIC
    241 
    242 /* SOM support? */
    243 #undef OBJ_MAYBE_SOM
    244 
    245 /* Name of package */
    246 #undef PACKAGE
    247 
    248 /* Define to the address where bug reports for this package should be sent. */
    249 #undef PACKAGE_BUGREPORT
    250 
    251 /* Define to the full name of this package. */
    252 #undef PACKAGE_NAME
    253 
    254 /* Define to the full name and version of this package. */
    255 #undef PACKAGE_STRING
    256 
    257 /* Define to the one symbol short name of this package. */
    258 #undef PACKAGE_TARNAME
    259 
    260 /* Define to the home page for this package. */
    261 #undef PACKAGE_URL
    262 
    263 /* Define to the version of this package. */
    264 #undef PACKAGE_VERSION
    265 
    266 /* Define if defaulting to ELF on SCO 5. */
    267 #undef SCO_ELF
    268 
    269 /* If using the C implementation of alloca, define if you know the
    270    direction of stack growth for your system; otherwise it will be
    271    automatically deduced at runtime.
    272 	STACK_DIRECTION > 0 => grows toward higher addresses
    273 	STACK_DIRECTION < 0 => grows toward lower addresses
    274 	STACK_DIRECTION = 0 => direction of growth unknown */
    275 #undef STACK_DIRECTION
    276 
    277 /* Define to 1 if you have the ANSI C header files. */
    278 #undef STDC_HEADERS
    279 
    280 /* Using strict COFF? */
    281 #undef STRICTCOFF
    282 
    283 /* Define if you can safely include both <string.h> and <strings.h>. */
    284 #undef STRING_WITH_STRINGS
    285 
    286 /* Target alias. */
    287 #undef TARGET_ALIAS
    288 
    289 /* Define as 1 if big endian. */
    290 #undef TARGET_BYTES_BIG_ENDIAN
    291 
    292 /* Canonical target. */
    293 #undef TARGET_CANONICAL
    294 
    295 /* Target CPU. */
    296 #undef TARGET_CPU
    297 
    298 /* Target OS. */
    299 #undef TARGET_OS
    300 
    301 /* Define if default target is PowerPC Solaris. */
    302 #undef TARGET_SOLARIS_COMMENT
    303 
    304 /* Define if target is Symbian OS. */
    305 #undef TARGET_SYMBIAN
    306 
    307 /* Target vendor. */
    308 #undef TARGET_VENDOR
    309 
    310 /* Use b modifier when opening binary files? */
    311 #undef USE_BINARY_FOPEN
    312 
    313 /* Use emulation support? */
    314 #undef USE_EMULATIONS
    315 
    316 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
    317 #undef USE_E_MIPS_ABI_O32
    318 
    319 /* Enable extensions on AIX 3, Interix.  */
    320 #ifndef _ALL_SOURCE
    321 # undef _ALL_SOURCE
    322 #endif
    323 /* Enable GNU extensions on systems that have them.  */
    324 #ifndef _GNU_SOURCE
    325 # undef _GNU_SOURCE
    326 #endif
    327 /* Enable threading extensions on Solaris.  */
    328 #ifndef _POSIX_PTHREAD_SEMANTICS
    329 # undef _POSIX_PTHREAD_SEMANTICS
    330 #endif
    331 /* Enable extensions on HP NonStop.  */
    332 #ifndef _TANDEM_SOURCE
    333 # undef _TANDEM_SOURCE
    334 #endif
    335 /* Enable general extensions on Solaris.  */
    336 #ifndef __EXTENSIONS__
    337 # undef __EXTENSIONS__
    338 #endif
    339 
    340 
    341 /* Using cgen code? */
    342 #undef USING_CGEN
    343 
    344 /* Version number of package */
    345 #undef VERSION
    346 
    347 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    348    significant byte first (like Motorola and SPARC, unlike Intel). */
    349 #if defined AC_APPLE_UNIVERSAL_BUILD
    350 # if defined __BIG_ENDIAN__
    351 #  define WORDS_BIGENDIAN 1
    352 # endif
    353 #else
    354 # ifndef WORDS_BIGENDIAN
    355 #  undef WORDS_BIGENDIAN
    356 # endif
    357 #endif
    358 
    359 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    360    `char[]'. */
    361 #undef YYTEXT_POINTER
    362 
    363 /* Number of bits in a file offset, on hosts where this is settable. */
    364 #undef _FILE_OFFSET_BITS
    365 
    366 /* Define for large files, on AIX-style hosts. */
    367 #undef _LARGE_FILES
    368 
    369 /* Define to 1 if on MINIX. */
    370 #undef _MINIX
    371 
    372 /* Define to 2 if the system does not provide POSIX.1 features except with
    373    this defined. */
    374 #undef _POSIX_1_SOURCE
    375 
    376 /* Define to 1 if you need to in order for `stat' and other things to work. */
    377 #undef _POSIX_SOURCE
    378 
    379 /* Define to `__inline__' or `__inline' if that's what the C compiler
    380    calls it, or to nothing if 'inline' is not supported under any name.  */
    381 #ifndef __cplusplus
    382 #undef inline
    383 #endif
    384