File: sqlite_cfg.h

package info (click to toggle)
sqlitestudio 3.4.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 61,476 kB
  • sloc: ansic: 406,208; cpp: 123,881; yacc: 2,692; java: 992; tcl: 497; sh: 462; xml: 426; makefile: 19
file content (61 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#ifndef _SQLITE_CFG_H
#define _SQLITE_CFG_H
#define HAVE_CEIL 1
#define HAVE_DEFLATE 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
/* #undef HAVE_EDITLINE */
/* #undef HAVE_EMSDK */
#define HAVE_FDATASYNC 1
#define HAVE_GMTIME_R 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_INT8_T 1
#define HAVE_INTPTR_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISNAN 1
#define HAVE_LFS 1
/* #undef HAVE_LINENOISE */
#define HAVE_LOCALTIME_R 1
/* #undef HAVE_LOCALTIME_S */
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NANOSLEEP 1
#define HAVE_PREAD 1
#define HAVE_PREAD64 1
#define HAVE_PTHREAD_CREATE 1
#define HAVE_PTHREAD_MUTEXATTR_INIT 1
#define HAVE_PWRITE 1
#define HAVE_PWRITE64 1
#define HAVE_READLINE 1
#define HAVE_REALPATH 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHRNUL 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TCL 1
#define HAVE_TGETENT 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_UTIME 1
/* #undef HAVE_WASI_SDK */
#define HAVE_ZLIB 1
#define HAVE_ZLIB_H 1
#define PACKAGE_BUGREPORT "https://sqlite.org/forum"
#define PACKAGE_NAME "sqlite"
#define PACKAGE_STRING "sqlite 3.50.4"
#define PACKAGE_URL "https://sqlite.org"
#define PACKAGE_VERSION "3.50.4"
#define SIZEOF_OFF_T 8
#endif