00001 /* include/pqxx/config.h. Generated by configure. */ 00002 /* include/pqxx/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* 00005 Define to 1 if you have the <dlfcn.h> 00006 header file. */ 00007 #define HAVE_DLFCN_H 1 00008 00009 /* 00010 Define to 1 if you have the <inttypes.h> 00011 header file. */ 00012 #define HAVE_INTTYPES_H 1 00013 00014 /* 00015 Define to 1 if you have the `pq' 00016 library (-lpq). */ 00017 #define HAVE_LIBPQ 1 00018 00019 /* 00020 Define to 1 if you have the <memory.h> 00021 header file. */ 00022 #define HAVE_MEMORY_H 1 00023 00024 /* 00025 Define to 1 if you have the <stdint.h> 00026 header file. */ 00027 #define HAVE_STDINT_H 1 00028 00029 /* 00030 Define to 1 if you have the <stdlib.h> 00031 header file. */ 00032 #define HAVE_STDLIB_H 1 00033 00034 /* 00035 Define to 1 if you have the <strings.h> 00036 header file. */ 00037 #define HAVE_STRINGS_H 1 00038 00039 /* 00040 Define to 1 if you have the <string.h> 00041 header file. */ 00042 #define HAVE_STRING_H 1 00043 00044 /* 00045 Define to 1 if you have the <sys/stat.h> 00046 header file. */ 00047 #define HAVE_SYS_STAT_H 1 00048 00049 /* 00050 Define to 1 if you have the <sys/types.h> 00051 header file. */ 00052 #define HAVE_SYS_TYPES_H 1 00053 00054 /* 00055 Define to 1 if you have the <unistd.h> 00056 header file. */ 00057 #define HAVE_UNISTD_H 1 00058 00059 /* 00060 Do we have InvalidOid definition? */ 00061 /* #undef InvalidOid */ 00062 00063 /* 00064 Name of package */ 00065 #define PACKAGE "libpqxx" 00066 00067 /* 00068 Define to the address where bug reports for 00069 this package should be sent. */ 00070 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>" 00071 00072 /* 00073 Define to the full name of this package. 00074 */ 00075 #define PACKAGE_NAME "libpqxx" 00076 00077 /* 00078 Define to the full name and version of 00079 this package. */ 00080 #define PACKAGE_STRING "libpqxx 2.1.3" 00081 00082 /* 00083 Define to the one symbol short name of 00084 this package. */ 00085 #define PACKAGE_TARNAME "libpqxx" 00086 00087 /* 00088 Define to the version of this package. */ 00089 #define PACKAGE_VERSION "2.1.3" 00090 00091 /* 00092 Does the standard namespace exist? */ 00093 #define PGSTD std 00094 00095 /* 00096 Define if <iterator> lacks an iterator template definition 00097 */ 00098 /* #undef PQXX_BROKEN_ITERATOR */ 00099 00100 /* 00101 Define if function overloading using "using" breaks */ 00102 #define PQXX_BROKEN_USING_DECL 1 00103 00104 /* 00105 Define if std defines the char_traits template and 00106 <char> specialization */ 00107 #define PQXX_HAVE_CHAR_TRAITS 1 00108 00109 /* 00110 Define if preprocessor supports pragma "warning" */ 00111 #define PQXX_HAVE_CPP_PRAGMA_WARNING 1 00112 00113 /* 00114 Define if preprocessor supports nonstandard "warning" directive */ 00115 #define PQXX_HAVE_CPP_WARNING 1 00116 00117 /* 00118 Define if <iterator> exists */ 00119 #define PQXX_HAVE_ITERATOR 1 00120 00121 /* 00122 Define if <limits> exists */ 00123 #define PQXX_HAVE_LIMITS 1 00124 00125 /* 00126 Define if PostgreSQL has PQescapeBytea() */ 00127 #define PQXX_HAVE_PQESCAPEBYTEA 1 00128 00129 /* 00130 Define if PostgreSQL has PQescapeString() */ 00131 #define PQXX_HAVE_PQESCAPESTRING 1 00132 00133 /* 00134 Define if PostgreSQL has PQfreemem() */ 00135 #define PQXX_HAVE_PQFREEMEM 1 00136 00137 /* 00138 Define if PostgreSQL has PQfreeNotify() */ 00139 #define PQXX_HAVE_PQFREENOTIFY 1 00140 00141 /* 00142 Define if PostgreSQL has PQftable() */ 00143 #define PQXX_HAVE_PQFTABLE 1 00144 00145 /* 00146 Define if PostgreSQL has PQputCopyData() and related functions 00147 */ 00148 #define PQXX_HAVE_PQPUTCOPY 1 00149 00150 /* 00151 Define if PostgreSQL has PQunescapeBytea() */ 00152 #define PQXX_HAVE_PQUNESCAPEBYTEA 1 00153 00154 /* 00155 Define if ptrdiff_t exists */ 00156 #define PQXX_HAVE_PTRDIFF_T 1 00157 00158 /* 00159 Define if you have the <streambuf> header; if 00160 not, <streambuf.h> is used */ 00161 #define PQXX_HAVE_STREAMBUF 1 00162 00163 /* 00164 Define if the sys/select.h header defines a working 00165 select() and friends, as per POSIX 1003.1-2001 */ 00166 #define PQXX_HAVE_SYS_SELECT_H 1 00167 00168 /* 00169 Define if select() accepts NULL fd_set arguments */ 00170 #define PQXX_SELECT_ACCEPTS_NULL 1 00171 00172 /* 00173 Do we have a PQescapeBytea function? */ 00174 /* #undef PQescapeBytea */ 00175 00176 /* 00177 Do we have a PQescapeString function? */ 00178 /* #undef PQescapeString */ 00179 00180 /* 00181 Do we have a PQfreeNotify function? */ 00182 /* #undef PQfreeNotify */ 00183 00184 /* 00185 Do we have a PQfreemem function? */ 00186 /* #undef PQfreemem */ 00187 00188 /* 00189 Do we have a PQftable function? */ 00190 /* #undef PQftable */ 00191 00192 /* 00193 Do we have PQputCopyData() and related functions? */ 00194 /* #undef PQputCopyData */ 00195 00196 /* 00197 Do we have a PQunescapeBytea function? */ 00198 /* #undef PQunescapeBytea */ 00199 00200 /* 00201 Define to 1 if you have the ANSI 00202 C header files. */ 00203 #define STDC_HEADERS 1 00204 00205 /* 00206 Version number of package */ 00207 #define VERSION "2.1.3"