/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1996, 1997, 1998 * Sleepycat Software. All rights reserved. * * @(#)dbtest.h 10.5 (Sleepycat) 4/10/98 */ extern int debug_on, debug_print, debug_test; void debug_check __P((void)); int process_am_options __P((Tcl_Interp *, int, char **, DB_INFO **)); int process_env_options __P((Tcl_Interp *, int, char **, DB_ENV **)); #define DB_ENV_FLAGS \ "\n\ \t-cachesize \n\ \t-config <{name val} pairs>\n\ \t-conflicts \n\ \t-detect \n\ \t-dbenv \n\ \t-dbflags \n\ \t-dbhome \n\ \t-flags \n\ \t-maxlocks \n\ \t-maxsize \n\ \t-maxtxns \n\ \t-nmodes \n\ \t-shmem " #define DB_INFO_FLAGS \ "\n\ \t-cachesize \n\ \t-compare \n\ \t-ffactor \n\ \t-flags \n\ \t-hash \n\ \t-minkey \n\ \t-nelem \n\ \t-order \n\ \t-prefix \n\ \t-psize \n\ \t-recdelim \n\ \t-reclen \n\ \t-recpad \n\ \t-recsrc "