config.h

Go to the documentation of this file.
00001 /* include/pqxx/config.h.  Generated from config.h.in by configure.  */
00002 /* include/pqxx/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <dlfcn.h> header file. */
00005 #define HAVE_DLFCN_H 1
00006 
00007 /* Define to 1 if you have the <inttypes.h> header file. */
00008 #define HAVE_INTTYPES_H 1
00009 
00010 /* Define to 1 if you have the `pq' library (-lpq). */
00011 #define HAVE_LIBPQ 1
00012 
00013 /* Define to 1 if you have the <memory.h> header file. */
00014 #define HAVE_MEMORY_H 1
00015 
00016 /* Define to 1 if you have the <stdint.h> header file. */
00017 #define HAVE_STDINT_H 1
00018 
00019 /* Define to 1 if you have the <stdlib.h> header file. */
00020 #define HAVE_STDLIB_H 1
00021 
00022 /* Define to 1 if you have the <strings.h> header file. */
00023 #define HAVE_STRINGS_H 1
00024 
00025 /* Define to 1 if you have the <string.h> header file. */
00026 #define HAVE_STRING_H 1
00027 
00028 /* Define to 1 if you have the <sys/stat.h> header file. */
00029 #define HAVE_SYS_STAT_H 1
00030 
00031 /* Define to 1 if you have the <sys/types.h> header file. */
00032 #define HAVE_SYS_TYPES_H 1
00033 
00034 /* Define to 1 if you have the <unistd.h> header file. */
00035 #define HAVE_UNISTD_H 1
00036 
00037 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00038    */
00039 #define LT_OBJDIR ".libs/"
00040 
00041 /* Name of package */
00042 #define PACKAGE "libpqxx"
00043 
00044 /* Define to the address where bug reports for this package should be sent. */
00045 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>"
00046 
00047 /* Define to the full name of this package. */
00048 #define PACKAGE_NAME "libpqxx"
00049 
00050 /* Define to the full name and version of this package. */
00051 #define PACKAGE_STRING "libpqxx 3.1"
00052 
00053 /* Define to the one symbol short name of this package. */
00054 #define PACKAGE_TARNAME "libpqxx"
00055 
00056 /* Define to the home page for this package. */
00057 #define PACKAGE_URL ""
00058 
00059 /* Define to the version of this package. */
00060 #define PACKAGE_VERSION "3.1"
00061 
00062 /* name of standard library namespace (normally "std") */
00063 #define PGSTD std
00064 
00065 /* namespace of TR1 standard extensions (e.g. "std" or "std::tr1") */
00066 #define PQXXTR1 std::tr1
00067 
00068 /* Define if <iterator> lacks an iterator template definition */
00069 /* #undef PQXX_BROKEN_ITERATOR */
00070 
00071 /* Define if function overloading using "using" breaks */
00072 /* #undef PQXX_BROKEN_USING_DECL */
00073 
00074 /* Define if you have the <boost/smart_ptr.hpp> header */
00075 /* #undef PQXX_HAVE_BOOST_SMART_PTR */
00076 
00077 /* Define if std provides the char_traits template and <char> specialization
00078    */
00079 #define PQXX_HAVE_CHAR_TRAITS 1
00080 
00081 /* Define if count_if() works according to the standard */
00082 #define PQXX_HAVE_COUNT_IF 1
00083 
00084 /* Define if preprocessor supports pragma "message" */
00085 /* #undef PQXX_HAVE_CPP_PRAGMA_MESSAGE */
00086 
00087 /* Define if preprocessor supports nonstandard "warning" directive */
00088 /* #undef PQXX_HAVE_CPP_WARNING */
00089 
00090 /* Define if math.h defines C99 isinf() */
00091 /* #undef PQXX_HAVE_C_ISINF */
00092 
00093 /* Define if math.h defines C99 isnan() */
00094 /* #undef PQXX_HAVE_C_ISNAN */
00095 
00096 /* Define if C math header defines NAN */
00097 #define PQXX_HAVE_C_NAN 1
00098 
00099 /* Define if distance() works according to the standard */
00100 #define PQXX_HAVE_DISTANCE 1
00101 
00102 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
00103 #define PQXX_HAVE_GCC_DEPRECATED 1
00104 
00105 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
00106 #define PQXX_HAVE_GCC_VISIBILITY 1
00107 
00108 /* Define if stringstream::imbue works */
00109 #define PQXX_HAVE_IMBUE 1
00110 
00111 /* Define if you have the <ios> header */
00112 #define PQXX_HAVE_IOS 1
00113 
00114 /* Define if <limits> exists */
00115 #define PQXX_HAVE_LIMITS 1
00116 
00117 /* Define if you have the <locale> header */
00118 #define PQXX_HAVE_LOCALE 1
00119 
00120 /* Define if the compiler supports the standard "long double" type */
00121 #define PQXX_HAVE_LONG_DOUBLE 1
00122 
00123 /* Define if the compiler supports "long long" types */
00124 #define PQXX_HAVE_LONG_LONG 1
00125 
00126 /* Define if libpq has lo_tell() */
00127 #define PQXX_HAVE_LO_TELL 1
00128 
00129 /* Define if C99 fnan()/nan()/lnan() are available */
00130 #define PQXX_HAVE_NAN 1
00131 
00132 /* Define if the system has the poll() function (mainly GNU/Linux) */
00133 #define PQXX_HAVE_POLL 1
00134 
00135 /* Define if libpq has PQcancel() and friends */
00136 #define PQXX_HAVE_PQCANCEL 1
00137 
00138 /* Define if libpq has PQclientEncoding() */
00139 #define PQXX_HAVE_PQCLIENTENCODING 1
00140 
00141 /* Define if libpq has PQdescribePortal() */
00142 #define PQXX_HAVE_PQDESCRIBEPORTAL 1
00143 
00144 /* Define if libpq has PQencryptPassword() */
00145 #define PQXX_HAVE_PQENCRYPTPASSWORD 1
00146 
00147 /* Define if libpq has PQescapeBytea() */
00148 #define PQXX_HAVE_PQESCAPEBYTEA 1
00149 
00150 /* Define if libpq has PQescapeByteaConn() */
00151 #define PQXX_HAVE_PQESCAPEBYTEACONN 1
00152 
00153 /* Define if libpq has PQescapeString() */
00154 #define PQXX_HAVE_PQESCAPESTRING 1
00155 
00156 /* Define if libpq has PQescapeStringConn() */
00157 #define PQXX_HAVE_PQESCAPESTRINGCONN 1
00158 
00159 /* Define if libpq has PQexecParams() */
00160 #define PQXX_HAVE_PQEXECPARAMS 1
00161 
00162 /* Define if libpq has PQexecPrepared() */
00163 #define PQXX_HAVE_PQEXECPREPARED 1
00164 
00165 /* Define if libpq has PQfreemem() */
00166 #define PQXX_HAVE_PQFREEMEM 1
00167 
00168 /* Define if libpq has PQfreeNotify() */
00169 #define PQXX_HAVE_PQFREENOTIFY 1
00170 
00171 /* Define if libpq has PQftable() */
00172 #define PQXX_HAVE_PQFTABLE 1
00173 
00174 /* Define if libpq has PQftablecol() */
00175 #define PQXX_HAVE_PQFTABLECOL 1
00176 
00177 /* Define if libpq has PQisthreadsafe() */
00178 #define PQXX_HAVE_PQISTHREADSAFE 1
00179 
00180 /* Define if libpq has PQmblen() */
00181 #define PQXX_HAVE_PQMBLEN 1
00182 
00183 /* Define if libpq has PQprepare() */
00184 #define PQXX_HAVE_PQPREPARE 1
00185 
00186 /* Define if libpq has PQprotocolVersion() */
00187 #define PQXX_HAVE_PQPROTOCOLVERSION 1
00188 
00189 /* Define if libpq has PQputCopyData() and related functions */
00190 #define PQXX_HAVE_PQPUTCOPY 1
00191 
00192 /* Define if libpq has PQresultErrorField() and PG_DIAG_STATEMENT_POSITION */
00193 #define PQXX_HAVE_PQRESULTERRORFIELD 1
00194 
00195 /* Define if libpq has PQserverVersion() */
00196 #define PQXX_HAVE_PQSERVERVERSION 1
00197 
00198 /* Define if libpq has PQunescapeBytea() */
00199 #define PQXX_HAVE_PQUNESCAPEBYTEA 1
00200 
00201 /* Define if std::numeric_limits has quiet_NaN() */
00202 #define PQXX_HAVE_QUIET_NAN 1
00203 
00204 /* Define if reverse_iterator template works as expected */
00205 #define PQXX_HAVE_REVERSE_ITERATOR 1
00206 
00207 /* Define if compiler has shared_ptr */
00208 #define PQXX_HAVE_SHARED_PTR 1
00209 
00210 /* Define if POSIX sleep() exists */
00211 #define PQXX_HAVE_SLEEP 1
00212 
00213 /* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
00214 #define PQXX_HAVE_STREAMBUF 1
00215 
00216 /* Define if strerror_r exists */
00217 #define PQXX_HAVE_STRERROR_R 1
00218 
00219 /* Define if string class has the clear() function */
00220 #define PQXX_HAVE_STRING_CLEAR 1
00221 
00222 /* Define if strlcpy exists */
00223 /* #undef PQXX_HAVE_STRLCPY */
00224 
00225 /* Define if strnlen exists */
00226 #define PQXX_HAVE_STRNLEN 1
00227 
00228 /* Define if the sys/select.h header defines a working select() and friends,
00229    as per POSIX 1003.1-2001 */
00230 #define PQXX_HAVE_SYS_SELECT_H 1
00231 
00232 /* Define if select() accepts NULL fd_set arguments */
00233 #define PQXX_SELECT_ACCEPTS_NULL 1
00234 
00235 /* Define if headers for TR1 extension to standard live in tr1/ */
00236 #define PQXX_TR1_HEADERS 1
00237 
00238 /* Define to 1 if you have the ANSI C header files. */
00239 #define STDC_HEADERS 1
00240 
00241 /* Version number of package */
00242 #define VERSION "3.1"

Generated on Mon Feb 15 18:22:41 2010 for libpqxx by  doxygen 1.5.5