]> git.sur5r.net Git - openldap/commitdiff
Remove #undef LDAP_MOD_BVALUES - backends like back-ldap that are also
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 21:22:07 +0000 (21:22 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 21:22:07 +0000 (21:22 +0000)
LDAP clients themselves still need this definition.

servers/slapd/slap.h

index 5e7bbf97e6a94a639f5ae34866b926c9af2bb1b8..44fba01fc9943c484e248880a3d4a14e65f16bbc 100644 (file)
@@ -54,7 +54,6 @@ LDAP_BEGIN_DECL
  * JCG 05/1999 (gomez@engr.sgi.com)
  */
 #define SLAP_MOD_SOFTADD       0x1000
-#undef LDAP_MOD_BVALUES /* we always use BVALUES */
 
 #define ON     1
 #define OFF    (-1)