From 81acad89375c9eb7ff101be3642df8d90570fda2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 26 Mar 1999 04:37:39 +0000 Subject: [PATCH] Add LDAP_DEBUG promotion and include of ac/insert.h --- include/portable.h.nt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 */ -- 2.39.5