mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r18903: merge from samba3:
define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4ce447223c
commit
4e2f5ba490
@@ -137,13 +137,13 @@ static const struct ldb_module_ops *ldb_find_module_ops(const char *name)
|
||||
|
||||
#ifndef STATIC_ldb_MODULES
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
#ifdef HAVE_LDB_LDAP
|
||||
#define LDAP_INIT ldb_ldap_init,
|
||||
#else
|
||||
#define LDAP_INIT
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SQLITE3
|
||||
#ifdef HAVE_LDB_SQLITE3
|
||||
#define SQLITE3_INIT ldb_sqlite3_init,
|
||||
#else
|
||||
#define SQLITE3_INIT
|
||||
|
||||
Reference in New Issue
Block a user