summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-09 03:15:40 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-09 03:15:40 +0000
commit42c17a6bb07f7400a14dffce687f14cc748fa064 (patch)
treea950660c9fbde98fdbf166ea829facf00a7662ff /src/include/pg_config.h.in
parentbf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99 (diff)
downloadpostgresql-42c17a6bb07f7400a14dffce687f14cc748fa064.tar.gz
Revise OpenLDAP configuration and linking to work on more platforms
than before. Albe Laurenz (but editorialized heavily by me, so if it doesn't work it's my fault).
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index e84205c9ea..2acfac6318 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -223,6 +223,9 @@
/* Define to 1 if you have the `ldap' library (-lldap). */
#undef HAVE_LIBLDAP
+/* Define to 1 if you have the `ldap_r' library (-lldap_r). */
+#undef HAVE_LIBLDAP_R
+
/* Define to 1 if you have the `pam' library (-lpam). */
#undef HAVE_LIBPAM