From 7dfac87185c5e24ce091fc8e6258e5fe34f93afa Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Wed, 28 Jun 2006 22:04:01 +0000 Subject: - Take maintainership. - Add OPTIONS and support for modules. - Fix building on non-i386. - Fix building on FreeBSD 4.X. --- .../files/patch-modules__postgresql__config.h.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/clisp/files/patch-modules__postgresql__config.h.in (limited to 'lang/clisp/files/patch-modules__postgresql__config.h.in') diff --git a/lang/clisp/files/patch-modules__postgresql__config.h.in b/lang/clisp/files/patch-modules__postgresql__config.h.in new file mode 100644 index 000000000000..4f60033eba95 --- /dev/null +++ b/lang/clisp/files/patch-modules__postgresql__config.h.in @@ -0,0 +1,20 @@ +--- ./modules/postgresql/config.h.in.orig Thu Jan 12 14:56:07 2006 ++++ ./modules/postgresql/config.h.in Mon Jun 26 17:59:45 2006 +@@ -174,17 +174,11 @@ + /* Define to 1 if you have the `PQgetResult' function. */ + #undef HAVE_PQGETRESULT + +-/* Define to 1 if you have the `PQgetssl' function. */ +-#undef HAVE_PQGETSSL +- + /* Define to 1 if you have the `PQgetvalue' function. */ + #undef HAVE_PQGETVALUE + + /* Define to 1 if you have the `PQhost' function. */ + #undef HAVE_PQHOST +- +-/* Define to 1 if you have the `PQinitSSL' function. */ +-#undef HAVE_PQINITSSL + + /* Define to 1 if you have the `PQisBusy' function. */ + #undef HAVE_PQISBUSY -- cgit v1.2.3