mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
MDB_VL32 - prevent mixing with non-VL32 builds
This commit is contained in:
parent
90d1ee279f
commit
7b9928ced4
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ typedef mode_t mdb_mode_t;
|
|||
|
||||
#ifdef MDB_VL32
|
||||
typedef uint64_t mdb_size_t;
|
||||
#define mdb_env_create(env) mdb_env_create_vl32(env) /**< Prevent mixing with non-VL32 builds */
|
||||
#else
|
||||
typedef size_t mdb_size_t;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue