mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
Stop including lmdb.h from <dns/view.h>
The lmdb.h doesn't have to be included from the dns/view.h header as it is separately included where used. This stops exposing the inclusion of lmdb.h from the libdns headers.
This commit is contained in:
parent
d1448a4c2a
commit
dce292e7f4
1 changed files with 0 additions and 1 deletions
|
|
@ -253,7 +253,6 @@ struct dns_view {
|
|||
#define DNS_VIEWATTR_REQSHUTDOWN 0x04
|
||||
|
||||
#ifdef HAVE_LMDB
|
||||
#include <lmdb.h>
|
||||
#define DNS_LMDB_COMMON_FLAGS (MDB_CREATE | MDB_NOSUBDIR | MDB_NOLOCK)
|
||||
#ifndef __OpenBSD__
|
||||
#define DNS_LMDB_FLAGS (DNS_LMDB_COMMON_FLAGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue