Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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