only include one of db.h and the dbm-series

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8151 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-09 07:40:14 +00:00
parent 3e0fb4f19a
commit 8df215173d

View File

@@ -41,9 +41,7 @@
#if defined(HAVE_DB_H) #if defined(HAVE_DB_H)
#define DB_DBM_HSEARCH 1 #define DB_DBM_HSEARCH 1
#include <db.h> #include <db.h>
#endif #elif defined(HAVE_NDBM_H)
#if defined(HAVE_NDBM_H)
#include <ndbm.h> #include <ndbm.h>
#elif defined(HAVE_DBM_H) #elif defined(HAVE_DBM_H)
#include <dbm.h> #include <dbm.h>