libpqxx 4.0
config.h
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 4.0"
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 "4.0"
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 compiler has auto_ptr */
00075 #define PQXX_HAVE_AUTO_PTR 1
00076 
00077 /* Define if you have the <boost/smart_ptr.hpp> header */
00078 #define PQXX_HAVE_BOOST_SMART_PTR 1
00079 
00080 /* Define if std provides the char_traits template and <char> specialization
00081    */
00082 #define PQXX_HAVE_CHAR_TRAITS 1
00083 
00084 /* Define if count_if() works according to the standard */
00085 #define PQXX_HAVE_COUNT_IF 1
00086 
00087 /* Define if preprocessor supports pragma "message" */
00088 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
00089 
00090 /* Define if preprocessor supports nonstandard "warning" directive */
00091 /* #undef PQXX_HAVE_CPP_WARNING */
00092 
00093 /* Define if math.h defines C99 isinf() */
00094 /* #undef PQXX_HAVE_C_ISINF */
00095 
00096 /* Define if math.h defines C99 isnan() */
00097 /* #undef PQXX_HAVE_C_ISNAN */
00098 
00099 /* Define if C math header defines NAN */
00100 #define PQXX_HAVE_C_NAN 1
00101 
00102 /* Define if distance() works according to the standard */
00103 #define PQXX_HAVE_DISTANCE 1
00104 
00105 /* Define if g++ supports const attribute */
00106 #define PQXX_HAVE_GCC_CONST 1
00107 
00108 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
00109 #define PQXX_HAVE_GCC_DEPRECATED 1
00110 
00111 /* Define if g++ supports noreturn attribute */
00112 #define PQXX_HAVE_GCC_NORETURN 1
00113 
00114 /* Define if g++ supports pure attribute */
00115 #define PQXX_HAVE_GCC_PURE 1
00116 
00117 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
00118 #define PQXX_HAVE_GCC_VISIBILITY 1
00119 
00120 /* Define if stringstream::imbue works */
00121 #define PQXX_HAVE_IMBUE 1
00122 
00123 /* Define if you have the <ios> header */
00124 #define PQXX_HAVE_IOS 1
00125 
00126 /* Define if <limits> exists */
00127 #define PQXX_HAVE_LIMITS 1
00128 
00129 /* Define if you have the <locale> header */
00130 #define PQXX_HAVE_LOCALE 1
00131 
00132 /* Define if the compiler supports the standard "long double" type */
00133 #define PQXX_HAVE_LONG_DOUBLE 1
00134 
00135 /* Define if the compiler supports "long long" types */
00136 /* #undef PQXX_HAVE_LONG_LONG */
00137 
00138 /* Define if libpq has lo_tell() */
00139 #define PQXX_HAVE_LO_TELL 1
00140 
00141 /* Define if compiler has move(). */
00142 /* #undef PQXX_HAVE_MOVE */
00143 
00144 /* Define if C99 fnan()/nan()/lnan() are available */
00145 #define PQXX_HAVE_NAN 1
00146 
00147 /* Define if the system has the poll() function (mainly GNU/Linux) */
00148 #define PQXX_HAVE_POLL 1
00149 
00150 /* Define if libpq has PQcancel() and friends */
00151 #define PQXX_HAVE_PQCANCEL 1
00152 
00153 /* Define if libpq has PQclientEncoding() */
00154 #define PQXX_HAVE_PQCLIENTENCODING 1
00155 
00156 /* Define if libpq has PQdescribePortal() */
00157 #define PQXX_HAVE_PQDESCRIBEPORTAL 1
00158 
00159 /* Define if libpq has PQencryptPassword() */
00160 #define PQXX_HAVE_PQENCRYPTPASSWORD 1
00161 
00162 /* Define if libpq has PQescapeIdentifier() */
00163 #define PQXX_HAVE_PQESCAPEIDENTIFIER 1
00164 
00165 /* Define if libpq has PQescapeLiteral() */
00166 #define PQXX_HAVE_PQESCAPELITERAL 1
00167 
00168 /* Define if libpq has PQisthreadsafe() */
00169 #define PQXX_HAVE_PQISTHREADSAFE 1
00170 
00171 /* Define if libpq has PQmblen() */
00172 #define PQXX_HAVE_PQMBLEN 1
00173 
00174 /* Define if PQunescapeBytea() supports hex escape format */
00175 #define PQXX_HAVE_PQUNESCAPEBYTEA_9 1
00176 
00177 /* Define if std::numeric_limits has quiet_NaN() */
00178 #define PQXX_HAVE_QUIET_NAN 1
00179 
00180 /* Define if reverse_iterator template works as expected */
00181 #define PQXX_HAVE_REVERSE_ITERATOR 1
00182 
00183 /* Define if compiler has shared_ptr */
00184 #define PQXX_HAVE_SHARED_PTR 1
00185 
00186 /* Define if POSIX sleep() exists */
00187 #define PQXX_HAVE_SLEEP 1
00188 
00189 /* Define if you have the <streambuf> header; if not, <streambuf.h> is used */
00190 #define PQXX_HAVE_STREAMBUF 1
00191 
00192 /* Define if strerror_r exists */
00193 #define PQXX_HAVE_STRERROR_R 1
00194 
00195 /* Define for GNU-style strerror_r */
00196 #define PQXX_HAVE_STRERROR_R_GNU 1
00197 
00198 /* Define if string class has the clear() function */
00199 #define PQXX_HAVE_STRING_CLEAR 1
00200 
00201 /* Define if strlcpy exists */
00202 /* #undef PQXX_HAVE_STRLCPY */
00203 
00204 /* Define if strnlen exists */
00205 #define PQXX_HAVE_STRNLEN 1
00206 
00207 /* Define if the sys/select.h header defines a working select() and friends,
00208    as per POSIX 1003.1-2001 */
00209 #define PQXX_HAVE_SYS_SELECT_H 1
00210 
00211 /* Define if compiler has unique_ptr */
00212 /* #undef PQXX_HAVE_UNIQUE_PTR */
00213 
00214 /* Define if select() accepts NULL fd_set arguments */
00215 #define PQXX_SELECT_ACCEPTS_NULL 1
00216 
00217 /* Define if headers for TR1 extension to standard live in tr1/ */
00218 #define PQXX_TR1_HEADERS 1
00219 
00220 /* Define to 1 if you have the ANSI C header files. */
00221 #define STDC_HEADERS 1
00222 
00223 /* Version number of package */
00224 #define VERSION "4.0"