check for db_185.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7158 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-17 10:56:43 +00:00
parent bda0ad357e
commit 0ab9726967

View File

@@ -44,7 +44,9 @@ RCSID("$Id$");
#include <sys/types.h>
#include <ctype.h>
#ifdef HAVE_DB_H
#if defined(HAVE_DB_185_H)
#include <db_185.h>
#elif defined(HAVE_DB_H)
#include <db.h>
#endif
#include <errno.h>