mirror of
https://github.com/samba-team/samba.git
synced 2024-12-30 13:18:05 +03:00
9118b8508b
the interface point.
(This used to be commit 27ba6fafc9
)
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 */
|