Subversion Repositories Kolibri OS

Rev

Rev 5197 | 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. /* Name of host specific core header file to include in elf.c. */
  12. /* #undef CORE_HEADER */
  13.  
  14. /* Define to 1 if translation of program messages to the user's native
  15.    language is requested. */
  16. /* #undef ENABLE_NLS */
  17.  
  18. /* Define to 1 if you have the <alloca.h> header file. */
  19. #define HAVE_ALLOCA_H 1
  20.  
  21. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  22.    don't. */
  23. #define HAVE_DECL_ASPRINTF 0
  24.  
  25. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  26.    don't. */
  27. #define HAVE_DECL_BASENAME 1
  28.  
  29. /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
  30. #define HAVE_DECL_FFS 0
  31.  
  32. /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
  33.    */
  34. #define HAVE_DECL_FREE 1
  35.  
  36. /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
  37.    */
  38. #define HAVE_DECL_FSEEKO 0
  39.  
  40. /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
  41.    don't. */
  42. #define HAVE_DECL_FSEEKO64 0
  43.  
  44. /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
  45.    */
  46. #define HAVE_DECL_FTELLO 0
  47.  
  48. /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
  49.    don't. */
  50. #define HAVE_DECL_FTELLO64 0
  51.  
  52. /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
  53.    */
  54. #define HAVE_DECL_GETENV 1
  55.  
  56. /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
  57.    */
  58. #define HAVE_DECL_MALLOC 1
  59.  
  60. /* Define to 1 if you have the declaration of `realloc', and to 0 if you
  61.    don't. */
  62. #define HAVE_DECL_REALLOC 1
  63.  
  64. /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
  65.    don't. */
  66. #define HAVE_DECL_SNPRINTF 1
  67.  
  68. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  69.    */
  70. #define HAVE_DECL_STPCPY 0
  71.  
  72. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  73.    don't. */
  74. #define HAVE_DECL_STRNLEN 0
  75.  
  76. /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
  77.    */
  78. #define HAVE_DECL_STRSTR 1
  79.  
  80. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  81.    don't. */
  82. #define HAVE_DECL_VASPRINTF 0
  83.  
  84. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  85.    don't. */
  86. #define HAVE_DECL_VSNPRINTF 1
  87.  
  88. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  89.    */
  90. #define HAVE_DIRENT_H 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 `fcntl' function. */
  96. /* #undef HAVE_FCNTL */
  97.  
  98. /* Define to 1 if you have the <fcntl.h> header file. */
  99. #define HAVE_FCNTL_H 1
  100.  
  101. /* Define to 1 if you have the `fdopen' function. */
  102. #define HAVE_FDOPEN 1
  103.  
  104. /* Define to 1 if you have the `fileno' function. */
  105. #define HAVE_FILENO 1
  106.  
  107. /* Define to 1 if you have the `fopen64' function. */
  108. //#define HAVE_FOPEN64 0
  109.  
  110. /* Define to 1 if you have the `fseeko' function. */
  111. /* #undef HAVE_FSEEKO */
  112.  
  113. /* Define to 1 if you have the `fseeko64' function. */
  114. //#define HAVE_FSEEKO64 0
  115.  
  116. /* Define to 1 if you have the `ftello' function. */
  117. /* #undef HAVE_FTELLO */
  118.  
  119. /* Define to 1 if you have the `ftello64' function. */
  120. //#define HAVE_FTELLO64 0
  121.  
  122. /* Define to 1 if you have the `getgid' function. */
  123. /* #undef HAVE_GETGID */
  124.  
  125. /* Define to 1 if you have the `getpagesize' function. */
  126. //#define HAVE_GETPAGESIZE 1
  127.  
  128. /* Define to 1 if you have the `getrlimit' function. */
  129. /* #undef HAVE_GETRLIMIT */
  130.  
  131. /* Define to 1 if you have the `getuid' function. */
  132. /* #undef HAVE_GETUID */
  133.  
  134. /* Define to 1 if you have the <inttypes.h> header file. */
  135. #define HAVE_INTTYPES_H 1
  136.  
  137. /* Define if <sys/procfs.h> has lwpstatus_t. */
  138. /* #undef HAVE_LWPSTATUS_T */
  139.  
  140. /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
  141. /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
  142.  
  143. /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
  144. /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
  145.  
  146. /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
  147. /* #undef HAVE_LWPSTATUS_T_PR_REG */
  148.  
  149. /* Define if <sys/procfs.h> has lwpxstatus_t. */
  150. /* #undef HAVE_LWPXSTATUS_T */
  151.  
  152. /* Define to 1 if you have the `madvise' function. */
  153. /* #undef HAVE_MADVISE */
  154.  
  155. /* Define to 1 if you have the <memory.h> header file. */
  156. #define HAVE_MEMORY_H 1
  157.  
  158. /* Define to 1 if you have a working `mmap' system call. */
  159. /* #undef HAVE_MMAP */
  160.  
  161. /* Define to 1 if you have the `mprotect' function. */
  162. //#define HAVE_MPROTECT 0
  163.  
  164. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  165. /* #undef HAVE_NDIR_H */
  166.  
  167. /* Define if <sys/procfs.h> has prpsinfo32_t. */
  168. /* #undef HAVE_PRPSINFO32_T */
  169.  
  170. /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
  171. /* #undef HAVE_PRPSINFO32_T_PR_PID */
  172.  
  173. /* Define if <sys/procfs.h> has prpsinfo_t. */
  174. /* #undef HAVE_PRPSINFO_T */
  175.  
  176. /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
  177. /* #undef HAVE_PRPSINFO_T_PR_PID */
  178.  
  179. /* Define if <sys/procfs.h> has prstatus32_t. */
  180. /* #undef HAVE_PRSTATUS32_T */
  181.  
  182. /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
  183. /* #undef HAVE_PRSTATUS32_T_PR_WHO */
  184.  
  185. /* Define if <sys/procfs.h> has prstatus_t. */
  186. /* #undef HAVE_PRSTATUS_T */
  187.  
  188. /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
  189. /* #undef HAVE_PRSTATUS_T_PR_WHO */
  190.  
  191. /* Define if <sys/procfs.h> has psinfo32_t. */
  192. /* #undef HAVE_PSINFO32_T */
  193.  
  194. /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
  195. /* #undef HAVE_PSINFO32_T_PR_PID */
  196.  
  197. /* Define if <sys/procfs.h> has psinfo_t. */
  198. /* #undef HAVE_PSINFO_T */
  199.  
  200. /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
  201. /* #undef HAVE_PSINFO_T_PR_PID */
  202.  
  203. /* Define if <sys/procfs.h> has pstatus32_t. */
  204. /* #undef HAVE_PSTATUS32_T */
  205.  
  206. /* Define if <sys/procfs.h> has pstatus_t. */
  207. /* #undef HAVE_PSTATUS_T */
  208.  
  209. /* Define if <sys/procfs.h> has pxstatus_t. */
  210. /* #undef HAVE_PXSTATUS_T */
  211.  
  212. /* Define to 1 if you have the `setitimer' function. */
  213. /* #undef HAVE_SETITIMER */
  214.  
  215. /* Define to 1 if you have the <stddef.h> header file. */
  216. #define HAVE_STDDEF_H 1
  217.  
  218. /* Define to 1 if you have the <stdint.h> header file. */
  219. #define HAVE_STDINT_H 1
  220.  
  221. /* Define to 1 if you have the <stdlib.h> header file. */
  222. #define HAVE_STDLIB_H 1
  223.  
  224. /* Define to 1 if you have the <strings.h> header file. */
  225. #define HAVE_STRINGS_H 1
  226.  
  227. /* Define to 1 if you have the <string.h> header file. */
  228. #define HAVE_STRING_H 1
  229.  
  230. /* Define to 1 if you have the `strtoull' function. */
  231. #define HAVE_STRTOULL 1
  232.  
  233. /* Define if struct core_dumpx has member c_impl */
  234. /* #undef HAVE_ST_C_IMPL */
  235.  
  236. /* Define to 1 if you have the `sysconf' function. */
  237. /* #undef HAVE_SYSCONF */
  238.  
  239. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  240.    */
  241. /* #undef HAVE_SYS_DIR_H */
  242.  
  243. /* Define to 1 if you have the <sys/file.h> header file. */
  244. #define HAVE_SYS_FILE_H 1
  245.  
  246. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  247.    */
  248. /* #undef HAVE_SYS_NDIR_H */
  249.  
  250. /* Define to 1 if you have the <sys/procfs.h> header file. */
  251. /* #undef HAVE_SYS_PROCFS_H */
  252.  
  253. /* Define to 1 if you have the <sys/resource.h> header file. */
  254. /* #undef HAVE_SYS_RESOURCE_H */
  255.  
  256. /* Define to 1 if you have the <sys/stat.h> header file. */
  257. #define HAVE_SYS_STAT_H 1
  258.  
  259. /* Define to 1 if you have the <sys/time.h> header file. */
  260. #define HAVE_SYS_TIME_H 1
  261.  
  262. /* Define to 1 if you have the <sys/types.h> header file. */
  263. #define HAVE_SYS_TYPES_H 1
  264.  
  265. /* Define to 1 if you have the <time.h> header file. */
  266. #define HAVE_TIME_H 1
  267.  
  268. /* Define to 1 if you have the <unistd.h> header file. */
  269. #define HAVE_UNISTD_H 1
  270.  
  271. /* Define if <sys/procfs.h> has win32_pstatus_t. */
  272. /* #undef HAVE_WIN32_PSTATUS_T */
  273.  
  274. /* Define to 1 if you have the <windows.h> header file. */
  275. //#define HAVE_WINDOWS_H 1
  276.  
  277. /* Define to 1 if you have the <zlib.h> header file. */
  278. #define HAVE_ZLIB_H 1
  279.  
  280. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  281.    */
  282. #define LT_OBJDIR ".libs/"
  283.  
  284. /* Name of package */
  285. #define PACKAGE "bfd"
  286.  
  287. /* Define to the address where bug reports for this package should be sent. */
  288. #define PACKAGE_BUGREPORT ""
  289.  
  290. /* Define to the full name of this package. */
  291. #define PACKAGE_NAME "bfd"
  292.  
  293. /* Define to the full name and version of this package. */
  294. #define PACKAGE_STRING "bfd 2.26"
  295.  
  296. /* Define to the one symbol short name of this package. */
  297. #define PACKAGE_TARNAME "bfd"
  298.  
  299. /* Define to the home page for this package. */
  300. #define PACKAGE_URL ""
  301.  
  302. /* Define to the version of this package. */
  303. #define PACKAGE_VERSION "2.26"
  304.  
  305. /* The size of `char', as computed by sizeof. */
  306. /* #undef SIZEOF_CHAR */
  307.  
  308. /* The size of `int', as computed by sizeof. */
  309. /* #undef SIZEOF_INT */
  310.  
  311. /* The size of `long', as computed by sizeof. */
  312. #define SIZEOF_LONG 4
  313.  
  314. /* The size of `long long', as computed by sizeof. */
  315. #define SIZEOF_LONG_LONG 8
  316.  
  317. /* The size of `off_t', as computed by sizeof. */
  318. /* #undef SIZEOF_OFF_T */
  319.  
  320. /* The size of `short', as computed by sizeof. */
  321. /* #undef SIZEOF_SHORT */
  322.  
  323. /* The size of `void *', as computed by sizeof. */
  324. #define SIZEOF_VOID_P 4
  325.  
  326. /* Define to 1 if you have the ANSI C header files. */
  327. #define STDC_HEADERS 1
  328.  
  329. /* Define if you can safely include both <string.h> and <strings.h>. */
  330. #define STRING_WITH_STRINGS 1
  331.  
  332. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  333. #define TIME_WITH_SYS_TIME 1
  334.  
  335. /* Name of host specific header file to include in trad-core.c. */
  336. /* #undef TRAD_HEADER */
  337.  
  338. /* Use b modifier when opening binary files? */
  339. #define USE_BINARY_FOPEN 1
  340.  
  341. /* Define if we should use leading underscore on 64 bit mingw targets */
  342. /* #undef USE_MINGW64_LEADING_UNDERSCORES */
  343.  
  344. /* Use mmap if it's available? */
  345. /* #undef USE_MMAP */
  346.  
  347. /* Define if we should default to creating read-only plt entries */
  348. /* #undef USE_SECUREPLT */
  349.  
  350. /* Define if we may generate symbols with ELF's STT_COMMON type */
  351. /* #undef USE_STT_COMMON */
  352.  
  353. /* Enable extensions on AIX 3, Interix.  */
  354. #ifndef _ALL_SOURCE
  355. # define _ALL_SOURCE 1
  356. #endif
  357. /* Enable GNU extensions on systems that have them.  */
  358. #ifndef _GNU_SOURCE
  359. # define _GNU_SOURCE 1
  360. #endif
  361. /* Enable threading extensions on Solaris.  */
  362. #ifndef _POSIX_PTHREAD_SEMANTICS
  363. # define _POSIX_PTHREAD_SEMANTICS 1
  364. #endif
  365. /* Enable extensions on HP NonStop.  */
  366. #ifndef _TANDEM_SOURCE
  367. # define _TANDEM_SOURCE 1
  368. #endif
  369. /* Enable general extensions on Solaris.  */
  370. #ifndef __EXTENSIONS__
  371. # define __EXTENSIONS__ 1
  372. #endif
  373.  
  374.  
  375. /* Version number of package */
  376. #define VERSION "2.26"
  377.  
  378. /* Number of bits in a file offset, on hosts where this is settable. */
  379. /* #undef _FILE_OFFSET_BITS */
  380.  
  381. /* Define for large files, on AIX-style hosts. */
  382. /* #undef _LARGE_FILES */
  383.  
  384. /* Define to 1 if on MINIX. */
  385. /* #undef _MINIX */
  386.  
  387. /* Define to 2 if the system does not provide POSIX.1 features except with
  388.    this defined. */
  389. /* #undef _POSIX_1_SOURCE */
  390.  
  391. /* Define to 1 if you need to in order for `stat' and other things to work. */
  392. /* #undef _POSIX_SOURCE */
  393.