turn on new logging by default

This commit is contained in:
Gary Williams 2001-02-08 16:40:44 +00:00
parent 9cf6ee8ccd
commit 72cd80f6ce
2 changed files with 8 additions and 0 deletions

View File

@ -975,6 +975,10 @@
#define LDAP_DEBUG
#endif
#ifndef OLD_LOGGING
# define NEW_LOGGING 1
#endif
#include "ldap_cdefs.h"
#include "ldap_features.h"

View File

@ -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"