libpqxx  5.0
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 where libtool stores uninstalled libraries. */
38 #define LT_OBJDIR ".libs/"
39 
40 /* Name of package */
41 #define PACKAGE "libpqxx"
42 
43 /* Define to the address where bug reports for this package should be sent. */
44 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen <jtv@xs4all.nl>"
45 
46 /* Define to the full name of this package. */
47 #define PACKAGE_NAME "libpqxx"
48 
49 /* Define to the full name and version of this package. */
50 #define PACKAGE_STRING "libpqxx 5.0"
51 
52 /* Define to the one symbol short name of this package. */
53 #define PACKAGE_TARNAME "libpqxx"
54 
55 /* Define to the home page for this package. */
56 #define PACKAGE_URL ""
57 
58 /* Define to the version of this package. */
59 #define PACKAGE_VERSION "5.0"
60 
61 /* Define if you have the <boost/smart_ptr.hpp> header */
62 #define PQXX_HAVE_BOOST_SMART_PTR 1
63 
64 /* Define if preprocessor supports pragma "message" */
65 #define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
66 
67 /* Define if preprocessor supports nonstandard "warning" directive */
68 #define PQXX_HAVE_CPP_WARNING 1
69 
70 /* Define if the compiler supports "= delete" member functions. */
71 #define PQXX_HAVE_DELETED_OP 1
72 
73 /* Define if compiler supports [[deprecated]] attribute */
74 /* #undef PQXX_HAVE_DEPRECATED */
75 
76 /* Define if distance() works according to the standard */
77 #define PQXX_HAVE_DISTANCE 1
78 
79 /* Define if the compiler supports std::experimental::optional. */
80 /* #undef PQXX_HAVE_EXP_OPTIONAL */
81 
82 /* Define if the compiler supports the final keyword. */
83 #define PQXX_HAVE_FINAL 1
84 
85 /* Define if g++ supports const attribute */
86 #define PQXX_HAVE_GCC_CONST 1
87 
88 /* Define if g++ supports deprecated attribute, as in g++ 4.0 */
89 #define PQXX_HAVE_GCC_DEPRECATED 1
90 
91 /* Define if g++ supports noreturn attribute */
92 #define PQXX_HAVE_GCC_NORETURN 1
93 
94 /* Define if g++ supports pure attribute */
95 #define PQXX_HAVE_GCC_PURE 1
96 
97 /* Define if g++ supports visibility attribute, as in g++ 4.0 */
98 #define PQXX_HAVE_GCC_VISIBILITY 1
99 
100 /* Define if C99 isinf() is available */
101 #define PQXX_HAVE_ISINF 1
102 
103 /* Define if C99 isnan() is available */
104 #define PQXX_HAVE_ISNAN 1
105 
106 /* Define if compiler has move(). */
107 /* #undef PQXX_HAVE_MOVE */
108 
109 /* Define if the compiler supports the noexcept keyword. */
110 /* #undef PQXX_HAVE_NOEXCEPT */
111 
112 /* Define if compiler supports [[noreturn]] attribute */
113 /* #undef PQXX_HAVE_NORETURN */
114 
115 /* Define if the compiler supports std::optional. */
116 /* #undef PQXX_HAVE_OPTIONAL */
117 
118 /* Define if the compiler supports the override keyword. */
119 #define PQXX_HAVE_OVERRIDE 1
120 
121 /* Define if the system has the poll() function (mainly GNU/Linux) */
122 #define PQXX_HAVE_POLL 1
123 
124 /* Define if compiler has shared_ptr */
125 /* #undef PQXX_HAVE_SHARED_PTR */
126 
127 /* Define if POSIX sleep() exists */
128 #define PQXX_HAVE_SLEEP 1
129 
130 /* Define if std::isinf() is available */
131 #define PQXX_HAVE_STD_ISINF 1
132 
133 /* Define if std::isnan() is available */
134 #define PQXX_HAVE_STD_ISNAN 1
135 
136 /* Define if strerror_r exists */
137 #define PQXX_HAVE_STRERROR_R 1
138 
139 /* Define for GNU-style strerror_r */
140 #define PQXX_HAVE_STRERROR_R_GNU 1
141 
142 /* Define if strlcpy exists */
143 /* #undef PQXX_HAVE_STRLCPY */
144 
145 /* Define if the sys/select.h header defines a working select() and friends,
146  as per POSIX 1003.1-2001 */
147 #define PQXX_HAVE_SYS_SELECT_H 1
148 
149 /* Define if compiler has unique_ptr */
150 /* #undef PQXX_HAVE_UNIQUE_PTR */
151 
152 /* Define if select() accepts NULL fd_set arguments */
153 #define PQXX_SELECT_ACCEPTS_NULL 1
154 
155 /* Define to 1 if you have the ANSI C header files. */
156 #define STDC_HEADERS 1
157 
158 /* Version number of package */
159 #define VERSION "5.0"