mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
Add #ifndef GDBM_NOLOCK clause to LDBM_NOLOCKING
This commit is contained in:
parent
0fa6f1df1e
commit
e808aa49cb
1 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ LDAP_END_DECL
|
|||
#define LDBM_LOCKING 0
|
||||
#ifdef GDBM_NOLOCK
|
||||
#define LDBM_NOLOCKING GDBM_NOLOCK
|
||||
#else
|
||||
#define LDBM_NOLOCKING 0
|
||||
#endif
|
||||
|
||||
#define LDBM_SUFFIX ".gdbm"
|
||||
|
|
|
|||
Loading…
Reference in a new issue