1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Remove the copy of ldb from Samba 3.

There were two utility functions that other parts of Samba 3
still relied on; they have been moved to lib/ldb_compat.[ch].
This commit is contained in:
Jelmer Vernooij
2010-05-06 10:41:43 +02:00
parent 24b2dddae4
commit fc336590dc
136 changed files with 305 additions and 38678 deletions

View File

@ -21,7 +21,11 @@
*/
#include "includes.h"
#if _SAMBA_BUILD_ == 3
#include "lib/ldb_compat.h"
#else
#include "lib/ldb/include/ldb.h"
#endif
#include "librpc/gen_ndr/ndr_security.h"
#include "librpc/gen_ndr/ndr_misc.h"
#include "libcli/ldap/ldap_ndr.h"