hopefully catch a few more declarations by including <ndbm.h> even if
<db.h> was found git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7852 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
#if defined(HAVE_DB_H)
|
||||
#define DB_DBM_HSEARCH 1
|
||||
#include <db.h>
|
||||
#elif defined(HAVE_NDBM_H)
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NDBM_H)
|
||||
#include <ndbm.h>
|
||||
#elif defined(HAVE_DBM_H)
|
||||
#include <dbm.h>
|
||||
|
Reference in New Issue
Block a user