config.h.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* Use the builtin ELF recognition code */
  3. #undef BUILTIN_ELF
  4. /* Recognize ELF core files */
  5. #undef ELFCORE
  6. /* */
  7. #undef HAVE_DAYLIGHT
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the <fcntl.h> header file. */
  11. #undef HAVE_FCNTL_H
  12. /* Define to 1 if you have the <getopt.h> header file. */
  13. #undef HAVE_GETOPT_H
  14. /* Define to 1 if you have the `getopt_long' function. */
  15. #undef HAVE_GETOPT_LONG
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #undef HAVE_INTTYPES_H
  18. /* Define to 1 if you have the `z' library (-lz). */
  19. #undef HAVE_LIBZ
  20. /* Define to 1 if you have the <locale.h> header file. */
  21. #undef HAVE_LOCALE_H
  22. /* */
  23. #undef HAVE_LONG_LONG
  24. /* Define to 1 if you have the `mbrtowc' function. */
  25. #undef HAVE_MBRTOWC
  26. /* Define to 1 if you have the <memory.h> header file. */
  27. #undef HAVE_MEMORY_H
  28. /* Define to 1 if you have the `mkstemp' function. */
  29. #undef HAVE_MKSTEMP
  30. /* Define to 1 if you have the `mmap' function. */
  31. #undef HAVE_MMAP
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #undef HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdlib.h> header file. */
  35. #undef HAVE_STDLIB_H
  36. /* Define to 1 if you have the `strerror' function. */
  37. #undef HAVE_STRERROR
  38. /* Define to 1 if you have the <strings.h> header file. */
  39. #undef HAVE_STRINGS_H
  40. /* Define to 1 if you have the <string.h> header file. */
  41. #undef HAVE_STRING_H
  42. /* Define to 1 if you have the `strtoul' function. */
  43. #undef HAVE_STRTOUL
  44. /* Define to 1 if `st_rdev' is member of `struct stat'. */
  45. #undef HAVE_STRUCT_STAT_ST_RDEV
  46. /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
  47. `HAVE_STRUCT_STAT_ST_RDEV' instead. */
  48. #undef HAVE_ST_RDEV
  49. /* Define to 1 if you have the <sys/mman.h> header file. */
  50. #undef HAVE_SYS_MMAN_H
  51. /* Define to 1 if you have the <sys/stat.h> header file. */
  52. #undef HAVE_SYS_STAT_H
  53. /* Define to 1 if you have the <sys/types.h> header file. */
  54. #undef HAVE_SYS_TYPES_H
  55. /* Define to 1 if you have the <sys/utime.h> header file. */
  56. #undef HAVE_SYS_UTIME_H
  57. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  58. #undef HAVE_SYS_WAIT_H
  59. /* */
  60. #undef HAVE_TM_ISDST
  61. /* HAVE_TM_ZONE */
  62. #undef HAVE_TM_ZONE
  63. /* HAVE_TZNAME */
  64. #undef HAVE_TZNAME
  65. /* Define to 1 if you have the <unistd.h> header file. */
  66. #undef HAVE_UNISTD_H
  67. /* Define to 1 if you have the `utime' function. */
  68. #undef HAVE_UTIME
  69. /* Define to 1 if you have the `utimes' function. */
  70. #undef HAVE_UTIMES
  71. /* Define to 1 if you have the <utime.h> header file. */
  72. #undef HAVE_UTIME_H
  73. /* Define to 1 if you have the <wchar.h> header file. */
  74. #undef HAVE_WCHAR_H
  75. /* Define to 1 if you have the `wcwidth' function. */
  76. #undef HAVE_WCWIDTH
  77. /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  78. */
  79. #undef MAJOR_IN_MKDEV
  80. /* Define to 1 if `major', `minor', and `makedev' are declared in
  81. <sysmacros.h>. */
  82. #undef MAJOR_IN_SYSMACROS
  83. /* Name of package */
  84. #undef PACKAGE
  85. /* Define to the address where bug reports for this package should be sent. */
  86. #undef PACKAGE_BUGREPORT
  87. /* Define to the full name of this package. */
  88. #undef PACKAGE_NAME
  89. /* Define to the full name and version of this package. */
  90. #undef PACKAGE_STRING
  91. /* Define to the one symbol short name of this package. */
  92. #undef PACKAGE_TARNAME
  93. /* Define to the version of this package. */
  94. #undef PACKAGE_VERSION
  95. /* */
  96. #undef SIZEOF_UINT16_T
  97. /* */
  98. #undef SIZEOF_UINT32_T
  99. /* */
  100. #undef SIZEOF_UINT64_T
  101. /* */
  102. #undef SIZEOF_UINT8_T
  103. /* Define to 1 if you have the ANSI C header files. */
  104. #undef STDC_HEADERS
  105. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  106. #undef TM_IN_SYS_TIME
  107. /* Version number of package */
  108. #undef VERSION
  109. /* Number of bits in a file offset, on hosts where this is settable. */
  110. #undef _FILE_OFFSET_BITS
  111. /* Define for large files, on AIX-style hosts. */
  112. #undef _LARGE_FILES
  113. /* Define to empty if `const' does not conform to ANSI C. */
  114. #undef const
  115. /* */
  116. #undef int32_t
  117. /* Define to a type if <wchar.h> does not define. */
  118. #undef mbstate_t
  119. /* Define to `long' if <sys/types.h> does not define. */
  120. #undef off_t
  121. /* Define to `unsigned' if <sys/types.h> does not define. */
  122. #undef size_t
  123. /* */
  124. #undef uint16_t
  125. /* */
  126. #undef uint32_t
  127. /* */
  128. #undef uint64_t
  129. /* */
  130. #undef uint8_t