roken: ndbm_wrap support for db6
use the db6/db.h header if present on the system.
This commit is contained in:

committed by
Luke Howard

parent
7cae05061a
commit
95021a3284
@@ -36,6 +36,8 @@
|
|||||||
#include "ndbm_wrap.h"
|
#include "ndbm_wrap.h"
|
||||||
#if defined(HAVE_DBHEADER)
|
#if defined(HAVE_DBHEADER)
|
||||||
#include <db.h>
|
#include <db.h>
|
||||||
|
#elif defined(HAVE_DB6_DB_H)
|
||||||
|
#include <db6/db.h>
|
||||||
#elif defined(HAVE_DB5_DB_H)
|
#elif defined(HAVE_DB5_DB_H)
|
||||||
#include <db5/db.h>
|
#include <db5/db.h>
|
||||||
#elif defined(HAVE_DB4_DB_H)
|
#elif defined(HAVE_DB4_DB_H)
|
||||||
|
Reference in New Issue
Block a user