config.h.in 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define in built-in ELF support is used */
  3. #undef BUILTIN_ELF
  4. /* Define for ELF core file support */
  5. #undef ELFCORE
  6. /* Define to 1 if you have the `asprintf' function. */
  7. #undef HAVE_ASPRINTF
  8. /* HAVE_DAYLIGHT */
  9. #undef HAVE_DAYLIGHT
  10. /* Define to 1 if you have the <dlfcn.h> header file. */
  11. #undef HAVE_DLFCN_H
  12. /* Define to 1 if you have the <err.h> header file. */
  13. #undef HAVE_ERR_H
  14. /* Define to 1 if you have the <fcntl.h> header file. */
  15. #undef HAVE_FCNTL_H
  16. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  17. #undef HAVE_FSEEKO
  18. /* Define to 1 if you have the <getopt.h> header file. */
  19. #undef HAVE_GETOPT_H
  20. /* Define to 1 if you have the `getopt_long' function. */
  21. #undef HAVE_GETOPT_LONG
  22. /* Define to 1 if the system has the type `int32_t'. */
  23. #undef HAVE_INT32_T
  24. /* Define to 1 if the system has the type `int64_t'. */
  25. #undef HAVE_INT64_T
  26. /* Define to 1 if you have the <inttypes.h> header file. */
  27. #undef HAVE_INTTYPES_H
  28. /* Define to 1 if you have the `z' library (-lz). */
  29. #undef HAVE_LIBZ
  30. /* Define to 1 if you have the <limits.h> header file. */
  31. #undef HAVE_LIMITS_H
  32. /* Define to 1 if you have the <locale.h> header file. */
  33. #undef HAVE_LOCALE_H
  34. /* Define to 1 if you have the `mbrtowc' function. */
  35. #undef HAVE_MBRTOWC
  36. /* Define to 1 if <wchar.h> declares mbstate_t. */
  37. #undef HAVE_MBSTATE_T
  38. /* Define to 1 if you have the <memory.h> header file. */
  39. #undef HAVE_MEMORY_H
  40. /* Define to 1 if you have the `mkstemp' function. */
  41. #undef HAVE_MKSTEMP
  42. /* Define to 1 if you have the `mmap' function. */
  43. #undef HAVE_MMAP
  44. /* Define to 1 if you have the <stdint.h> header file. */
  45. #undef HAVE_STDINT_H
  46. /* Define to 1 if you have the <stdlib.h> header file. */
  47. #undef HAVE_STDLIB_H
  48. /* Define to 1 if you have the `strerror' function. */
  49. #undef HAVE_STRERROR
  50. /* Define to 1 if you have the <strings.h> header file. */
  51. #undef HAVE_STRINGS_H
  52. /* Define to 1 if you have the <string.h> header file. */
  53. #undef HAVE_STRING_H
  54. /* Define to 1 if you have the `strndup' function. */
  55. #undef HAVE_STRNDUP
  56. /* Define to 1 if you have the `strtof' function. */
  57. #undef HAVE_STRTOF
  58. /* Define to 1 if you have the `strtoul' function. */
  59. #undef HAVE_STRTOUL
  60. /* Define to 1 if `st_rdev' is member of `struct stat'. */
  61. #undef HAVE_STRUCT_STAT_ST_RDEV
  62. /* Define to 1 if you have the <sys/mman.h> header file. */
  63. #undef HAVE_SYS_MMAN_H
  64. /* Define to 1 if you have the <sys/stat.h> header file. */
  65. #undef HAVE_SYS_STAT_H
  66. /* Define to 1 if you have the <sys/time.h> header file. */
  67. #undef HAVE_SYS_TIME_H
  68. /* Define to 1 if you have the <sys/types.h> header file. */
  69. #undef HAVE_SYS_TYPES_H
  70. /* Define to 1 if you have the <sys/utime.h> header file. */
  71. #undef HAVE_SYS_UTIME_H
  72. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  73. #undef HAVE_SYS_WAIT_H
  74. /* HAVE_TM_ISDST */
  75. #undef HAVE_TM_ISDST
  76. /* HAVE_TM_ZONE */
  77. #undef HAVE_TM_ZONE
  78. /* HAVE_TZNAME */
  79. #undef HAVE_TZNAME
  80. /* Define to 1 if the system has the type `uint16_t'. */
  81. #undef HAVE_UINT16_T
  82. /* Define to 1 if the system has the type `uint32_t'. */
  83. #undef HAVE_UINT32_T
  84. /* Define to 1 if the system has the type `uint64_t'. */
  85. #undef HAVE_UINT64_T
  86. /* Define to 1 if the system has the type `uint8_t'. */
  87. #undef HAVE_UINT8_T
  88. /* Define to 1 if you have the <unistd.h> header file. */
  89. #undef HAVE_UNISTD_H
  90. /* Define to 1 if you have the `utime' function. */
  91. #undef HAVE_UTIME
  92. /* Define to 1 if you have the `utimes' function. */
  93. #undef HAVE_UTIMES
  94. /* Define to 1 if you have the <utime.h> header file. */
  95. #undef HAVE_UTIME_H
  96. /* Define to 1 if you have the `vasprintf' function. */
  97. #undef HAVE_VASPRINTF
  98. /* Define to 1 if you have the <wchar.h> header file. */
  99. #undef HAVE_WCHAR_H
  100. /* Define to 1 if you have the <wctype.h> header file. */
  101. #undef HAVE_WCTYPE_H
  102. /* Define to 1 if you have the `wcwidth' function. */
  103. #undef HAVE_WCWIDTH
  104. /* Define to 1 if you have the <zlib.h> header file. */
  105. #undef HAVE_ZLIB_H
  106. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  107. */
  108. #undef MAJOR_IN_MKDEV
  109. /* Define to 1 if `major', `minor', and `makedev' are declared in
  110. <sysmacros.h>. */
  111. #undef MAJOR_IN_SYSMACROS
  112. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  113. #undef NO_MINUS_C_MINUS_O
  114. /* Name of package */
  115. #undef PACKAGE
  116. /* Define to the address where bug reports for this package should be sent. */
  117. #undef PACKAGE_BUGREPORT
  118. /* Define to the full name of this package. */
  119. #undef PACKAGE_NAME
  120. /* Define to the full name and version of this package. */
  121. #undef PACKAGE_STRING
  122. /* Define to the one symbol short name of this package. */
  123. #undef PACKAGE_TARNAME
  124. /* Define to the version of this package. */
  125. #undef PACKAGE_VERSION
  126. /* The size of `long long', as computed by sizeof. */
  127. #undef SIZEOF_LONG_LONG
  128. /* Define to 1 if you have the ANSI C header files. */
  129. #undef STDC_HEADERS
  130. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  131. #undef TM_IN_SYS_TIME
  132. /* Version number of package */
  133. #undef VERSION
  134. /* Number of bits in a file offset, on hosts where this is settable. */
  135. #undef _FILE_OFFSET_BITS
  136. /* Enable GNU extensions on systems that have them. */
  137. #ifndef _GNU_SOURCE
  138. # undef _GNU_SOURCE
  139. #endif
  140. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  141. #undef _LARGEFILE_SOURCE
  142. /* Define for large files, on AIX-style hosts. */
  143. #undef _LARGE_FILES
  144. /* Define to empty if `const' does not conform to ANSI C. */
  145. #undef const
  146. /* Define to a type if <wchar.h> does not define. */
  147. #undef mbstate_t
  148. /* Define to `long int' if <sys/types.h> does not define. */
  149. #undef off_t
  150. /* Define to `unsigned int' if <sys/types.h> does not define. */
  151. #undef size_t
  152. #ifndef HAVE_UINT8_T
  153. typedef unsigned char uint8_t;
  154. #endif
  155. #ifndef HAVE_UINT16_T
  156. typedef unsigned short uint16_t;
  157. #endif
  158. #ifndef HAVE_UINT32_T
  159. typedef unsigned int uint32_t;
  160. #endif
  161. #ifndef HAVE_INT32_T
  162. typedef int int32_t;
  163. #endif
  164. #ifndef HAVE_UINT64_T
  165. #if SIZEOF_LONG_LONG == 8
  166. typedef unsigned long long uint64_t;
  167. #else
  168. typedef unsigned long uint64_t;
  169. #endif
  170. #endif
  171. #ifndef HAVE_INT64_T
  172. #if SIZEOF_LONG_LONG == 8
  173. typedef long long int64_t;
  174. #else
  175. typedef long int64_t;
  176. #endif
  177. #endif