diff options
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
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 |
