blob: f29ec141242194c0a4087fbb21ad1b52eb1dcac5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ./modules/postgresql/config.h.in.orig 2010-07-08 08:26:09.000000000 -0400
+++ ./modules/postgresql/config.h.in 2010-07-08 08:27:26.000000000 -0400
@@ -228,9 +228,6 @@
/* 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
@@ -240,9 +237,6 @@
/* Define to 1 if you have the `PQinitOpenSSL' function. */
#undef HAVE_PQINITOPENSSL
-/* Define to 1 if you have the `PQinitSSL' function. */
-#undef HAVE_PQINITSSL
-
/* Define to 1 if you have the `PQisBusy' function. */
#undef HAVE_PQISBUSY
|