downgrade memory unlock failures to info level and fix function name in log output
[sqlcipher.git] / sqlite_cfg.h.in
blobc14aaed3f396d7b19d0cf23aa314782ce3c6efa3
1 /* sqlite_cfg.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 `crypto' library (-lcrypto). */
34 #undef HAVE_LIBCRYPTO
36 /* Define to 1 if you have the `nss3' library (-lnss3). */
37 #undef HAVE_LIBNSS3
39 /* Define to 1 if you have the `tomcrypt' library (-ltomcrypt). */
40 #undef HAVE_LIBTOMCRYPT
42 /* Define to 1 if you have the `localtime_r' function. */
43 #undef HAVE_LOCALTIME_R
45 /* Define to 1 if you have the `localtime_s' function. */
46 #undef HAVE_LOCALTIME_S
48 /* Define to 1 if you have the <malloc.h> header file. */
49 #undef HAVE_MALLOC_H
51 /* Define to 1 if you have the `malloc_usable_size' function. */
52 #undef HAVE_MALLOC_USABLE_SIZE
54 /* Define to 1 if you have the `pread' function. */
55 #undef HAVE_PREAD
57 /* Define to 1 if you have the `pread64' function. */
58 #undef HAVE_PREAD64
60 /* Define to 1 if you have the `pwrite' function. */
61 #undef HAVE_PWRITE
63 /* Define to 1 if you have the `pwrite64' function. */
64 #undef HAVE_PWRITE64
66 /* Define to 1 if you have the <stdint.h> header file. */
67 #undef HAVE_STDINT_H
69 /* Define to 1 if you have the <stdio.h> header file. */
70 #undef HAVE_STDIO_H
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #undef HAVE_STDLIB_H
75 /* Define to 1 if you have the `strchrnul' function. */
76 #undef HAVE_STRCHRNUL
78 /* Define to 1 if you have the <strings.h> header file. */
79 #undef HAVE_STRINGS_H
81 /* Define to 1 if you have the <string.h> header file. */
82 #undef HAVE_STRING_H
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
90 /* Define to 1 if the system has the type `uint16_t'. */
91 #undef HAVE_UINT16_T
93 /* Define to 1 if the system has the type `uint32_t'. */
94 #undef HAVE_UINT32_T
96 /* Define to 1 if the system has the type `uint64_t'. */
97 #undef HAVE_UINT64_T
99 /* Define to 1 if the system has the type `uint8_t'. */
100 #undef HAVE_UINT8_T
102 /* Define to 1 if the system has the type `uintptr_t'. */
103 #undef HAVE_UINTPTR_T
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #undef HAVE_UNISTD_H
108 /* Define to 1 if you have the `usleep' function. */
109 #undef HAVE_USLEEP
111 /* Define to 1 if you have the `utime' function. */
112 #undef HAVE_UTIME
114 /* Define to 1 if you have the <zlib.h> header file. */
115 #undef HAVE_ZLIB_H
117 /* Define to the sub-directory where libtool stores uninstalled libraries. */
118 #undef LT_OBJDIR
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
132 /* Define to the home page for this package. */
133 #undef PACKAGE_URL
135 /* Define to the version of this package. */
136 #undef PACKAGE_VERSION
138 /* Define to 1 if all of the C90 standard headers exist (not just the ones
139 required in a freestanding environment). This macro is provided for
140 backward compatibility; new code need not use it. */
141 #undef STDC_HEADERS
143 /* Number of bits in a file offset, on hosts where this is settable. */
144 #undef _FILE_OFFSET_BITS
146 /* Define for large files, on AIX-style hosts. */
147 #undef _LARGE_FILES