mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
9118b8508b
the interface point. (This used to be commit 27ba6fafc90d8de7107f39c848f1f34b021ed0a0)
15 lines
215 B
C
15 lines
215 B
C
#ifdef USE_LDAP
|
|
|
|
#include "includes.h"
|
|
#include "lber.h"
|
|
#include "ldap.h"
|
|
|
|
extern int DEBUGLEVEL;
|
|
|
|
|
|
#else /* USE_LDAP */
|
|
/* this keeps fussy compilers happy */
|
|
void ldap_helper_dummy(void)
|
|
{}
|
|
#endif /* USE_LDAP */
|