[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: I want to turn off support for debug output
- To: openldap-devel@OpenLDAP.org
- Subject: Re: I want to turn off support for debug output
- From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
- Date: Tue, 3 Jun 2003 18:18:03 +0200
- In-reply-to: <HBF.20030515yrt3@bombur.uio.no>
- References: <HBF.20030515yrt3@bombur.uio.no>
Getting back to the original subject, may I make the following
#definitions conditional on defined(LDAP_DEBUG) in HEAD?
1) libldap/ldap-int.h: Debug()
2) include/ldap_log.h: LDAP_LOG() if NEW_LOGGING
3) libldap/os-ip.c,os-local.c: osip_debug(),oslocal_debug()
And:
4) portable.*: no longer #define LDAP_DEBUG if LDAP_VENDOR_VERSION == 0
--
Hallvard