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 where libtool stores uninstalled libraries. */
00038 #define LT_OBJDIR ".libs/"
00039 
00040 /* Name of package */
00041 #define PACKAGE "libpqxx"
00042 
00043 /* Define to the address where bug reports for this package should be sent. */
00044 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>"
00045 
00046 /* Define to the full name of this package. */
00047 #define PACKAGE_NAME "libpqxx"
00048 
00049 /* Define to the full name and version of this package. */
00050 #define PACKAGE_STRING "libpqxx 5.0"
00051 
00052 /* Define to the one symbol short name of this package. */
00053 #define PACKAGE_TARNAME "libpqxx"
00054 
00055 /* Define to the home page for this package. */
00056 #define PACKAGE_URL ""
00057 
00058 /* Define to the version of this package. */
00059 #define PACKAGE_VERSION "5.0"
00060 
00061 /* Define if you have the <boost/smart_ptr.hpp> header */
00062 #define PQXX_HAVE_BOOST_SMART_PTR 1
00063 
00064 /* Define if preprocessor supports pragma "message" */
00065 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
00066 
00067 /* Define if preprocessor supports nonstandard "warning" directive */
00068 #define PQXX_HAVE_CPP_WARNING 1
00069 
00070 /* Define if the compiler supports "= delete" member functions. */
00071 #define PQXX_HAVE_DELETED_OP 1
00072 
00073 /* Define if compiler supports [[deprecated]] attribute */
00074 #define PQXX_HAVE_DEPRECATED 1
00075 
00076 /* Define if distance() works according to the standard */
00077 #define PQXX_HAVE_DISTANCE 1
00078 
00079 /* Define if the compiler supports std::experimental::optional. */
00080 #define PQXX_HAVE_EXP_OPTIONAL 1
00081 
00082 /* Define if the compiler supports the final keyword. */
00083 #define PQXX_HAVE_FINAL 1
00084 
00085 /* Define if g++ supports const attribute */
00086 #define PQXX_HAVE_GCC_CONST 1
00087 
00088 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
00089 #define PQXX_HAVE_GCC_DEPRECATED 1
00090 
00091 /* Define if g++ supports noreturn attribute */
00092 #define PQXX_HAVE_GCC_NORETURN 1
00093 
00094 /* Define if g++ supports pure attribute */
00095 #define PQXX_HAVE_GCC_PURE 1
00096 
00097 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
00098 #define PQXX_HAVE_GCC_VISIBILITY 1
00099 
00100 /* Define if C99 isinf() is available */
00101 #define PQXX_HAVE_ISINF 1
00102 
00103 /* Define if C99 isnan() is available */
00104 #define PQXX_HAVE_ISNAN 1
00105 
00106 /* Define if compiler has move(). */
00107 #define PQXX_HAVE_MOVE 1
00108 
00109 /* Define if the compiler supports the noexcept keyword. */
00110 #define PQXX_HAVE_NOEXCEPT 1
00111 
00112 /* Define if compiler supports [[noreturn]] attribute */
00113 #define PQXX_HAVE_NORETURN 1
00114 
00115 /* Define if the compiler supports std::optional. */
00116 /* #undef PQXX_HAVE_OPTIONAL */
00117 
00118 /* Define if the compiler supports the override keyword. */
00119 #define PQXX_HAVE_OVERRIDE 1
00120 
00121 /* Define if the system has the poll() function (mainly GNU/Linux) */
00122 #define PQXX_HAVE_POLL 1
00123 
00124 /* Define if compiler has shared_ptr */
00125 #define PQXX_HAVE_SHARED_PTR 1
00126 
00127 /* Define if POSIX sleep() exists */
00128 #define PQXX_HAVE_SLEEP 1
00129 
00130 /* Define if std::isinf() is available */
00131 #define PQXX_HAVE_STD_ISINF 1
00132 
00133 /* Define if std::isnan() is available */
00134 #define PQXX_HAVE_STD_ISNAN 1
00135 
00136 /* Define if strerror_r exists */
00137 #define PQXX_HAVE_STRERROR_R 1
00138 
00139 /* Define for GNU-style strerror_r */
00140 #define PQXX_HAVE_STRERROR_R_GNU 1
00141 
00142 /* Define if strlcpy exists */
00143 /* #undef PQXX_HAVE_STRLCPY */
00144 
00145 /* Define if the sys/select.h header defines a working select() and friends,
00146    as per POSIX 1003.1-2001 */
00147 #define PQXX_HAVE_SYS_SELECT_H 1
00148 
00149 /* Define if compiler has unique_ptr */
00150 #define PQXX_HAVE_UNIQUE_PTR 1
00151 
00152 /* Define if select() accepts NULL fd_set arguments */
00153 #define PQXX_SELECT_ACCEPTS_NULL 1
00154 
00155 /* Define to 1 if you have the ANSI C header files. */
00156 #define STDC_HEADERS 1
00157 
00158 /* Version number of package */
00159 #define VERSION "5.0"

Generated on 17 Mar 2017 for libpqxx by  doxygen 1.6.1