diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-03 08:15:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:12 -0500 |
commit | 2debfc918cc19e798f996f64dc5fe079b0c538cf (patch) | |
tree | fa545b241650b38475c5747c6698843c4fddf45d /source4/lib/ldb | |
parent | f2ab61b129f425b09d61842f2744c17139701d17 (diff) | |
download | samba-2debfc918cc19e798f996f64dc5fe079b0c538cf.tar.gz samba-2debfc918cc19e798f996f64dc5fe079b0c538cf.tar.bz2 samba-2debfc918cc19e798f996f64dc5fe079b0c538cf.zip |
r13809: move ldb specific define
metze
(This used to be commit 6f47fcbd44ae83e7268aedf91ac56fff4189c763)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h index b10f329a2d..57c207bd74 100644 --- a/source4/lib/ldb/include/includes.h +++ b/source4/lib/ldb/include/includes.h @@ -12,6 +12,9 @@ #include "build.h" +/* tell ldb we have the internal ldap code */ +#define HAVE_ILDAP 1 + #else /*_SAMBA_BUILD_*/ #ifndef _GNU_SOURCE |