mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add dummy DKEY define
This commit is contained in:
parent
cc7a89cd67
commit
690792c170
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ typedef ID txnid_t;
|
||||||
#define DKEY(x) mdb_dkey(x, kbuf)
|
#define DKEY(x) mdb_dkey(x, kbuf)
|
||||||
#else
|
#else
|
||||||
#define DKBUF typedef int dummy_kbuf /* so we can put ';' after */
|
#define DKBUF typedef int dummy_kbuf /* so we can put ';' after */
|
||||||
#define DKEY(x)
|
#define DKEY(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @defgroup lazylock Lazy Locking
|
/** @defgroup lazylock Lazy Locking
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue