mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Move MDB_VERSION to mdb.h, use major/minor/patch
This commit is contained in:
parent
af70c0d9ce
commit
c378b2525c
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define MDB_VERSION_MAJOR 0
|
||||
#define MDB_VERSION_MINOR 8
|
||||
#define MDB_VERSION_PATCH 0
|
||||
#define MDB_VERSION_FULL ((MDB_VERSION_MAJOR << 24) | (MDB_VERSION_MINOR << 16) | MDB_VERSION_PATCH)
|
||||
|
||||
struct MDB_cursor;
|
||||
struct MDB_txn;
|
||||
struct MDB_env;
|
||||
|
|
|
|||
Loading…
Reference in a new issue