]> git.sur5r.net Git - openldap/commitdiff
Add #ifndef GDBM_NOLOCK clause to LDBM_NOLOCKING
authorKurt Zeilenga <kurt@openldap.org>
Fri, 17 Dec 1999 18:43:02 +0000 (18:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 17 Dec 1999 18:43:02 +0000 (18:43 +0000)
include/ldbm.h

index ecdf6a9ae433f2b722b31559455597bf528eb376..145c8829688a4f7b844a08e1a90dafb4f04b7118 100644 (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"