From: Kurt Zeilenga Date: Fri, 26 Mar 1999 04:37:39 +0000 (+0000) Subject: Add LDAP_DEBUG promotion and include of ac/insert.h X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~333 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=81acad89375c9eb7ff101be3642df8d90570fda2;p=openldap Add LDAP_DEBUG promotion and include of ac/insert.h --- diff --git a/include/portable.h.nt b/include/portable.h.nt index ed185606fc..814c9a44ee 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -685,10 +685,21 @@ typedef char * caddr_t; /* #undef CROSS_COMPILING */ /* begin of postamble */ + #ifdef HAVE_STDDEF_H # include #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 */