sqlite_cfg.h 3.9 KB

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