roken: ndbm_wrap support for db6

use the db6/db.h header if present on the system.
This commit is contained in:
Jeffrey Altman
2022-01-03 00:32:22 -05:00
committed by Luke Howard
parent 7cae05061a
commit 95021a3284

View File

@@ -36,6 +36,8 @@
#include "ndbm_wrap.h"
#if defined(HAVE_DBHEADER)
#include <db.h>
#elif defined(HAVE_DB6_DB_H)
#include <db6/db.h>
#elif defined(HAVE_DB5_DB_H)
#include <db5/db.h>
#elif defined(HAVE_DB4_DB_H)