add libpq and libpqxx libraries

Signed-off-by: Alexy Gallardo Segura <alexy@uclv.cu>
This commit is contained in:
Alexy Gallardo Segura
2017-01-23 14:29:29 -05:00
committed by Norman Feske
parent fc098be1af
commit d23f6adcb8
17 changed files with 1711 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#define PGSTD std
#define PQXXTR1 std::tr1
/* #undef PQXX_BROKEN_ITERATOR */
/* #undef PQXX_BROKEN_USING_DECL */
#define PQXX_HAVE_AUTO_PTR 1
/* #undef PQXX_HAVE_BOOST_SMART_PTR */
#define PQXX_HAVE_CHAR_TRAITS 1
#define PQXX_HAVE_CPP_PRAGMA_MESSAGE 1
#define PQXX_HAVE_CPP_WARNING 1
#define PQXX_HAVE_GCC_CONST 1
#define PQXX_HAVE_GCC_DEPRECATED 1
#define PQXX_HAVE_GCC_NORETURN 1
#define PQXX_HAVE_GCC_PURE 1
#define PQXX_HAVE_IOS 1
#define PQXX_HAVE_LIMITS 1
#define PQXX_HAVE_LONG_DOUBLE 1
#define PQXX_HAVE_LONG_LONG 1
/* #undef PQXX_HAVE_MOVE */
#define PQXX_HAVE_REVERSE_ITERATOR 1
#define PQXX_HAVE_SHARED_PTR 1
#define PQXX_HAVE_STREAMBUF 1
/* #undef PQXX_HAVE_UNIQUE_PTR */
#define PQXX_TR1_HEADERS 1