]> git.sur5r.net Git - openldap/commitdiff
Allow LDAP_PVT_SASL_LOCAL_SSF to be set externally
authorKurt Zeilenga <kurt@openldap.org>
Sun, 27 Jun 2004 19:39:11 +0000 (19:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 27 Jun 2004 19:39:11 +0000 (19:39 +0000)
include/ldap_pvt.h

index 73da8ea747158f98bbce0068fcbe7320848afe24..8785f9ac1751a1c553927d38c9d3111fc17976ff 100644 (file)
@@ -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;