Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define if you have a working `mmap' system call.  */
  8. /* #define HAVE_MMAP 1 */
  9.  
  10. /* Define to `long' if <sys/types.h> doesn't define.  */
  11. /* #undef off_t */
  12.  
  13. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  14. /* #undef size_t */
  15.  
  16. /* Define if you have the ANSI C header files.  */
  17. #define STDC_HEADERS 1
  18.  
  19. /* Define if you want to include extra debugging code */
  20. /* #undef ENABLE_DEBUG */
  21.  
  22. /* Define if memmove() does not copy overlapping arrays correctly */
  23. /* #undef HAVE_BROKEN_MEMMOVE */
  24.  
  25. /* Define if you have the catgets function. */
  26. /* #undef HAVE_CATGETS */
  27.  
  28. /* Define if you have the gettext function. */
  29. /* #define HAVE_GETTEXT 1 */
  30.  
  31. /* Define if you have the memset function.  */
  32. #define HAVE_MEMSET 1
  33.  
  34. /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
  35. /* #undef HAVE_STRUCT_NLIST_DECLARATION */
  36.  
  37. /* Define if Elf32_Dyn is declared in <link.h> */
  38. /* #undef NEED_LINK_H */
  39.  
  40. /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */
  41. #define __LIBELF_HEADER_ELF_H <elf.h>
  42.  
  43. /* Define if you want 64-bit support (and your system supports it) */
  44. #define __LIBELF64 1
  45.  
  46. /* Define if you want 64-bit support, and are running IRIX */
  47. /* #undef __LIBELF64_IRIX */
  48.  
  49. /* Define if you want 64-bit support, and are running Linux */
  50. /* #undef __LIBELF64_LINUX */
  51.  
  52. /* Define to a 64-bit signed integer type if one exists */
  53. #define __libelf_i64_t long long
  54.  
  55. /* Define to a 64-bit unsigned integer type if one exists */
  56. #define __libelf_u64_t unsigned long long
  57.  
  58. /* Define to a 32-bit signed integer type if one exists */
  59. #define __libelf_i32_t long
  60.  
  61. /* Define to a 32-bit unsigned integer type if one exists */
  62. #define __libelf_u32_t unsigned long
  63.  
  64. /* Define to a 16-bit signed integer type if one exists */
  65. #define __libelf_i16_t short
  66.  
  67. /* Define to a 16-bit unsigned integer type if one exists */
  68. #define __libelf_u16_t unsigned short
  69.  
  70. /* The number of bytes in a int.  */
  71. #define SIZEOF_INT 4
  72.  
  73. /* The number of bytes in a long.  */
  74. #define SIZEOF_LONG 4
  75.  
  76. /* The number of bytes in a long long.  */
  77. #define SIZEOF_LONG_LONG 8
  78.  
  79. /* The number of bytes in a short.  */
  80. #define SIZEOF_SHORT 2
  81.  
  82. /* Define if you have the ftruncate function.  */
  83. /* #define HAVE_FTRUNCATE 1 */
  84.  
  85. /* Define if you have the getpagesize function.  */
  86. #define HAVE_GETPAGESIZE 1
  87.  
  88. /* Define if you have the memcmp function.  */
  89. #define HAVE_MEMCMP 1
  90.  
  91. /* Define if you have the memcpy function.  */
  92. #define HAVE_MEMCPY 1
  93.  
  94. /* Define if you have the memmove function.  */
  95. #define HAVE_MEMMOVE 1
  96.  
  97. /* Define if you have the memset function.  */
  98. #define HAVE_MEMSET 1
  99.  
  100. /* Define if you have the <elf.h> header file.  */
  101. #define HAVE_ELF_H 1
  102.  
  103. /* Define if you have the <sys/elf.h> header file.  */
  104. #define HAVE_SYS_ELF_H 1
  105.  
  106. /* Define if you have the <unistd.h> header file.  */
  107. #define HAVE_UNISTD_H 1
  108.