1
0

config.h.bak 3.2 KB

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