Subversion Repositories Kolibri OS

Rev

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