Skip to content
Snippets Groups Projects
Commit af0bd5ab authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

No longer make LDAP_TEST imply LDAP_DEBUG.

parent 0f29f0af
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment