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 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 4.0.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 "4.0.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 compiler has auto_ptr */
75 #define PQXX_HAVE_AUTO_PTR 1
76 
77 /* Define if you have the <boost/smart_ptr.hpp> header */
78 /* #undef PQXX_HAVE_BOOST_SMART_PTR */
79 
80 /* Define if std provides the char_traits template and <char> specialization
81  */
82 #define PQXX_HAVE_CHAR_TRAITS 1
83 
84 /* Define if count_if() works according to the standard */
85 #define PQXX_HAVE_COUNT_IF 1
86 
87 /* Define if preprocessor supports pragma "message" */
88 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
89 
90 /* Define if preprocessor supports nonstandard "warning" directive */
91 /* #undef PQXX_HAVE_CPP_WARNING */
92 
93 /* Define if math.h defines C99 isinf() */
94 /* #undef PQXX_HAVE_C_ISINF */
95 
96 /* Define if math.h defines C99 isnan() */
97 /* #undef PQXX_HAVE_C_ISNAN */
98 
99 /* Define if C math header defines NAN */
100 #define PQXX_HAVE_C_NAN 1
101 
102 /* Define if distance() works according to the standard */
103 #define PQXX_HAVE_DISTANCE 1
104 
105 /* Define if g++ supports const attribute */
106 #define PQXX_HAVE_GCC_CONST 1
107 
108 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
109 #define PQXX_HAVE_GCC_DEPRECATED 1
110 
111 /* Define if g++ supports noreturn attribute */
112 #define PQXX_HAVE_GCC_NORETURN 1
113 
114 /* Define if g++ supports pure attribute */
115 #define PQXX_HAVE_GCC_PURE 1
116 
117 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
118 #define PQXX_HAVE_GCC_VISIBILITY 1
119 
120 /* Define if stringstream::imbue works */
121 #define PQXX_HAVE_IMBUE 1
122 
123 /* Define if you have the <ios> header */
124 #define PQXX_HAVE_IOS 1
125 
126 /* Define if <limits> exists */
127 #define PQXX_HAVE_LIMITS 1
128 
129 /* Define if you have the <locale> header */
130 #define PQXX_HAVE_LOCALE 1
131 
132 /* Define if the compiler supports the standard "long double" type */
133 #define PQXX_HAVE_LONG_DOUBLE 1
134 
135 /* Define if the compiler supports "long long" types */
136 /* #undef PQXX_HAVE_LONG_LONG */
137 
138 /* Define if libpq has lo_tell() */
139 #define PQXX_HAVE_LO_TELL 1
140 
141 /* Define if compiler has move(). */
142 /* #undef PQXX_HAVE_MOVE */
143 
144 /* Define if C99 fnan()/nan()/lnan() are available */
145 #define PQXX_HAVE_NAN 1
146 
147 /* Define if the system has the poll() function (mainly GNU/Linux) */
148 #define PQXX_HAVE_POLL 1
149 
150 /* Define if libpq has PQcancel() and friends */
151 #define PQXX_HAVE_PQCANCEL 1
152 
153 /* Define if libpq has PQclientEncoding() */
154 #define PQXX_HAVE_PQCLIENTENCODING 1
155 
156 /* Define if libpq has PQdescribePortal() */
157 #define PQXX_HAVE_PQDESCRIBEPORTAL 1
158 
159 /* Define if libpq has PQencryptPassword() */
160 #define PQXX_HAVE_PQENCRYPTPASSWORD 1
161 
162 /* Define if libpq has PQescapeIdentifier() */
163 #define PQXX_HAVE_PQESCAPEIDENTIFIER 1
164 
165 /* Define if libpq has PQescapeLiteral() */
166 #define PQXX_HAVE_PQESCAPELITERAL 1
167 
168 /* Define if libpq has PQisthreadsafe() */
169 #define PQXX_HAVE_PQISTHREADSAFE 1
170 
171 /* Define if libpq has PQmblen() */
172 #define PQXX_HAVE_PQMBLEN 1
173 
174 /* Define if PQunescapeBytea() supports hex escape format */
175 /* #undef PQXX_HAVE_PQUNESCAPEBYTEA_9 */
176 
177 /* Define if std::numeric_limits has quiet_NaN() */
178 #define PQXX_HAVE_QUIET_NAN 1
179 
180 /* Define if reverse_iterator template works as expected */
181 #define PQXX_HAVE_REVERSE_ITERATOR 1
182 
183 /* Define if compiler has shared_ptr */
184 #define PQXX_HAVE_SHARED_PTR 1
185 
186 /* Define if POSIX sleep() exists */
187 #define PQXX_HAVE_SLEEP 1
188 
189 /* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
190 #define PQXX_HAVE_STREAMBUF 1
191 
192 /* Define if strerror_r exists */
193 #define PQXX_HAVE_STRERROR_R 1
194 
195 /* Define for GNU-style strerror_r */
196 #define PQXX_HAVE_STRERROR_R_GNU 1
197 
198 /* Define if string class has the clear() function */
199 #define PQXX_HAVE_STRING_CLEAR 1
200 
201 /* Define if strlcpy exists */
202 /* #undef PQXX_HAVE_STRLCPY */
203 
204 /* Define if strnlen exists */
205 #define PQXX_HAVE_STRNLEN 1
206 
207 /* Define if the sys/select.h header defines a working select() and friends,
208  as per POSIX 1003.1-2001 */
209 #define PQXX_HAVE_SYS_SELECT_H 1
210 
211 /* Define if compiler has unique_ptr */
212 /* #undef PQXX_HAVE_UNIQUE_PTR */
213 
214 /* Define if select() accepts NULL fd_set arguments */
215 /* #undef PQXX_SELECT_ACCEPTS_NULL */
216 
217 /* Define if headers for TR1 extension to standard live in tr1/ */
218 #define PQXX_TR1_HEADERS 1
219 
220 /* Define to 1 if you have the ANSI C header files. */
221 #define STDC_HEADERS 1
222 
223 /* Version number of package */
224 #define VERSION "4.0.1"