]> git.sur5r.net Git - openldap/commitdiff
Add LDAP_DEBUG promotion and include of ac/insert.h
authorKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 1999 04:37:39 +0000 (04:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 26 Mar 1999 04:37:39 +0000 (04:37 +0000)
include/portable.h.nt

index ed185606fc3e9cdcd8ab27c0a119bb81d9ae7806..814c9a44ee7eca94341ee9b28004d12a7b19cabe 100644 (file)
@@ -685,10 +685,21 @@ typedef char * caddr_t;
 /* #undef CROSS_COMPILING */
 
 /* begin of postamble */
+
 #ifdef HAVE_STDDEF_H
 #      include <stddef.h>
 #endif
 
+#if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
+#define LDAP_TEST
+#endif
+#if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
+#define LDAP_DEBUG
+#endif
+
 #include "ldap_cdefs.h"
 #include "ldap_features.h"
+
+#include "ac/assert.h"
+
 #endif /* _LDAP_PORTABLE_H */