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/* Compiling cross-assembler? */ 20#undef CROSS_COMPILE 21 22/* Default architecture. */ 23#undef DEFAULT_ARCH 24 25/* Default CRIS architecture. */ 26#undef DEFAULT_CRIS_ARCH 27 28/* Default emulation. */ 29#undef DEFAULT_EMULATION 30 31/* Define if you want compressed debug sections by default. */ 32#undef DEFAULT_FLAG_COMPRESS_DEBUG 33 34/* Define to 1 if you want to generate GNU Build attribute notes by default, 35 if none are contained in the input. */ 36#undef DEFAULT_GENERATE_BUILD_NOTES 37 38/* Define to 1 if you want to generate ELF common symbols with the STT_COMMON 39 type by default. */ 40#undef DEFAULT_GENERATE_ELF_STT_COMMON 41 42/* Define to 1 if you want to generate x86 relax relocations by default. */ 43#undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 44 45/* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */ 46#undef DEFAULT_MIPS_FIX_LOONGSON3_LLSC 47 48/* Define default value for RISC-V -march. */ 49#undef DEFAULT_RISCV_ARCH_WITH_EXT 50 51/* Define to 1 if you want to generate RISC-V arch attribute by default. */ 52#undef DEFAULT_RISCV_ATTR 53 54/* Define default value for RISC-V -misa-spec. */ 55#undef DEFAULT_RISCV_ISA_SPEC 56 57/* Define default value for RISC-V -mpriv-spec */ 58#undef DEFAULT_RISCV_PRIV_SPEC 59 60/* Define to 1 if you want to generate GNU x86 used ISA and feature properties 61 by default. */ 62#undef DEFAULT_X86_USED_NOTE 63 64/* Supported emulations. */ 65#undef EMULATIONS 66 67/* Define if you want run-time sanity checks. */ 68#undef ENABLE_CHECKING 69 70/* Define to 1 if translation of program messages to the user's native 71 language is requested. */ 72#undef ENABLE_NLS 73 74/* Define to 1 if you have the declaration of `asprintf', and to 0 if you 75 don't. */ 76#undef HAVE_DECL_ASPRINTF 77 78/* Is the prototype for getopt in <unistd.h> in the expected format? */ 79#undef HAVE_DECL_GETOPT 80 81/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 82 don't. */ 83#undef HAVE_DECL_MEMPCPY 84 85/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 86 */ 87#undef HAVE_DECL_STPCPY 88 89/* Define to 1 if you have the <dlfcn.h> header file. */ 90#undef HAVE_DLFCN_H 91 92/* Define to 1 if you have the <inttypes.h> header file. */ 93#undef HAVE_INTTYPES_H 94 95/* Define if your <locale.h> file defines LC_MESSAGES. */ 96#undef HAVE_LC_MESSAGES 97 98/* Define to 1 if you have the <memory.h> header file. */ 99#undef HAVE_MEMORY_H 100 101/* Define to 1 if you have the <stdint.h> header file. */ 102#undef HAVE_STDINT_H 103 104/* Define to 1 if you have the <stdlib.h> header file. */ 105#undef HAVE_STDLIB_H 106 107/* Define to 1 if you have the <strings.h> header file. */ 108#undef HAVE_STRINGS_H 109 110/* Define to 1 if you have the <string.h> header file. */ 111#undef HAVE_STRING_H 112 113/* Define to 1 if you have the `strsignal' function. */ 114#undef HAVE_STRSIGNAL 115 116/* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 117#undef HAVE_ST_MTIM_TV_NSEC 118 119/* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 120#undef HAVE_ST_MTIM_TV_SEC 121 122/* Define to 1 if you have the <sys/stat.h> header file. */ 123#undef HAVE_SYS_STAT_H 124 125/* Define to 1 if you have the <sys/types.h> header file. */ 126#undef HAVE_SYS_TYPES_H 127 128/* Define if <time.h> has struct tm.tm_gmtoff. */ 129#undef HAVE_TM_GMTOFF 130 131/* Define to 1 if you have the <unistd.h> header file. */ 132#undef HAVE_UNISTD_H 133 134/* Define to 1 if you have the <windows.h> header file. */ 135#undef HAVE_WINDOWS_H 136 137/* Using i386 COFF? */ 138#undef I386COFF 139 140/* Define to the sub-directory in which libtool stores uninstalled libraries. 141 */ 142#undef LT_OBJDIR 143 144/* Default CPU for MIPS targets. */ 145#undef MIPS_CPU_STRING_DEFAULT 146 147/* Generate 64-bit code by default on MIPS targets. */ 148#undef MIPS_DEFAULT_64BIT 149 150/* Choose a default ABI for MIPS targets. */ 151#undef MIPS_DEFAULT_ABI 152 153/* Define value for nds32_arch_name */ 154#undef NDS32_DEFAULT_ARCH_NAME 155 156/* Define default value for nds32_audio_ext */ 157#undef NDS32_DEFAULT_AUDIO_EXT 158 159/* Define default value for nds32_dsp_ext */ 160#undef NDS32_DEFAULT_DSP_EXT 161 162/* Define default value for nds32_dx_regs */ 163#undef NDS32_DEFAULT_DX_REGS 164 165/* Define default value for nds32_perf_ext */ 166#undef NDS32_DEFAULT_PERF_EXT 167 168/* Define default value for nds32_perf_ext2 */ 169#undef NDS32_DEFAULT_PERF_EXT2 170 171/* Define default value for nds32_string_ext */ 172#undef NDS32_DEFAULT_STRING_EXT 173 174/* Define default value for nds32_zol_ext */ 175#undef NDS32_DEFAULT_ZOL_EXT 176 177/* Define default value for nds32_linux_toolchain */ 178#undef NDS32_LINUX_TOOLCHAIN 179 180/* Define if environ is not declared in system header files. */ 181#undef NEED_DECLARATION_ENVIRON 182 183/* Define if ffs is not declared in system header files. */ 184#undef NEED_DECLARATION_FFS 185 186/* a.out support? */ 187#undef OBJ_MAYBE_AOUT 188 189/* COFF support? */ 190#undef OBJ_MAYBE_COFF 191 192/* ECOFF support? */ 193#undef OBJ_MAYBE_ECOFF 194 195/* ELF support? */ 196#undef OBJ_MAYBE_ELF 197 198/* generic support? */ 199#undef OBJ_MAYBE_GENERIC 200 201/* SOM support? */ 202#undef OBJ_MAYBE_SOM 203 204/* Name of package */ 205#undef PACKAGE 206 207/* Define to the address where bug reports for this package should be sent. */ 208#undef PACKAGE_BUGREPORT 209 210/* Define to the full name of this package. */ 211#undef PACKAGE_NAME 212 213/* Define to the full name and version of this package. */ 214#undef PACKAGE_STRING 215 216/* Define to the one symbol short name of this package. */ 217#undef PACKAGE_TARNAME 218 219/* Define to the home page for this package. */ 220#undef PACKAGE_URL 221 222/* Define to the version of this package. */ 223#undef PACKAGE_VERSION 224 225/* Define to 1 if you have the ANSI C header files. */ 226#undef STDC_HEADERS 227 228/* Using strict COFF? */ 229#undef STRICTCOFF 230 231/* Target alias. */ 232#undef TARGET_ALIAS 233 234/* Define as 1 if big endian. */ 235#undef TARGET_BYTES_BIG_ENDIAN 236 237/* Canonical target. */ 238#undef TARGET_CANONICAL 239 240/* Target CPU. */ 241#undef TARGET_CPU 242 243/* Target OS. */ 244#undef TARGET_OS 245 246/* Define if default target is PowerPC Solaris. */ 247#undef TARGET_SOLARIS_COMMENT 248 249/* Target vendor. */ 250#undef TARGET_VENDOR 251 252/* Target specific CPU. */ 253#undef TARGET_WITH_CPU 254 255/* Use b modifier when opening binary files? */ 256#undef USE_BINARY_FOPEN 257 258/* Use emulation support? */ 259#undef USE_EMULATIONS 260 261/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ 262#undef USE_E_MIPS_ABI_O32 263 264/* Enable extensions on AIX 3, Interix. */ 265#ifndef _ALL_SOURCE 266# undef _ALL_SOURCE 267#endif 268/* Enable GNU extensions on systems that have them. */ 269#ifndef _GNU_SOURCE 270# undef _GNU_SOURCE 271#endif 272/* Enable threading extensions on Solaris. */ 273#ifndef _POSIX_PTHREAD_SEMANTICS 274# undef _POSIX_PTHREAD_SEMANTICS 275#endif 276/* Enable extensions on HP NonStop. */ 277#ifndef _TANDEM_SOURCE 278# undef _TANDEM_SOURCE 279#endif 280/* Enable general extensions on Solaris. */ 281#ifndef __EXTENSIONS__ 282# undef __EXTENSIONS__ 283#endif 284 285 286/* Using cgen code? */ 287#undef USING_CGEN 288 289/* Version number of package */ 290#undef VERSION 291 292/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 293 significant byte first (like Motorola and SPARC, unlike Intel). */ 294#if defined AC_APPLE_UNIVERSAL_BUILD 295# if defined __BIG_ENDIAN__ 296# define WORDS_BIGENDIAN 1 297# endif 298#else 299# ifndef WORDS_BIGENDIAN 300# undef WORDS_BIGENDIAN 301# endif 302#endif 303 304/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 305 `char[]'. */ 306#undef YYTEXT_POINTER 307 308/* Enable large inode numbers on Mac OS X 10.5. */ 309#ifndef _DARWIN_USE_64_BIT_INODE 310# define _DARWIN_USE_64_BIT_INODE 1 311#endif 312 313/* Number of bits in a file offset, on hosts where this is settable. */ 314#undef _FILE_OFFSET_BITS 315 316/* Define for large files, on AIX-style hosts. */ 317#undef _LARGE_FILES 318 319/* Define to 1 if on MINIX. */ 320#undef _MINIX 321 322/* Define to 2 if the system does not provide POSIX.1 features except with 323 this defined. */ 324#undef _POSIX_1_SOURCE 325 326/* Define to 1 if you need to in order for `stat' and other things to work. */ 327#undef _POSIX_SOURCE 328