mirror of
https://github.com/sqlite/sqlite.git
synced 2024-11-21 19:29:09 +01:00
f9c73ef7c5
FossilOrigin-Name: 365a3d71cf9e0be11e7b3e90b6500142619102d8321c1d6f8111f37117a57929
195 lines
5.7 KiB
C
195 lines
5.7 KiB
C
/* sqlite_cfg.h.in - autosetup input template for sqlite_cfg.h. */
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
/*#undef HAVE_DLFCN_H*/
|
|
@if HAVE_DLFCN_H
|
|
#define HAVE_DLFCN_H @HAVE_DLFCN_H@
|
|
@endif
|
|
|
|
/* Define to 1 if you have the `fdatasync' function. */
|
|
/*#undef HAVE_FDATASYNC*/
|
|
#define HAVE_FDATASYNC @HAVE_FDATASYNC@
|
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
/*#undef HAVE_GMTIME_R*/
|
|
#define HAVE_GMTIME_R @HAVE_GMTIME_R@
|
|
|
|
/* Define to 1 if the system has the type `int16_t'. */
|
|
/*#undef HAVE_INT16_T*/
|
|
#define HAVE_INT16_T @HAVE_INT16_T@
|
|
|
|
/* Define to 1 if the system has the type `int32_t'. */
|
|
/*#undef HAVE_INT32_T*/
|
|
#define HAVE_INT32_T @HAVE_INT32_T@
|
|
|
|
/* Define to 1 if the system has the type `int64_t'. */
|
|
/*#undef HAVE_INT64_T*/
|
|
#define HAVE_INT64_T @HAVE_INT64_T@
|
|
|
|
/* Define to 1 if the system has the type `int8_t'. */
|
|
/*#undef HAVE_INT8_T*/
|
|
#define HAVE_INT8_T @HAVE_INT8_T@
|
|
|
|
/* Define to 1 if the system has the type `intptr_t'. */
|
|
/*#undef HAVE_INTPTR_T*/
|
|
#define HAVE_INTPTR_T @HAVE_INTPTR_T@
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
/*#undef HAVE_INTTYPES_H*/
|
|
#define HAVE_INTTYPES_H @HAVE_INTTYPES_H@
|
|
|
|
/* Define to 1 if you have the `isnan' function. */
|
|
/*#undef HAVE_ISNAN*/
|
|
#define HAVE_ISNAN @HAVE_ISNAN@
|
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
/*#undef HAVE_LOCALTIME_R*/
|
|
#define HAVE_LOCALTIME_R @HAVE_LOCALTIME_R@
|
|
|
|
/* Define to 1 if you have the `localtime_s' function. */
|
|
/*#undef HAVE_LOCALTIME_S*/
|
|
#define HAVE_LOCALTIME_S @HAVE_LOCALTIME_S@
|
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
/*#undef HAVE_MALLOC_H*/
|
|
#define HAVE_MALLOC_H @HAVE_MALLOC_H@
|
|
|
|
/* Define to 1 if you have the `malloc_usable_size' function. */
|
|
/*#undef HAVE_MALLOC_USABLE_SIZE*/
|
|
#define HAVE_MALLOC_USABLE_SIZE @HAVE_MALLOC_USABLE_SIZE@
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
/*#undef HAVE_MEMORY_H*/
|
|
#define HAVE_MEMORY_H @HAVE_MEMORY_H@
|
|
|
|
/* Define to 1 if you have the `pread' function. */
|
|
/*#undef HAVE_PREAD*/
|
|
#define HAVE_PREAD @HAVE_PREAD@
|
|
|
|
/* Define to 1 if you have the `pread64' function. */
|
|
/*#undef HAVE_PREAD64*/
|
|
#define HAVE_PREAD64 @HAVE_PREAD64@
|
|
|
|
/* Define to 1 if you have the `pwrite' function. */
|
|
/*#undef HAVE_PWRITE*/
|
|
#define HAVE_PWRITE @HAVE_PWRITE@
|
|
|
|
/* Define to 1 if you have the `pwrite64' function. */
|
|
/*#undef HAVE_PWRITE64*/
|
|
#define HAVE_PWRITE64 @HAVE_PWRITE64@
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
/*#undef HAVE_STDINT_H*/
|
|
#define HAVE_STDINT_H @HAVE_STDINT_H@
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
/*#undef HAVE_STDLIB_H*/
|
|
#define HAVE_STDLIB_H @HAVE_STDLIB_H@
|
|
|
|
/* Define to 1 if you have the `strchrnul' function. */
|
|
/*#undef HAVE_STRCHRNUL*/
|
|
#define HAVE_STRCHRNUL @HAVE_STRCHRNUL@
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
/*#undef HAVE_STRINGS_H*/
|
|
#define HAVE_STRINGS_H @HAVE_STRINGS_H@
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
/*#undef HAVE_STRING_H*/
|
|
#define HAVE_STRING_H @HAVE_STRING_H@
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
/*#undef HAVE_SYS_STAT_H*/
|
|
#define HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
/*#undef HAVE_SYS_TYPES_H*/
|
|
#define HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
|
|
|
|
/* Define to 1 if the system has the type `uint16_t'. */
|
|
/*#undef HAVE_UINT16_T*/
|
|
#define HAVE_UINT16_T @HAVE_UINT16_T@
|
|
|
|
/* Define to 1 if the system has the type `uint32_t'. */
|
|
/*#undef HAVE_UINT32_T*/
|
|
#define HAVE_UINT32_T @HAVE_UINT32_T@
|
|
|
|
/* Define to 1 if the system has the type `uint64_t'. */
|
|
/*#undef HAVE_UINT64_T*/
|
|
#define HAVE_UINT64_T @HAVE_UINT64_T@
|
|
|
|
/* Define to 1 if the system has the type `uint8_t'. */
|
|
/*#undef HAVE_UINT8_T*/
|
|
#define HAVE_UINT8_T @HAVE_UINT8_T@
|
|
|
|
/* Define to 1 if the system has the type `uintptr_t'. */
|
|
/*#undef HAVE_UINTPTR_T*/
|
|
#define HAVE_UINTPTR_T @HAVE_UINTPTR_T@
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
/*#undef HAVE_UNISTD_H*/
|
|
#define HAVE_UNISTD_H @HAVE_UNISTD_H@
|
|
|
|
/* Define to 1 if you have the `usleep' function. */
|
|
/*#undef HAVE_USLEEP*/
|
|
#define HAVE_USLEEP @HAVE_USLEEP@
|
|
|
|
/* Define to 1 if you have the `utime' function. */
|
|
/*#undef HAVE_UTIME*/
|
|
#define HAVE_UTIME @HAVE_UTIME@
|
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
/*#undef HAVE_ZLIB_H*/
|
|
#define HAVE_ZLIB_H @HAVE_ZLIB_H@
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
/*#undef LT_OBJDIR*/
|
|
/*#define LT_OBJDIR @LT_OBJDIR@*/
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
/*#undef PACKAGE_BUGREPORT*/
|
|
#define PACKAGE_BUGREPORT ""
|
|
|
|
/* Define to the full name of this package. */
|
|
/*#undef PACKAGE_NAME*/
|
|
#define PACKAGE_NAME "sqlite"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
/*#undef PACKAGE_STRING*/
|
|
#define PACKAGE_STRING "sqlite @RELEASE@"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
/*#undef PACKAGE_TARNAME*/
|
|
#define PACKAGE_TARNAME "sqlite"
|
|
|
|
/* Define to the home page for this package. */
|
|
/*#undef PACKAGE_URL*/
|
|
#define PACKAGE_URL @PACKAGE_URL@
|
|
|
|
/* Define to the version of this package. */
|
|
/*#undef PACKAGE_VERSION*/
|
|
#define PACKAGE_VERSION @VERSION@
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
/*#undef STDC_HEADERS*/
|
|
#define STDC_HEADERS 1 /* @STDC_HEADERS@ */
|
|
|
|
/* Enable large inode numbers on Mac OS X 10.5. */
|
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
|
# define _DARWIN_USE_64_BIT_INODE 1
|
|
#endif
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
/*#undef _FILE_OFFSET_BITS*/
|
|
/*#define _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@*/
|
|
/*@if _FILE_OFFSET_BITS != ""*/
|
|
/*#define _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@*/
|
|
/*@endif*/
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
/*#undef _LARGE_FILES*/
|
|
/*@if _LARGE_FILES*/
|
|
/*#define _LARGE_FILES @_LARGE_FILES@*/
|
|
/*@endif*/
|