mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
No longer make LDAP_TEST imply LDAP_DEBUG.
This commit is contained in:
parent
0f29f0af96
commit
af0bd5ab68
2 changed files with 0 additions and 6 deletions
|
|
@ -1049,9 +1049,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
|
||||
|
|
|
|||
|
|
@ -1050,9 +1050,6 @@ typedef signed int ssize_t;
|
|||
#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
|
||||
#define LDAP_TEST
|
||||
#endif
|
||||
#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
|
||||
#define LDAP_DEBUG
|
||||
#endif
|
||||
|
||||
#include "ldap_cdefs.h"
|
||||
#include "ldap_features.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue