From: Kurt Zeilenga Date: Sun, 27 Jun 2004 19:39:11 +0000 (+0000) Subject: Allow LDAP_PVT_SASL_LOCAL_SSF to be set externally X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~171 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44485522e0e5b643a3aa7f1c35323fa31bccb290;p=openldap Allow LDAP_PVT_SASL_LOCAL_SSF to be set externally --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 73da8ea747..8785f9ac17 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -179,7 +179,9 @@ LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( struct sockbuf *, void * )); LDAP_F (void) ldap_pvt_sasl_remove LDAP_P(( struct sockbuf * )); #endif /* HAVE_CYRUS_SASL */ +#ifndef LDAP_PVT_SASL_LOCAL_SSF #define LDAP_PVT_SASL_LOCAL_SSF 71 /* SSF for Unix Domain Sockets */ +#endif struct ldap; struct ldapmsg;