Skip to content
Snippets Groups Projects
Commit e808aa49 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add #ifndef GDBM_NOLOCK clause to LDBM_NOLOCKING

parent 0fa6f1df
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment