Add #ifndef GDBM_NOLOCK clause to LDBM_NOLOCKING

This commit is contained in:
Kurt Zeilenga 1999-12-17 18:43:02 +00:00
parent 0fa6f1df1e
commit e808aa49cb

View file

@ -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"