summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_ldap_helpers.c
blob: 4db841990e91552b3b4a401e332e08239da18376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
 void ldap_helper_dummy(void) {}
#endif /* USE_LDAP */