source: branches/threading/config.h.in @ 704

Revision 663, 3.5 KB checked in by dcarter, 3 years ago (diff)

see #125: Improved Solaris support

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_open_v2 is supported by this
51   library version */
52#undef HAVE_SQLITE_OPEN_V2
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#undef HAVE_STDINT_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the <strings.h> header file. */
61#undef HAVE_STRINGS_H
62
63/* Define to 1 if you have the <string.h> header file. */
64#undef HAVE_STRING_H
65
66/* Define to 1 if you have the `strnlen' function. */
67#undef HAVE_STRNLEN
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#undef HAVE_SYS_TYPES_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to 1 if you have the <uuid.h> header file. */
79#undef HAVE_UUID_H
80
81/* Define to 1 if you have the <uuid/uuid.h> header file. */
82#undef HAVE_UUID_UUID_H
83
84/* Define to 1 if your C compiler doesn't accept -c and -o together. */
85#undef NO_MINUS_C_MINUS_O
86
87/* Name of package */
88#undef PACKAGE
89
90/* Define to the address where bug reports for this package should be sent. */
91#undef PACKAGE_BUGREPORT
92
93/* Define to the full name of this package. */
94#undef PACKAGE_NAME
95
96/* Define to the full name and version of this package. */
97#undef PACKAGE_STRING
98
99/* Define to the one symbol short name of this package. */
100#undef PACKAGE_TARNAME
101
102/* Define to the version of this package. */
103#undef PACKAGE_VERSION
104
105/* Define to 1 if you have the ANSI C header files. */
106#undef STDC_HEADERS
107
108/* Version number of package */
109#undef VERSION
110
111/* Define to 1 if on AIX 3.
112   System headers sometimes define this.
113   We just want to avoid a redefinition error message.  */
114#ifndef _ALL_SOURCE
115# undef _ALL_SOURCE
116#endif
117
118/* Enable GNU extensions on systems that have them.  */
119#ifndef _GNU_SOURCE
120# undef _GNU_SOURCE
121#endif
122
123/* Define to 1 if on MINIX. */
124#undef _MINIX
125
126/* Define to 2 if the system does not provide POSIX.1 features except with
127   this defined. */
128#undef _POSIX_1_SOURCE
129
130/* Define to 1 if you need to in order for `stat' and other things to work. */
131#undef _POSIX_SOURCE
Note: See TracBrowser for help on using the repository browser.