1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

heimdal_build: Do not use LMDB in Heimdal even if we have it in Samba

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Andrew Bartlett 2018-09-06 14:54:50 +12:00 committed by Andreas Schneider
parent 6f451e24ea
commit 01dac7b97c

View File

@ -31,6 +31,9 @@
/* even if we do have dlopen, we don't want heimdal using it */ /* even if we do have dlopen, we don't want heimdal using it */
#undef HAVE_DLOPEN #undef HAVE_DLOPEN
/* even if we have LMDB, we don't want heimdal using it */
#undef HAVE_LMDB
/* we need to tell roken about the functions that Samba replaces in lib/replace */ /* we need to tell roken about the functions that Samba replaces in lib/replace */
#ifndef HAVE_SETEUID #ifndef HAVE_SETEUID
#define HAVE_SETEUID 1 #define HAVE_SETEUID 1