{ "private", 0,POPT_BIT_SET, &staticdbi.dbi_eflags, DB_PRIVATE,
NULL, NULL },
- { "excl", 0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_EXCL,
- NULL, NULL },
{ "nommap", 0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_NOMMAP,
NULL, NULL },
- { "rdonly", 0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_RDONLY,
- NULL, NULL },
{ "fcntl_locking",0,POPT_BIT_SET, &staticdbi.dbi_oflags, DB_FCNTL_LOCKING,
NULL, NULL },
#---------------------- DB->open parameters and tunable values:
# pagesize=512 +++ DB->set_pagesize
#---------------------- DB->open bits:
-# excl ??? DB_EXCL
# nommap ??? DB_NOMMAP
-# rdonly DB_RDONLY
#---------------------- DB->open types:
# btree DB_BTREE
# hash DB_HASH