sqlite_cfg.h.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /* sqlite_cfg.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 `isnan' function. */
  21. #undef HAVE_ISNAN
  22. /* Define to 1 if you have the `localtime_r' function. */
  23. #undef HAVE_LOCALTIME_R
  24. /* Define to 1 if you have the `localtime_s' function. */
  25. #undef HAVE_LOCALTIME_S
  26. /* Define to 1 if you have the <malloc.h> header file. */
  27. #undef HAVE_MALLOC_H
  28. /* Define to 1 if you have the `malloc_usable_size' function. */
  29. #undef HAVE_MALLOC_USABLE_SIZE
  30. /* Define to 1 if you have the <memory.h> header file. */
  31. #undef HAVE_MEMORY_H
  32. /* Define to 1 if you have the `pread' function. */
  33. #undef HAVE_PREAD
  34. /* Define to 1 if you have the `pread64' function. */
  35. #undef HAVE_PREAD64
  36. /* Define to 1 if you have the `pwrite' function. */
  37. #undef HAVE_PWRITE
  38. /* Define to 1 if you have the `pwrite64' function. */
  39. #undef HAVE_PWRITE64
  40. /* Define to 1 if you have the <stdint.h> header file. */
  41. #undef HAVE_STDINT_H
  42. /* Define to 1 if you have the <stdlib.h> header file. */
  43. #undef HAVE_STDLIB_H
  44. /* Define to 1 if you have the `strchrnul' function. */
  45. #undef HAVE_STRCHRNUL
  46. /* Define to 1 if you have the <strings.h> header file. */
  47. #undef HAVE_STRINGS_H
  48. /* Define to 1 if you have the <string.h> header file. */
  49. #undef HAVE_STRING_H
  50. /* Define to 1 if you have the <sys/stat.h> header file. */
  51. #undef HAVE_SYS_STAT_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if the system has the type `uint16_t'. */
  55. #undef HAVE_UINT16_T
  56. /* Define to 1 if the system has the type `uint32_t'. */
  57. #undef HAVE_UINT32_T
  58. /* Define to 1 if the system has the type `uint64_t'. */
  59. #undef HAVE_UINT64_T
  60. /* Define to 1 if the system has the type `uint8_t'. */
  61. #undef HAVE_UINT8_T
  62. /* Define to 1 if the system has the type `uintptr_t'. */
  63. #undef HAVE_UINTPTR_T
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #undef HAVE_UNISTD_H
  66. /* Define to 1 if you have the `usleep' function. */
  67. #undef HAVE_USLEEP
  68. /* Define to 1 if you have the `utime' function. */
  69. #undef HAVE_UTIME
  70. /* Define to 1 if you have the <zlib.h> header file. */
  71. #undef HAVE_ZLIB_H
  72. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  73. */
  74. #undef LT_OBJDIR
  75. /* Define to the address where bug reports for this package should be sent. */
  76. #undef PACKAGE_BUGREPORT
  77. /* Define to the full name of this package. */
  78. #undef PACKAGE_NAME
  79. /* Define to the full name and version of this package. */
  80. #undef PACKAGE_STRING
  81. /* Define to the one symbol short name of this package. */
  82. #undef PACKAGE_TARNAME
  83. /* Define to the home page for this package. */
  84. #undef PACKAGE_URL
  85. /* Define to the version of this package. */
  86. #undef PACKAGE_VERSION
  87. /* Define to 1 if you have the ANSI C header files. */
  88. #undef STDC_HEADERS
  89. /* Enable large inode numbers on Mac OS X 10.5. */
  90. #ifndef _DARWIN_USE_64_BIT_INODE
  91. # define _DARWIN_USE_64_BIT_INODE 1
  92. #endif
  93. /* Number of bits in a file offset, on hosts where this is settable. */
  94. #undef _FILE_OFFSET_BITS
  95. /* Define for large files, on AIX-style hosts. */
  96. #undef _LARGE_FILES