From: Hallvard Furuseth Date: Fri, 6 Jun 2003 13:53:01 +0000 (+0000) Subject: No longer make LDAP_TEST imply LDAP_DEBUG. X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~926 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af0bd5ab68c8dec04435272e578de22dac16ff94;p=openldap No longer make LDAP_TEST imply LDAP_DEBUG. --- diff --git a/include/portable.h.in b/include/portable.h.in index 453154a3ae..16edeac79b 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -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 diff --git a/include/portable.nt b/include/portable.nt index 4e45bb60dd..ce0c42ed10 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -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"