1
0

config.h.in 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you have the `fdatasync' function. */
  5. #undef HAVE_FDATASYNC
  6. /* Define to 1 if you have the `gmtime_r' function. */
  7. #undef HAVE_GMTIME_R
  8. /* Define to 1 if the system has the type `int16_t'. */
  9. #undef HAVE_INT16_T
  10. /* Define to 1 if the system has the type `int32_t'. */
  11. #undef HAVE_INT32_T
  12. /* Define to 1 if the system has the type `int64_t'. */
  13. #undef HAVE_INT64_T
  14. /* Define to 1 if the system has the type `int8_t'. */
  15. #undef HAVE_INT8_T
  16. /* Define to 1 if the system has the type `intptr_t'. */
  17. #undef HAVE_INTPTR_T
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define to 1 if you have the `localtime_r' function. */
  21. #undef HAVE_LOCALTIME_R
  22. /* Define to 1 if you have the `localtime_s' function. */
  23. #undef HAVE_LOCALTIME_S
  24. /* Define to 1 if you have the <malloc.h> header file. */
  25. #undef HAVE_MALLOC_H
  26. /* Define to 1 if you have the `malloc_usable_size' function. */
  27. #undef HAVE_MALLOC_USABLE_SIZE
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #undef HAVE_MEMORY_H
  30. /* Define to 1 if you have the <stdint.h> header file. */
  31. #undef HAVE_STDINT_H
  32. /* Define to 1 if you have the <stdlib.h> header file. */
  33. #undef HAVE_STDLIB_H
  34. /* Define to 1 if you have the <strings.h> header file. */
  35. #undef HAVE_STRINGS_H
  36. /* Define to 1 if you have the <string.h> header file. */
  37. #undef HAVE_STRING_H
  38. /* Define to 1 if you have the <sys/stat.h> header file. */
  39. #undef HAVE_SYS_STAT_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if the system has the type `uint16_t'. */
  43. #undef HAVE_UINT16_T
  44. /* Define to 1 if the system has the type `uint32_t'. */
  45. #undef HAVE_UINT32_T
  46. /* Define to 1 if the system has the type `uint64_t'. */
  47. #undef HAVE_UINT64_T
  48. /* Define to 1 if the system has the type `uint8_t'. */
  49. #undef HAVE_UINT8_T
  50. /* Define to 1 if the system has the type `uintptr_t'. */
  51. #undef HAVE_UINTPTR_T
  52. /* Define to 1 if you have the <unistd.h> header file. */
  53. #undef HAVE_UNISTD_H
  54. /* Define to 1 if you have the `usleep' function. */
  55. #undef HAVE_USLEEP
  56. /* Define to 1 if you have the utime() library function. */
  57. #undef HAVE_UTIME
  58. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  59. */
  60. #undef LT_OBJDIR
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the version of this package. */
  70. #undef PACKAGE_VERSION
  71. /* Define to 1 if you have the ANSI C header files. */
  72. #undef STDC_HEADERS
  73. /* Number of bits in a file offset, on hosts where this is settable. */
  74. #undef _FILE_OFFSET_BITS
  75. /* Define for large files, on AIX-style hosts. */
  76. #undef _LARGE_FILES