From: Kurt Zeilenga Date: Thu, 17 Sep 1998 02:20:58 +0000 (+0000) Subject: Fix up portable.h.in to match new configure.in X-Git-Tag: PHP3_TOOL_0_0~18^2~138 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfeeea9e427d53c5eec5e571891800c0d58ecfad;p=openldap Fix up portable.h.in to match new configure.in --- diff --git a/include/portable.h.in b/include/portable.h.in index 1a54a2017d..b7382dd804 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -77,7 +77,7 @@ #undef HAVE_CRYPT /* define this for connectionless LDAP support */ -#undef LDAP_CONN_LESS +#undef LDAP_CONNECTIONLESS /* define this to remove -lldap cache support */ #undef LDAP_NOCACHE @@ -85,17 +85,14 @@ /* define this for phonetic support */ #undef LDAP_PHONETIC -/* define this for LDAP referrals support */ -#undef LDAP_REFERRALS - /* define this to use SLAPD shell backend */ -#undef LDAP_SHELL +#undef SLAPD_SHELL /* define this to use SLAPD passwd backend */ -#undef LDAP_PASSWD +#undef SLAPD_PASSWD /* define this to use SLAPD LDBM backend */ -#undef LDAP_LDBM +#undef SLAPD_LDBM /* define this to use DBBTREE w/ LDBM backend */ #undef LDBM_USE_DBBTREE