mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
turn on new logging by default
This commit is contained in:
parent
9cf6ee8ccd
commit
72cd80f6ce
@ -975,6 +975,10 @@
|
||||
#define LDAP_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef OLD_LOGGING
|
||||
# define NEW_LOGGING 1
|
||||
#endif
|
||||
|
||||
#include "ldap_cdefs.h"
|
||||
#include "ldap_features.h"
|
||||
|
||||
|
@ -741,6 +741,10 @@ typedef signed int ssize_t;
|
||||
#define LDAP_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef OLD_LOGGING
|
||||
# define NEW_LOGGING 1
|
||||
#endif
|
||||
|
||||
#include "ldap_cdefs.h"
|
||||
#include "ldap_features.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user