Remove #undef LDAP_MOD_BVALUES - backends like back-ldap that are also

LDAP clients themselves still need this definition.
This commit is contained in:
Howard Chu 2000-05-10 21:22:07 +00:00
parent 3af3014763
commit df7ca2c3f3

View 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)