diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-28 22:04:01 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-28 22:04:01 +0000 |
commit | 7dfac87185c5e24ce091fc8e6258e5fe34f93afa (patch) | |
tree | 6bad70a07f20776e5fb036198d8d56f598d1cc66 /lang/clisp/files/patch-modules__postgresql__config.h.in | |
parent | - Avoid corrupting PNG files with USE_DOS2UNIX. (diff) |
- Take maintainership.
- Add OPTIONS and support for modules.
- Fix building on non-i386.
- Fix building on FreeBSD 4.X.
Diffstat (limited to 'lang/clisp/files/patch-modules__postgresql__config.h.in')
-rw-r--r-- | lang/clisp/files/patch-modules__postgresql__config.h.in | 20 |
1 files changed, 20 insertions, 0 deletions
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 |