Add LDAP_DEBUG promotion and include of ac/insert.h

This commit is contained in:
Kurt Zeilenga 1999-03-26 04:37:39 +00:00
parent 668c8da980
commit 81acad8937

View 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 */