Files
bind9/bin
Colin Vidal a4f5395184 Move LMDB common definitions in a dedicated header
As several places uses custom LMDB macros, this centralize those
definitions inside a dedicated `lib/isc/include/isc/lmdb.h` header
file, so future uses cases not DNS-centrics could fit into there as
well.

MDB_CREATE is removed as well because:

- it was useless (it's needed only for named DB, which is not the case
  for all use case so far)

- it was used in `mdb_env_open` which is not expecting this flag: it
  should be passed (if needed) to `mdb_dbi_open`. It was likely
  ignored so far.
2024-12-20 12:26:34 +01:00
..
2024-12-13 11:24:47 +01:00
2024-12-20 11:51:46 +01:00
2024-12-20 11:51:46 +01:00