libpqxx  3.1.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 in which libtool stores uninstalled libraries.
38  */
39 #define LT_OBJDIR ".libs/"
40 
41 /* Name of package */
42 #define PACKAGE "libpqxx"
43 
44 /* Define to the address where bug reports for this package should be sent. */
45 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>"
46 
47 /* Define to the full name of this package. */
48 #define PACKAGE_NAME "libpqxx"
49 
50 /* Define to the full name and version of this package. */
51 #define PACKAGE_STRING "libpqxx 3.1.1"
52 
53 /* Define to the one symbol short name of this package. */
54 #define PACKAGE_TARNAME "libpqxx"
55 
56 /* Define to the home page for this package. */
57 #define PACKAGE_URL ""
58 
59 /* Define to the version of this package. */
60 #define PACKAGE_VERSION "3.1.1"
61 
62 /* name of standard library namespace (normally "std") */
63 #define PGSTD std
64 
65 /* namespace of TR1 standard extensions (e.g. "std" or "std::tr1") */
66 #define PQXXTR1 std::tr1
67 
68 /* Define if <iterator> lacks an iterator template definition */
69 /* #undef PQXX_BROKEN_ITERATOR */
70 
71 /* Define if function overloading using "using" breaks */
72 /* #undef PQXX_BROKEN_USING_DECL */
73 
74 /* Define if you have the <boost/smart_ptr.hpp> header */
75 /* #undef PQXX_HAVE_BOOST_SMART_PTR */
76 
77 /* Define if std provides the char_traits template and <char> specialization
78  */
79 #define PQXX_HAVE_CHAR_TRAITS 1
80 
81 /* Define if count_if() works according to the standard */
82 #define PQXX_HAVE_COUNT_IF 1
83 
84 /* Define if preprocessor supports pragma "message" */
85 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
86 
87 /* Define if preprocessor supports nonstandard "warning" directive */
88 /* #undef PQXX_HAVE_CPP_WARNING */
89 
90 /* Define if math.h defines C99 isinf() */
91 /* #undef PQXX_HAVE_C_ISINF */
92 
93 /* Define if math.h defines C99 isnan() */
94 /* #undef PQXX_HAVE_C_ISNAN */
95 
96 /* Define if C math header defines NAN */
97 #define PQXX_HAVE_C_NAN 1
98 
99 /* Define if distance() works according to the standard */
100 #define PQXX_HAVE_DISTANCE 1
101 
102 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
103 #define PQXX_HAVE_GCC_DEPRECATED 1
104 
105 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
106 #define PQXX_HAVE_GCC_VISIBILITY 1
107 
108 /* Define if stringstream::imbue works */
109 #define PQXX_HAVE_IMBUE 1
110 
111 /* Define if you have the <ios> header */
112 #define PQXX_HAVE_IOS 1
113 
114 /* Define if <limits> exists */
115 #define PQXX_HAVE_LIMITS 1
116 
117 /* Define if you have the <locale> header */
118 #define PQXX_HAVE_LOCALE 1
119 
120 /* Define if the compiler supports the standard "long double" type */
121 #define PQXX_HAVE_LONG_DOUBLE 1
122 
123 /* Define if the compiler supports "long long" types */
124 /* #undef PQXX_HAVE_LONG_LONG */
125 
126 /* Define if libpq has lo_tell() */
127 #define PQXX_HAVE_LO_TELL 1
128 
129 /* Define if C99 fnan()/nan()/lnan() are available */
130 #define PQXX_HAVE_NAN 1
131 
132 /* Define if the system has the poll() function (mainly GNU/Linux) */
133 #define PQXX_HAVE_POLL 1
134 
135 /* Define if libpq has PQcancel() and friends */
136 #define PQXX_HAVE_PQCANCEL 1
137 
138 /* Define if libpq has PQclientEncoding() */
139 #define PQXX_HAVE_PQCLIENTENCODING 1
140 
141 /* Define if libpq has PQdescribePortal() */
142 #define PQXX_HAVE_PQDESCRIBEPORTAL 1
143 
144 /* Define if libpq has PQencryptPassword() */
145 #define PQXX_HAVE_PQENCRYPTPASSWORD 1
146 
147 /* Define if libpq has PQescapeBytea() */
148 #define PQXX_HAVE_PQESCAPEBYTEA 1
149 
150 /* Define if libpq has PQescapeByteaConn() */
151 #define PQXX_HAVE_PQESCAPEBYTEACONN 1
152 
153 /* Define if libpq has PQescapeString() */
154 #define PQXX_HAVE_PQESCAPESTRING 1
155 
156 /* Define if libpq has PQescapeStringConn() */
157 #define PQXX_HAVE_PQESCAPESTRINGCONN 1
158 
159 /* Define if libpq has PQexecParams() */
160 #define PQXX_HAVE_PQEXECPARAMS 1
161 
162 /* Define if libpq has PQexecPrepared() */
163 #define PQXX_HAVE_PQEXECPREPARED 1
164 
165 /* Define if libpq has PQfreemem() */
166 #define PQXX_HAVE_PQFREEMEM 1
167 
168 /* Define if libpq has PQfreeNotify() */
169 #define PQXX_HAVE_PQFREENOTIFY 1
170 
171 /* Define if libpq has PQftable() */
172 #define PQXX_HAVE_PQFTABLE 1
173 
174 /* Define if libpq has PQftablecol() */
175 #define PQXX_HAVE_PQFTABLECOL 1
176 
177 /* Define if libpq has PQisthreadsafe() */
178 #define PQXX_HAVE_PQISTHREADSAFE 1
179 
180 /* Define if libpq has PQmblen() */
181 #define PQXX_HAVE_PQMBLEN 1
182 
183 /* Define if libpq has PQprepare() */
184 #define PQXX_HAVE_PQPREPARE 1
185 
186 /* Define if libpq has PQprotocolVersion() */
187 #define PQXX_HAVE_PQPROTOCOLVERSION 1
188 
189 /* Define if libpq has PQputCopyData() and related functions */
190 #define PQXX_HAVE_PQPUTCOPY 1
191 
192 /* Define if libpq has PQresultErrorField() and PG_DIAG_STATEMENT_POSITION */
193 #define PQXX_HAVE_PQRESULTERRORFIELD 1
194 
195 /* Define if libpq has PQserverVersion() */
196 #define PQXX_HAVE_PQSERVERVERSION 1
197 
198 /* Define if libpq has PQunescapeBytea() */
199 #define PQXX_HAVE_PQUNESCAPEBYTEA 1
200 
201 /* Define if std::numeric_limits has quiet_NaN() */
202 #define PQXX_HAVE_QUIET_NAN 1
203 
204 /* Define if reverse_iterator template works as expected */
205 #define PQXX_HAVE_REVERSE_ITERATOR 1
206 
207 /* Define if compiler has shared_ptr */
208 #define PQXX_HAVE_SHARED_PTR 1
209 
210 /* Define if POSIX sleep() exists */
211 #define PQXX_HAVE_SLEEP 1
212 
213 /* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
214 #define PQXX_HAVE_STREAMBUF 1
215 
216 /* Define if strerror_r exists */
217 #define PQXX_HAVE_STRERROR_R 1
218 
219 /* Define for GNU-style strerror_r */
220 #define PQXX_HAVE_STRERROR_R_GNU 1
221 
222 /* Define if string class has the clear() function */
223 #define PQXX_HAVE_STRING_CLEAR 1
224 
225 /* Define if strlcpy exists */
226 /* #undef PQXX_HAVE_STRLCPY */
227 
228 /* Define if strnlen exists */
229 #define PQXX_HAVE_STRNLEN 1
230 
231 /* Define if the sys/select.h header defines a working select() and friends,
232  as per POSIX 1003.1-2001 */
233 #define PQXX_HAVE_SYS_SELECT_H 1
234 
235 /* Define if select() accepts NULL fd_set arguments */
236 /* #undef PQXX_SELECT_ACCEPTS_NULL */
237 
238 /* Define if headers for TR1 extension to standard live in tr1/ */
239 #define PQXX_TR1_HEADERS 1
240 
241 /* Define to 1 if you have the ANSI C header files. */
242 #define STDC_HEADERS 1
243 
244 /* Version number of package */
245 #define VERSION "3.1.1"