1
0

config.h.in 3.9 KB

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