DBTYPE
DBTYPE type; /* Underlying db type. */
DB *dbopen(const char *, int, mode_t, DBTYPE, const void *);
dbopen(const char *fname, int flags, mode_t mode, DBTYPE type,
static DBTYPE
setinfo(DBTYPE dtype, char *s)
static DBTYPE dbtype(const char *);
static void *setinfo(DBTYPE, char *);
static DBTYPE type; /* Database type. */
DBTYPE dbtype;