Don't set LDAP_DEBUG when LDAP_TEST is set.

This commit is contained in:
Kurt Zeilenga 2003-06-06 17:14:38 +00:00
parent 42de322f06
commit 8f2165563d

View File

@ -95,9 +95,6 @@
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
#define LDAP_TEST
#endif
#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
#define LDAP_DEBUG
#endif
#endif
#ifdef HAVE_EBCDIC