From: Howard Chu Date: Tue, 7 Jun 2016 22:38:47 +0000 (+0100) Subject: MDB_VL32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348885413ef0688f75b737dd3c75378b93e7b66d;p=thirdparty%2Fopenldap.git MDB_VL32 Use the same size dirty list for both 64 and 32 bit. --- diff --git a/libraries/liblmdb/midl.h b/libraries/liblmdb/midl.h index 39a87b52c2..48591dd772 100644 --- a/libraries/liblmdb/midl.h +++ b/libraries/liblmdb/midl.h @@ -56,11 +56,7 @@ typedef MDB_ID *MDB_IDL; /* IDL sizes - likely should be even bigger * limiting factors: sizeof(ID), thread stack size */ -#ifdef MDB_VL32 -#define MDB_IDL_LOGN 14 /* DB_SIZE is 2^14, UM_SIZE is 2^15 */ -#else #define MDB_IDL_LOGN 16 /* DB_SIZE is 2^16, UM_SIZE is 2^17 */ -#endif #define MDB_IDL_DB_SIZE (1<