mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- Add OPTIONS and support for modules. - Fix building on non-i386. - Fix building on FreeBSD 4.X.
20 lines
637 B
C
20 lines
637 B
C
--- ./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
|