remove LDAP_Debug macro

This commit is contained in:
Gary Williams 2000-10-12 21:16:18 +00:00
parent 7f888171f7
commit 3e0cc38404

View File

@ -50,6 +50,9 @@
#define Debug( level, fmt, arg1, arg2, arg3 ) \
ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) )
#define LDAP_Debug( subsystem, level, fmt, arg1, arg2, arg3 )\
ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) )
#include "ldap.h"
#include "ldap_pvt.h"