libpqxx
The C++ client library for PostgreSQL
config.h
Go to the documentation of this file.
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 if the compiler supports basic C++20 syntax */
5 #define HAVE_CXX20 1
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the `pq' library (-lpq). */
11 #define HAVE_LIBPQ 1
12 
13 /* Define to the sub-directory where libtool stores uninstalled libraries. */
14 #define LT_OBJDIR ".libs/"
15 
16 /* Name of package */
17 #define PACKAGE "libpqxx"
18 
19 /* Define to the address where bug reports for this package should be sent. */
20 #define PACKAGE_BUGREPORT "Jeroen T. Vermeulen"
21 
22 /* Define to the full name of this package. */
23 #define PACKAGE_NAME "libpqxx"
24 
25 /* Define to the full name and version of this package. */
26 #define PACKAGE_STRING "libpqxx 8.0.1"
27 
28 /* Define to the one symbol short name of this package. */
29 #define PACKAGE_TARNAME "libpqxx"
30 
31 /* Define to the home page for this package. */
32 #define PACKAGE_URL ""
33 
34 /* Define to the version of this package. */
35 #define PACKAGE_VERSION "8.0.1"
36 
37 /* Define if this feature is available. */
38 /* #undef PQXX_HAVE_ASSUME */
39 
40 /* Define if this feature is available. */
41 #define PQXX_HAVE_CHARCONV_FLOAT 1
42 
43 /* Define if this feature is available. */
44 #define PQXX_HAVE_CXA_DEMANGLE 1
45 
46 /* Define if this feature is available. */
47 #define PQXX_HAVE_GCC_PURE 1
48 
49 /* Define if this feature is available. */
50 #define PQXX_HAVE_GCC_VISIBILITY 1
51 
52 /* Define if this feature is available. */
53 /* #undef PQXX_HAVE_MULTIDIM */
54 
55 /* Define if this feature is available. */
56 #define PQXX_HAVE_POLL 1
57 
58 /* Define if this feature is available. */
59 #define PQXX_HAVE_RANGES 1
60 
61 /* Define if this feature is available. */
62 #define PQXX_HAVE_SLEEP_FOR 1
63 
64 /* Define if std::stacktrace works. */
65 /* #undef PQXX_HAVE_STACKTRACE */
66 
67 /* Define if this feature is available. */
68 #define PQXX_HAVE_STRERROR_R 1
69 
70 /* Define if this feature is available. */
71 /* #undef PQXX_HAVE_STRERROR_S */
72 
73 /* Define if this feature is available. */
74 /* #undef PQXX_HAVE_TYPE_DISPLAY */
75 
76 /* Define if this feature is available. */
77 #define PQXX_HAVE_YEAR_MONTH_DAY 1
78 
79 /* Define if this feature is available. */
80 /* #undef PQXX_HAVE_ZARGS */
81 
82 /* Version number of package */
83 #define VERSION "8.0.1"