mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
turn on new logging by default
This commit is contained in:
parent
9cf6ee8ccd
commit
72cd80f6ce
2 changed files with 8 additions and 0 deletions
|
|
@ -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 a new issue