libpqxx  4.0.1
config.h
1 /* include/pqxx/config.h. Generated from config.h.in by configure. */
2 /* include/pqxx/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6 
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9 
10 /* Define to 1 if you have the `pq' library (-lpq). */
11 #define HAVE_LIBPQ 1
12 
13 /* Define to 1 if you have the <memory.h> header file. */
14 #define HAVE_MEMORY_H 1
15 
16 /* Define to 1 if you have the <stdint.h> header file. */
17 #define HAVE_STDINT_H 1
18 
19 /* Define to 1 if you have the <stdlib.h> header file. */
20 #define HAVE_STDLIB_H 1
21 
22 /* Define to 1 if you have the <strings.h> header file. */
23 #define HAVE_STRINGS_H 1
24 
25 /* Define to 1 if you have the <string.h> header file. */
26 #define HAVE_STRING_H 1
27 
28 /* Define to 1 if you have the <sys/stat.h> header file. */
29 #define HAVE_SYS_STAT_H 1
30 
31 /* Define to 1 if you have the <sys/types.h> header file. */
32 #define HAVE_SYS_TYPES_H 1
33 
34 /* Define to 1 if you have the <unistd.h> header file. */
35 #define HAVE_UNISTD_H 1
36 
37 /* Define to the sub-directory where libtool stores uninstalled libraries. */
38 #define LT_OBJDIR ".libs/"
39 
40 /* Name of package */
41 #define PACKAGE "libpqxx"
42 
43 /* Define to the address where bug reports for this package should be sent. */
44 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>"
45 
46 /* Define to the full name of this package. */
47 #define PACKAGE_NAME "libpqxx"
48 
49 /* Define to the full name and version of this package. */
50 #define PACKAGE_STRING "libpqxx 4.0.1"
51 
52 /* Define to the one symbol short name of this package. */
53 #define PACKAGE_TARNAME "libpqxx"
54 
55 /* Define to the home page for this package. */
56 #define PACKAGE_URL ""
57 
58 /* Define to the version of this package. */
59 #define PACKAGE_VERSION "4.0.1"
60 
61 /* name of standard library namespace (normally "std") */
62 #define PGSTD std
63 
64 /* namespace of TR1 standard extensions (e.g. "std" or "std::tr1") */
65 #define PQXXTR1 std::tr1
66 
67 /* Define if <iterator> lacks an iterator template definition */
68 /* #undef PQXX_BROKEN_ITERATOR */
69 
70 /* Define if function overloading using "using" breaks */
71 /* #undef PQXX_BROKEN_USING_DECL */
72 
73 /* Define if compiler has auto_ptr */
74 #define PQXX_HAVE_AUTO_PTR 1
75 
76 /* Define if you have the <boost/smart_ptr.hpp> header */
77 /* #undef PQXX_HAVE_BOOST_SMART_PTR */
78 
79 /* Define if std provides the char_traits template and <char> specialization
80  */
81 #define PQXX_HAVE_CHAR_TRAITS 1
82 
83 /* Define if count_if() works according to the standard */
84 #define PQXX_HAVE_COUNT_IF 1
85 
86 /* Define if preprocessor supports pragma "message" */
87 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
88 
89 /* Define if preprocessor supports nonstandard "warning" directive */
90 #define PQXX_HAVE_CPP_WARNING 1
91 
92 /* Define if math.h defines C99 isinf() */
93 /* #undef PQXX_HAVE_C_ISINF */
94 
95 /* Define if math.h defines C99 isnan() */
96 /* #undef PQXX_HAVE_C_ISNAN */
97 
98 /* Define if C math header defines NAN */
99 #define PQXX_HAVE_C_NAN 1
100 
101 /* Define if distance() works according to the standard */
102 #define PQXX_HAVE_DISTANCE 1
103 
104 /* Define if g++ supports const attribute */
105 #define PQXX_HAVE_GCC_CONST 1
106 
107 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
108 #define PQXX_HAVE_GCC_DEPRECATED 1
109 
110 /* Define if g++ supports noreturn attribute */
111 #define PQXX_HAVE_GCC_NORETURN 1
112 
113 /* Define if g++ supports pure attribute */
114 #define PQXX_HAVE_GCC_PURE 1
115 
116 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
117 #define PQXX_HAVE_GCC_VISIBILITY 1
118 
119 /* Define if stringstream::imbue works */
120 #define PQXX_HAVE_IMBUE 1
121 
122 /* Define if you have the <ios> header */
123 #define PQXX_HAVE_IOS 1
124 
125 /* Define if <limits> exists */
126 #define PQXX_HAVE_LIMITS 1
127 
128 /* Define if you have the <locale> header */
129 #define PQXX_HAVE_LOCALE 1
130 
131 /* Define if the compiler supports the standard "long double" type */
132 #define PQXX_HAVE_LONG_DOUBLE 1
133 
134 /* Define if the compiler supports "long long" types */
135 #define PQXX_HAVE_LONG_LONG 1
136 
137 /* Define if libpq has lo_tell() */
138 #define PQXX_HAVE_LO_TELL 1
139 
140 /* Define if compiler has move(). */
141 #define PQXX_HAVE_MOVE 1
142 
143 /* Define if C99 fnan()/nan()/lnan() are available */
144 #define PQXX_HAVE_NAN 1
145 
146 /* Define if the system has the poll() function (mainly GNU/Linux) */
147 #define PQXX_HAVE_POLL 1
148 
149 /* Define if libpq has PQcancel() and friends */
150 #define PQXX_HAVE_PQCANCEL 1
151 
152 /* Define if libpq has PQclientEncoding() */
153 #define PQXX_HAVE_PQCLIENTENCODING 1
154 
155 /* Define if libpq has PQdescribePortal() */
156 #define PQXX_HAVE_PQDESCRIBEPORTAL 1
157 
158 /* Define if libpq has PQencryptPassword() */
159 #define PQXX_HAVE_PQENCRYPTPASSWORD 1
160 
161 /* Define if libpq has PQescapeIdentifier() */
162 #define PQXX_HAVE_PQESCAPEIDENTIFIER 1
163 
164 /* Define if libpq has PQescapeLiteral() */
165 #define PQXX_HAVE_PQESCAPELITERAL 1
166 
167 /* Define if libpq has PQisthreadsafe() */
168 #define PQXX_HAVE_PQISTHREADSAFE 1
169 
170 /* Define if libpq has PQmblen() */
171 #define PQXX_HAVE_PQMBLEN 1
172 
173 /* Define if PQunescapeBytea() supports hex escape format */
174 #define PQXX_HAVE_PQUNESCAPEBYTEA_9 1
175 
176 /* Define if std::numeric_limits has quiet_NaN() */
177 #define PQXX_HAVE_QUIET_NAN 1
178 
179 /* Define if reverse_iterator template works as expected */
180 #define PQXX_HAVE_REVERSE_ITERATOR 1
181 
182 /* Define if compiler has shared_ptr */
183 #define PQXX_HAVE_SHARED_PTR 1
184 
185 /* Define if POSIX sleep() exists */
186 #define PQXX_HAVE_SLEEP 1
187 
188 /* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
189 #define PQXX_HAVE_STREAMBUF 1
190 
191 /* Define if strerror_r exists */
192 #define PQXX_HAVE_STRERROR_R 1
193 
194 /* Define for GNU-style strerror_r */
195 #define PQXX_HAVE_STRERROR_R_GNU 1
196 
197 /* Define if string class has the clear() function */
198 #define PQXX_HAVE_STRING_CLEAR 1
199 
200 /* Define if strlcpy exists */
201 /* #undef PQXX_HAVE_STRLCPY */
202 
203 /* Define if strnlen exists */
204 #define PQXX_HAVE_STRNLEN 1
205 
206 /* Define if the sys/select.h header defines a working select() and friends,
207  as per POSIX 1003.1-2001 */
208 #define PQXX_HAVE_SYS_SELECT_H 1
209 
210 /* Define if compiler has unique_ptr */
211 #define PQXX_HAVE_UNIQUE_PTR 1
212 
213 /* Define if select() accepts NULL fd_set arguments */
214 #define PQXX_SELECT_ACCEPTS_NULL 1
215 
216 /* Define if headers for TR1 extension to standard live in tr1/ */
217 #define PQXX_TR1_HEADERS 1
218 
219 /* Define to 1 if you have the ANSI C header files. */
220 #define STDC_HEADERS 1
221 
222 /* Version number of package */
223 #define VERSION "4.0.1"