Enhance the command-line completion extension to return the names of
[sqlite.git] / config.h.in
blobf2ba7d4fc4ca9c1a87daa0381eecbbea1b653f88
1 /* 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
6 /* Define to 1 if you have the `fdatasync' function. */
7 #undef HAVE_FDATASYNC
9 /* Define to 1 if you have the `gmtime_r' function. */
10 #undef HAVE_GMTIME_R
12 /* Define to 1 if the system has the type `int16_t'. */
13 #undef HAVE_INT16_T
15 /* Define to 1 if the system has the type `int32_t'. */
16 #undef HAVE_INT32_T
18 /* Define to 1 if the system has the type `int64_t'. */
19 #undef HAVE_INT64_T
21 /* Define to 1 if the system has the type `int8_t'. */
22 #undef HAVE_INT8_T
24 /* Define to 1 if the system has the type `intptr_t'. */
25 #undef HAVE_INTPTR_T
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the `isnan' function. */
31 #undef HAVE_ISNAN
33 /* Define to 1 if you have the `localtime_r' function. */
34 #undef HAVE_LOCALTIME_R
36 /* Define to 1 if you have the `localtime_s' function. */
37 #undef HAVE_LOCALTIME_S
39 /* Define to 1 if you have the <malloc.h> header file. */
40 #undef HAVE_MALLOC_H
42 /* Define to 1 if you have the `malloc_usable_size' function. */
43 #undef HAVE_MALLOC_USABLE_SIZE
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
48 /* Define to 1 if you have the pread() function. */
49 #undef HAVE_PREAD
51 /* Define to 1 if you have the pread64() function. */
52 #undef HAVE_PREAD64
54 /* Define to 1 if you have the pwrite() function. */
55 #undef HAVE_PWRITE
57 /* Define to 1 if you have the pwrite64() function. */
58 #undef HAVE_PWRITE64
60 /* Define to 1 if you have the <stdint.h> header file. */
61 #undef HAVE_STDINT_H
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #undef HAVE_STDLIB_H
66 /* Define to 1 if you have the strchrnul() function */
67 #undef HAVE_STRCHRNUL
69 /* Define to 1 if you have the <strings.h> header file. */
70 #undef HAVE_STRINGS_H
72 /* Define to 1 if you have the <string.h> header file. */
73 #undef HAVE_STRING_H
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
81 /* Define to 1 if the system has the type `uint16_t'. */
82 #undef HAVE_UINT16_T
84 /* Define to 1 if the system has the type `uint32_t'. */
85 #undef HAVE_UINT32_T
87 /* Define to 1 if the system has the type `uint64_t'. */
88 #undef HAVE_UINT64_T
90 /* Define to 1 if the system has the type `uint8_t'. */
91 #undef HAVE_UINT8_T
93 /* Define to 1 if the system has the type `uintptr_t'. */
94 #undef HAVE_UINTPTR_T
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #undef HAVE_UNISTD_H
99 /* Define to 1 if you have the `usleep' function. */
100 #undef HAVE_USLEEP
102 /* Define to 1 if you have the utime() library function. */
103 #undef HAVE_UTIME
105 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107 #undef LT_OBJDIR
109 /* Define to the address where bug reports for this package should be sent. */
110 #undef PACKAGE_BUGREPORT
112 /* Define to the full name of this package. */
113 #undef PACKAGE_NAME
115 /* Define to the full name and version of this package. */
116 #undef PACKAGE_STRING
118 /* Define to the one symbol short name of this package. */
119 #undef PACKAGE_TARNAME
121 /* Define to the version of this package. */
122 #undef PACKAGE_VERSION
124 /* Define to 1 if you have the ANSI C header files. */
125 #undef STDC_HEADERS
127 /* Number of bits in a file offset, on hosts where this is settable. */
128 #undef _FILE_OFFSET_BITS
130 /* Define for large files, on AIX-style hosts. */
131 #undef _LARGE_FILES