aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbm.h.in')
-rw-r--r--src/gdbm.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gdbm.h.in b/src/gdbm.h.in
index a3d0461..07d3d1f 100644
--- a/src/gdbm.h.in
+++ b/src/gdbm.h.in
@@ -49,6 +49,9 @@ extern "C" {
# define GDBM_NOLOCK 0x040 /* Don't do file locking operations. */
# define GDBM_NOMMAP 0x080 /* Don't use mmap(). */
# define GDBM_CLOEXEC 0x100 /* Close the underlying fd on exec(3) */
+# define GDBM_BSEXACT 0x200 /* Don't adjust block_size. Bail out with
+ GDBM_BLOCK_SIZE_ERROR error if unable to
+ set it. */
/* Parameters to gdbm_store for simple insertion or replacement in the
case that the key is already in the database. */

Return to:

Send suggestions and report system problems to the System administrator.