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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user