From: Howard Chu Date: Thu, 17 Jan 2019 18:46:10 +0000 (+0000) Subject: IDLs for VL32 must be same size as for 64bit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7edf504106c61639a89b9a4e5987242598196932;p=thirdparty%2Fopenldap.git IDLs for VL32 must be same size as for 64bit --- diff --git a/libraries/liblmdb/midl.h b/libraries/liblmdb/midl.h index 3d647436f6..0f826771a1 100644 --- a/libraries/liblmdb/midl.h +++ b/libraries/liblmdb/midl.h @@ -12,7 +12,7 @@ /* This work is part of OpenLDAP Software . * * Copyright 2000-2019 The OpenLDAP Foundation. - * Portions Copyright 2001-2018 Howard Chu, Symas Corp. + * Portions Copyright 2001-2019 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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<