blob: 5a6feb57391d944084bc8d2e24c8def66b9d1e7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Automatically generated from config.h: public/compiler config. */
#ifndef _MSC_VER
#define PQXX_HAVE_DEPRECATED 1
#endif
#ifndef _MSC_VER
#define PQXX_HAVE_GCC_CONST 1
#define PQXX_HAVE_GCC_DEPRECATED 1
#define PQXX_HAVE_GCC_PURE 1
#endif
#define PQXX_HAVE_OPTIONAL 1
|