]> git.sur5r.net Git - openldap/commitdiff
turn on new logging by default
authorGary Williams <gwilliams@openldap.org>
Thu, 8 Feb 2001 16:40:44 +0000 (16:40 +0000)
committerGary Williams <gwilliams@openldap.org>
Thu, 8 Feb 2001 16:40:44 +0000 (16:40 +0000)
include/portable.h.in
include/portable.nt

index 8bcb058b0d32cfd4c65e1a3d444b4fa03a394f8c..532d7790dbf2921e198aa8dc2a3b7433a40e5dc0 100644 (file)
 #define LDAP_DEBUG
 #endif
 
+#ifndef OLD_LOGGING
+#  define NEW_LOGGING 1
+#endif
+
 #include "ldap_cdefs.h"
 #include "ldap_features.h"
 
index 8e478479da58fdb46718e6642a104b859d2938b6..317a37fbd6d49a0f37c61df46a2a515a68a70402 100644 (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"