Make compile again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16316 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-11-29 20:34:35 +00:00
parent d63b2abca9
commit 486c4cd80c

View File

@@ -333,7 +333,7 @@ find_method (const char *filename, const char **rest)
return h;
}
}
#if defined(HAVE_DB1) || defined(HAVE_DB3) || define(HAVE_NDBM)
#if defined(HAVE_DB1) || defined(HAVE_DB3) || defined(HAVE_NDBM)
if (filename[0] == '/') {
*rest = filename;
return &dbmetod;