handle both ndbm.h and gdbm/ndbm.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-13 22:30:14 +00:00
parent 56e9c0bd27
commit 41e3980f6b
2 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ static struct hdb_method methods[] = {
#ifdef HAVE_DB_H
{"db:", hdb_db_create},
#endif
#ifdef HAVE_NDBM_H
#if defined(HAVE_NDBM_H) || defined(HAVE_GDBM_NDBM_H)
{"ndbm:", hdb_ndbm_create},
#endif
#ifdef OPENLDAP