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

Revision 512, 3.3 KB checked in by dcarter, 4 years ago (diff)

Merge 0.8 development branch

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