config.in 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Check that config.h is #included before system headers
  3. (this works only for glibc, but that should be enough). */
  4. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  5. # error config.h must be #included before system headers
  6. #endif
  7. #define __CONFIG_H__ 1
  8. /* Define if building universal (internal helper macro) */
  9. #undef AC_APPLE_UNIVERSAL_BUILD
  10. /* Define if using AIX 5.2 value for C_WEAKEXT. */
  11. #undef AIX_WEAK_SUPPORT
  12. /* assert broken? */
  13. #undef BROKEN_ASSERT
  14. /* Compiling cross-assembler? */
  15. #undef CROSS_COMPILE
  16. /* Default architecture. */
  17. #undef DEFAULT_ARCH
  18. /* Default CRIS architecture. */
  19. #undef DEFAULT_CRIS_ARCH
  20. /* Default emulation. */
  21. #undef DEFAULT_EMULATION
  22. /* Define if you want compressed debug sections by default. */
  23. #undef DEFAULT_FLAG_COMPRESS_DEBUG
  24. /* Define to 1 if you want to generate GNU Build attribute notes by default,
  25. if none are contained in the input. */
  26. #undef DEFAULT_GENERATE_BUILD_NOTES
  27. /* Define to 1 if you want to generate ELF common symbols with the STT_COMMON
  28. type by default. */
  29. #undef DEFAULT_GENERATE_ELF_STT_COMMON
  30. /* Define to 1 if you want to generate x86 relax relocations by default. */
  31. #undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS
  32. /* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */
  33. #undef DEFAULT_MIPS_FIX_LOONGSON3_LLSC
  34. /* Define default value for RISC-V -march. */
  35. #undef DEFAULT_RISCV_ARCH_WITH_EXT
  36. /* Define to 1 if you want to generate RISC-V arch attribute by default. */
  37. #undef DEFAULT_RISCV_ATTR
  38. /* Define default value for RISC-V -misa-spec. */
  39. #undef DEFAULT_RISCV_ISA_SPEC
  40. /* Define default value for RISC-V -mpriv-spec */
  41. #undef DEFAULT_RISCV_PRIV_SPEC
  42. /* Define to 1 if you want to generate GNU x86 used ISA and feature properties
  43. by default. */
  44. #undef DEFAULT_X86_USED_NOTE
  45. /* Supported emulations. */
  46. #undef EMULATIONS
  47. /* Define if you want run-time sanity checks. */
  48. #undef ENABLE_CHECKING
  49. /* Define to 1 if translation of program messages to the user's native
  50. language is requested. */
  51. #undef ENABLE_NLS
  52. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  53. don't. */
  54. #undef HAVE_DECL_ASPRINTF
  55. /* Is the prototype for getopt in <unistd.h> in the expected format? */
  56. #undef HAVE_DECL_GETOPT
  57. /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
  58. don't. */
  59. #undef HAVE_DECL_MEMPCPY
  60. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  61. */
  62. #undef HAVE_DECL_STPCPY
  63. /* Define to 1 if you have the <dlfcn.h> header file. */
  64. #undef HAVE_DLFCN_H
  65. /* Define to 1 if you have the <inttypes.h> header file. */
  66. #undef HAVE_INTTYPES_H
  67. /* Define if your <locale.h> file defines LC_MESSAGES. */
  68. #undef HAVE_LC_MESSAGES
  69. /* Define to 1 if you have the <memory.h> header file. */
  70. #undef HAVE_MEMORY_H
  71. /* Define to 1 if you have the <stdint.h> header file. */
  72. #undef HAVE_STDINT_H
  73. /* Define to 1 if you have the <stdlib.h> header file. */
  74. #undef HAVE_STDLIB_H
  75. /* Define to 1 if you have the <strings.h> header file. */
  76. #undef HAVE_STRINGS_H
  77. /* Define to 1 if you have the <string.h> header file. */
  78. #undef HAVE_STRING_H
  79. /* Define to 1 if you have the `strsignal' function. */
  80. #undef HAVE_STRSIGNAL
  81. /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
  82. #undef HAVE_ST_MTIM_TV_NSEC
  83. /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
  84. #undef HAVE_ST_MTIM_TV_SEC
  85. /* Define to 1 if you have the <sys/stat.h> header file. */
  86. #undef HAVE_SYS_STAT_H
  87. /* Define to 1 if you have the <sys/types.h> header file. */
  88. #undef HAVE_SYS_TYPES_H
  89. /* Define if <time.h> has struct tm.tm_gmtoff. */
  90. #undef HAVE_TM_GMTOFF
  91. /* Define to 1 if you have the <unistd.h> header file. */
  92. #undef HAVE_UNISTD_H
  93. /* Define to 1 if you have the <windows.h> header file. */
  94. #undef HAVE_WINDOWS_H
  95. /* Using i386 COFF? */
  96. #undef I386COFF
  97. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  98. */
  99. #undef LT_OBJDIR
  100. /* Default CPU for MIPS targets. */
  101. #undef MIPS_CPU_STRING_DEFAULT
  102. /* Generate 64-bit code by default on MIPS targets. */
  103. #undef MIPS_DEFAULT_64BIT
  104. /* Choose a default ABI for MIPS targets. */
  105. #undef MIPS_DEFAULT_ABI
  106. /* Define value for nds32_arch_name */
  107. #undef NDS32_DEFAULT_ARCH_NAME
  108. /* Define default value for nds32_audio_ext */
  109. #undef NDS32_DEFAULT_AUDIO_EXT
  110. /* Define default value for nds32_dsp_ext */
  111. #undef NDS32_DEFAULT_DSP_EXT
  112. /* Define default value for nds32_dx_regs */
  113. #undef NDS32_DEFAULT_DX_REGS
  114. /* Define default value for nds32_perf_ext */
  115. #undef NDS32_DEFAULT_PERF_EXT
  116. /* Define default value for nds32_perf_ext2 */
  117. #undef NDS32_DEFAULT_PERF_EXT2
  118. /* Define default value for nds32_string_ext */
  119. #undef NDS32_DEFAULT_STRING_EXT
  120. /* Define default value for nds32_zol_ext */
  121. #undef NDS32_DEFAULT_ZOL_EXT
  122. /* Define default value for nds32_linux_toolchain */
  123. #undef NDS32_LINUX_TOOLCHAIN
  124. /* Define if environ is not declared in system header files. */
  125. #undef NEED_DECLARATION_ENVIRON
  126. /* Define if ffs is not declared in system header files. */
  127. #undef NEED_DECLARATION_FFS
  128. /* a.out support? */
  129. #undef OBJ_MAYBE_AOUT
  130. /* COFF support? */
  131. #undef OBJ_MAYBE_COFF
  132. /* ECOFF support? */
  133. #undef OBJ_MAYBE_ECOFF
  134. /* ELF support? */
  135. #undef OBJ_MAYBE_ELF
  136. /* generic support? */
  137. #undef OBJ_MAYBE_GENERIC
  138. /* SOM support? */
  139. #undef OBJ_MAYBE_SOM
  140. /* Name of package */
  141. #undef PACKAGE
  142. /* Define to the address where bug reports for this package should be sent. */
  143. #undef PACKAGE_BUGREPORT
  144. /* Define to the full name of this package. */
  145. #undef PACKAGE_NAME
  146. /* Define to the full name and version of this package. */
  147. #undef PACKAGE_STRING
  148. /* Define to the one symbol short name of this package. */
  149. #undef PACKAGE_TARNAME
  150. /* Define to the home page for this package. */
  151. #undef PACKAGE_URL
  152. /* Define to the version of this package. */
  153. #undef PACKAGE_VERSION
  154. /* Define to 1 if you have the ANSI C header files. */
  155. #undef STDC_HEADERS
  156. /* Using strict COFF? */
  157. #undef STRICTCOFF
  158. /* Target alias. */
  159. #undef TARGET_ALIAS
  160. /* Define as 1 if big endian. */
  161. #undef TARGET_BYTES_BIG_ENDIAN
  162. /* Canonical target. */
  163. #undef TARGET_CANONICAL
  164. /* Target CPU. */
  165. #undef TARGET_CPU
  166. /* Target OS. */
  167. #undef TARGET_OS
  168. /* Define if default target is PowerPC Solaris. */
  169. #undef TARGET_SOLARIS_COMMENT
  170. /* Target vendor. */
  171. #undef TARGET_VENDOR
  172. /* Target specific CPU. */
  173. #undef TARGET_WITH_CPU
  174. /* Use b modifier when opening binary files? */
  175. #undef USE_BINARY_FOPEN
  176. /* Use emulation support? */
  177. #undef USE_EMULATIONS
  178. /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
  179. #undef USE_E_MIPS_ABI_O32
  180. /* Enable extensions on AIX 3, Interix. */
  181. #ifndef _ALL_SOURCE
  182. # undef _ALL_SOURCE
  183. #endif
  184. /* Enable GNU extensions on systems that have them. */
  185. #ifndef _GNU_SOURCE
  186. # undef _GNU_SOURCE
  187. #endif
  188. /* Enable threading extensions on Solaris. */
  189. #ifndef _POSIX_PTHREAD_SEMANTICS
  190. # undef _POSIX_PTHREAD_SEMANTICS
  191. #endif
  192. /* Enable extensions on HP NonStop. */
  193. #ifndef _TANDEM_SOURCE
  194. # undef _TANDEM_SOURCE
  195. #endif
  196. /* Enable general extensions on Solaris. */
  197. #ifndef __EXTENSIONS__
  198. # undef __EXTENSIONS__
  199. #endif
  200. /* Using cgen code? */
  201. #undef USING_CGEN
  202. /* Version number of package */
  203. #undef VERSION
  204. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  205. significant byte first (like Motorola and SPARC, unlike Intel). */
  206. #if defined AC_APPLE_UNIVERSAL_BUILD
  207. # if defined __BIG_ENDIAN__
  208. # define WORDS_BIGENDIAN 1
  209. # endif
  210. #else
  211. # ifndef WORDS_BIGENDIAN
  212. # undef WORDS_BIGENDIAN
  213. # endif
  214. #endif
  215. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  216. `char[]'. */
  217. #undef YYTEXT_POINTER
  218. /* Enable large inode numbers on Mac OS X 10.5. */
  219. #ifndef _DARWIN_USE_64_BIT_INODE
  220. # define _DARWIN_USE_64_BIT_INODE 1
  221. #endif
  222. /* Number of bits in a file offset, on hosts where this is settable. */
  223. #undef _FILE_OFFSET_BITS
  224. /* Define for large files, on AIX-style hosts. */
  225. #undef _LARGE_FILES
  226. /* Define to 1 if on MINIX. */
  227. #undef _MINIX
  228. /* Define to 2 if the system does not provide POSIX.1 features except with
  229. this defined. */
  230. #undef _POSIX_1_SOURCE
  231. /* Define to 1 if you need to in order for `stat' and other things to work. */
  232. #undef _POSIX_SOURCE