source: tags/release-0.8.2/config.h.in @ 704

Revision 690, 3.7 KB checked in by dcarter, 3 years ago (diff)

close #134: Add checks for sqlite3_prepare_v2 and sqlite3_clear_bindings

Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define wether the Berkeley DB back end is implemented on this platform */
4#undef HAVE_BDB
5
6/* Define to 1 if you have the <db_cxx.h> header file. */
7#undef HAVE_DB_CXX_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <execinfo.h> header file. */
13#undef HAVE_EXECINFO_H
14
15/* Define to 1 if you have the <getopt.h> header file. */
16#undef HAVE_GETOPT_H
17
18/* Define to 1 if you have the `getopt_long' function. */
19#undef HAVE_GETOPT_LONG
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define wether the libxml2 libraries are implemented on this platform */
25#undef HAVE_LIBXML2
26
27/* Define to 1 if you have the <memory.h> header file. */
28#undef HAVE_MEMORY_H
29
30/* Define to 1 if you have the <openssl/md5.h> header file. */
31#undef HAVE_OPENSSL_MD5_H
32
33/* Define wether the pthread_condattr_setpshared is implemented on this
34   platform */
35#undef HAVE_PTHREAD_CONDATTR_SETPSHARED
36
37/* Define wether the pthread_mutexattr_setpshared is implemented on this
38   platform */
39#undef HAVE_PTHREAD_SETPSHARED
40
41/* Define wether pthread debugging stats are collected */
42#undef HAVE_PTHREAD_STATS
43
44/* Define wether the Sqlite back end is implemented on this platform */
45#undef HAVE_SQLITE
46
47/* Define to 1 if you have the <sqlite3.h> header file. */
48#undef HAVE_SQLITE3_H
49
50/* Defines wether the Sqlite function sqlite3_clear_bindings is supported by
51   this library version */
52#undef HAVE_SQLITE_CLEAR_BINDINGS
53
54/* Defines wether the Sqlite function sqlite3_open_v2 is supported by this
55   library version */
56#undef HAVE_SQLITE_OPEN_V2
57
58/* Defines wether the Sqlite function sqlite3_prepare_v2 is supported by this
59   library version */
60#undef HAVE_SQLITE_PREPARE_V2
61
62/* Define to 1 if you have the <stdint.h> header file. */
63#undef HAVE_STDINT_H
64
65/* Define to 1 if you have the <stdlib.h> header file. */
66#undef HAVE_STDLIB_H
67
68/* Define to 1 if you have the <strings.h> header file. */
69#undef HAVE_STRINGS_H
70
71/* Define to 1 if you have the <string.h> header file. */
72#undef HAVE_STRING_H
73
74/* Define to 1 if you have the `strnlen' function. */
75#undef HAVE_STRNLEN
76
77/* Define to 1 if you have the <sys/stat.h> header file. */
78#undef HAVE_SYS_STAT_H
79
80/* Define to 1 if you have the <sys/types.h> header file. */
81#undef HAVE_SYS_TYPES_H
82
83/* Define to 1 if you have the <unistd.h> header file. */
84#undef HAVE_UNISTD_H
85
86/* Define to 1 if you have the <uuid.h> header file. */
87#undef HAVE_UUID_H
88
89/* Define to 1 if you have the <uuid/uuid.h> header file. */
90#undef HAVE_UUID_UUID_H
91
92/* Define to 1 if your C compiler doesn't accept -c and -o together. */
93#undef NO_MINUS_C_MINUS_O
94
95/* Name of package */
96#undef PACKAGE
97
98/* Define to the address where bug reports for this package should be sent. */
99#undef PACKAGE_BUGREPORT
100
101/* Define to the full name of this package. */
102#undef PACKAGE_NAME
103
104/* Define to the full name and version of this package. */
105#undef PACKAGE_STRING
106
107/* Define to the one symbol short name of this package. */
108#undef PACKAGE_TARNAME
109
110/* Define to the version of this package. */
111#undef PACKAGE_VERSION
112
113/* Define to 1 if you have the ANSI C header files. */
114#undef STDC_HEADERS
115
116/* Version number of package */
117#undef VERSION
118
119/* Define to 1 if on AIX 3.
120   System headers sometimes define this.
121   We just want to avoid a redefinition error message.  */
122#ifndef _ALL_SOURCE
123# undef _ALL_SOURCE
124#endif
125
126/* Enable GNU extensions on systems that have them.  */
127#ifndef _GNU_SOURCE
128# undef _GNU_SOURCE
129#endif
130
131/* Define to 1 if on MINIX. */
132#undef _MINIX
133
134/* Define to 2 if the system does not provide POSIX.1 features except with
135   this defined. */
136#undef _POSIX_1_SOURCE
137
138/* Define to 1 if you need to in order for `stat' and other things to work. */
139#undef _POSIX_SOURCE
Note: See TracBrowser for help on using the repository browser.