DB_RDONLY
#define DB_RDONLY 0x004000 /* O_RDONLY: read-only. */
#define DB_RDONLY(h) ((DB(h)->flags & OPEN_FLAGS) == OPEN_RDONLY)