config.in 9.5 KB

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