when building ldap as a shared module, don't include it in the list
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13430 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,14 +51,14 @@ static struct hdb_method methods[] = {
|
|||||||
#if HAVE_NDBM
|
#if HAVE_NDBM
|
||||||
{"ndbm:", hdb_ndbm_create},
|
{"ndbm:", hdb_ndbm_create},
|
||||||
#endif
|
#endif
|
||||||
#ifdef OPENLDAP
|
#if defined(OPENLDAP) && !defined(OPENLDAP_MODULE)
|
||||||
{"ldap:", hdb_ldap_create},
|
{"ldap:", hdb_ldap_create},
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_DB1 || HAVE_DB3
|
#if HAVE_DB1 || HAVE_DB3
|
||||||
{"", hdb_db_create},
|
{"", hdb_db_create},
|
||||||
#elif defined(HAVE_NDBM)
|
#elif defined(HAVE_NDBM)
|
||||||
{"", hdb_ndbm_create},
|
{"", hdb_ndbm_create},
|
||||||
#elif defined(OPENLDAP)
|
#elif defined(OPENLDAP) && !defined(OPENLDAP_MODULE)
|
||||||
{"", hdb_ldap_create},
|
{"", hdb_ldap_create},
|
||||||
#endif
|
#endif
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
|
Reference in New Issue
Block a user