Commit graph

10 commits

Author SHA1 Message Date
unknown
a3444f379b - Applied various patches provided by Christian Hammers (MySQL maintainer
for the Debian project) to fix some architecture-specific problems
   and some bugs


Makefile.am:
   - put current directory (.) at front of SUBDIRS list, so that "distclean" 
     is done last. IF done first, "distclean" in include directory fails
     because config.h is missing, which is removed by distclean in current
     directory. (thanks to "jww" for the patch)
   - make "distclean" in libmysql_r, too (Thanks to Christian Hammers from the
     Debian project for the patch)
bdb/dist/aclocal/mutex.m4:
   - Sparc patch for mutexes/pthreads from Christopher C. Chimelis and
     Ben Collins from Debian (thanks to Christian Hammers from the Debian
     project for forwarding it)
bdb/include/mutex.h:
   - Patch for building on m68k architecture (originally provided
     by Michael Fedrowitz for Debian Linux, thanks to Christian Hammers from
     the Debian project for forwarding it)
ltconfig:
   - A hardcoded "rpath" is forbidden by the Debian policy (thanks to
     Christian Hammers from the Debian project for forwarding this patch)
man/isamchk.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/isamlog.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysql.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysql_zap.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysqlaccess.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysqladmin.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysqld.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysqld_multi.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/mysqldump.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
   - fixed nroff mistake
man/mysqlshow.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/perror.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/replace.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
man/safe_mysqld.1:
   - some syntactical correction in the headlines of the manpages for
     apropos(1) (Thanks to Christian Hammers from the Debian project for
     the patch)
scripts/mysql_fix_privilege_tables.sh:
   - fixed some typos
   - script cleanup
scripts/mysqlaccess.sh:
   - make $script_log path less dependent on the shell
scripts/safe_mysqld.sh:
   - applied patch provided by Debian to enhance security (This way all logs 
     and databases are created world-nothing).
2002-12-23 14:36:40 +01:00
unknown
f9232ee503 Added some patches provided by SuSE to fix build problems on
ppc64 and x86-64, fixed a compile bug when building with TCP wrapper
support on Linux


bdb/dist/acconfig.h:
  Added patch for x86_64 (provided by SuSE)
bdb/dist/aclocal/mutex.m4:
  Added patch for x86_64 (provided by SuSE)
bdb/include/mutex.h:
  Added patch for x86_64 (provided by SuSE)
include/global.h:
  Added a SMP-related patch for PPC64 (provided by SuSE)
sql/mysqld.cc:
  Compile fix for Linux when compiling with --with-librwap
2002-07-15 13:33:56 +02:00
unknown
b9e1b930f7 Portability fixes.
BitKeeper/deleted/.del-configure.in~c6fc04d4e3d6e291:
  Delete: libmysql/configure.in
BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48:
  Delete: bdb/include/db_ext.h
BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b:
  Delete: bdb/include/mutex_ext.h
Build-tools/Do-all-build-steps:
  Portability fix (-j 2 doesn't always work)
configure.in:
  Added extra compiler options for libmysqld (required for HPUX)
libmysql/Makefile.am:
  Added extra compiler options for libmysqld (required for HPUX)
libmysql_r/Makefile.am:
  Added extra compiler options for libmysqld (required for HPUX)
sql/log_event.cc:
  Removed warning
2001-11-02 07:42:28 +02:00
unknown
cc32440ce9 delete generated files
BitKeeper/deleted/.del-rpc_server_ext.h~952741fb85de2b80:
  Delete: bdb/include/rpc_server_ext.h
BitKeeper/deleted/.del-rpc_client_ext.h~85436ca9b5691338:
  Delete: bdb/include/rpc_client_ext.h
BitKeeper/etc/ignore:
  added bdb/include/rpc_client_ext.h
2001-08-11 11:53:50 +03:00
unknown
653d19af02 Fixed problem with part keys and BDB tables
Docs/manual.texi:
  Changelog
2001-07-18 11:31:18 +03:00
unknown
d7eb456ad3 Clean out some more generated files from the bdb tree. Add a hack
to bdb/dist/s_rpc so that bk doesn't complain about the
rpc_server/db_server_proc.c file that gets overwritten (but needs to
be stored in BK).  Add a bdb/dist/template directory which is needed
by bdb/dist/s_recover.


BitKeeper/deleted/.del-gen_client_ext.h~5c621cacb18b38:
  Delete: bdb/include/gen_client_ext.h
BitKeeper/deleted/.del-gen_client_ret~786a5e65119b3991:
  Delete: bdb/dist/template/gen_client_ret
BitKeeper/deleted/.del-db_server.x~811aeb6b630fe7aa:
  Delete: bdb/rpc_server/db_server.x
BitKeeper/deleted/.del-db_server_proc.sed~1a9af8e5b051acbd:
  Delete: bdb/rpc_server/db_server_proc.sed
BitKeeper/deleted/.del-db_server_proc~2e8b49d42aefab55:
  Delete: bdb/dist/template/db_server_proc
BitKeeper/deleted/.del-gen_server_ext.h~fd7bcfe6bbca8bcb:
  Delete: bdb/include/gen_server_ext.h
BitKeeper/deleted/.del-db_archive.dsp~e3da826e91bb086:
  Delete: bdb/build_win32/db_archive.dsp
BitKeeper/deleted/.del-db_checkpoint.dsp~8071af22db95b1db:
  Delete: bdb/build_win32/db_checkpoint.dsp
BitKeeper/deleted/.del-db_deadlock.dsp~befd45d29eaeb672:
  Delete: bdb/build_win32/db_deadlock.dsp
BitKeeper/deleted/.del-db_dll.dsp~4e9dda53c84511b6:
  Delete: bdb/build_win32/db_dll.dsp
BitKeeper/deleted/.del-db_dump.dsp~e07d2a82708b61:
  Delete: bdb/build_win32/db_dump.dsp
BitKeeper/deleted/.del-db_java.dsp~e3941d5a9810b360:
  Delete: bdb/build_win32/db_java.dsp
BitKeeper/deleted/.del-db_load.dsp~e83a2af8e24a715d:
  Delete: bdb/build_win32/db_load.dsp
BitKeeper/deleted/.del-db_printlog.dsp~163f6e1073a5f396:
  Delete: bdb/build_win32/db_printlog.dsp
BitKeeper/deleted/.del-db_recover.dsp~835c32ab73359256:
  Delete: bdb/build_win32/db_recover.dsp
BitKeeper/deleted/.del-db_stat.dsp~f77417f5d9984986:
  Delete: bdb/build_win32/db_stat.dsp
BitKeeper/deleted/.del-db_static.dsp~78ea414467defc70:
  Delete: bdb/build_win32/db_static.dsp
BitKeeper/deleted/.del-db_tcl.dsp~5ad951d774e41520:
  Delete: bdb/build_win32/db_tcl.dsp
BitKeeper/deleted/.del-db_upgrade.dsp~90fd250190af4984:
  Delete: bdb/build_win32/db_upgrade.dsp
BitKeeper/deleted/.del-db_verify.dsp~e9a4938542f86cea:
  Delete: bdb/build_win32/db_verify.dsp
BitKeeper/deleted/.del-ex_access.dsp~8dd6017efffae14e:
  Delete: bdb/build_win32/ex_access.dsp
BitKeeper/deleted/.del-ex_btrec.dsp~c87137287d8d67dc:
  Delete: bdb/build_win32/ex_btrec.dsp
BitKeeper/deleted/.del-ex_env.dsp~1732d5e41efda77:
  Delete: bdb/build_win32/ex_env.dsp
BitKeeper/deleted/.del-ex_lock.dsp~286d2566e786dde:
  Delete: bdb/build_win32/ex_lock.dsp
BitKeeper/deleted/.del-ex_mpool.dsp~9eb937bc70c1573:
  Delete: bdb/build_win32/ex_mpool.dsp
BitKeeper/deleted/.del-ex_tpcb.dsp~644b38dae8b38152:
  Delete: bdb/build_win32/ex_tpcb.dsp
BitKeeper/deleted/.del-excxx_access.dsp~31e87b6228470681:
  Delete: bdb/build_win32/excxx_access.dsp
BitKeeper/deleted/.del-excxx_btrec.dsp~61b563f4ac1f73eb:
  Delete: bdb/build_win32/excxx_btrec.dsp
BitKeeper/deleted/.del-excxx_env.dsp~b0bf2649a4c797ac:
  Delete: bdb/build_win32/excxx_env.dsp
BitKeeper/deleted/.del-excxx_lock.dsp~257abf03544f6270:
  Delete: bdb/build_win32/excxx_lock.dsp
BitKeeper/deleted/.del-excxx_mpool.dsp~d17a5d09f09f5217:
  Delete: bdb/build_win32/excxx_mpool.dsp
BitKeeper/deleted/.del-excxx_tpcb.dsp~159c727e2c15105e:
  Delete: bdb/build_win32/excxx_tpcb.dsp
BitKeeper/deleted/.del-logtrack.list~7f4f1382b37d98e5:
  Delete: bdb/test/logtrack.list
BitKeeper/etc/ignore:
  added bdb/build_win32/db_archive.dsp bdb/build_win32/db_checkpoint.dsp bdb/build_win32/db_deadlock.dsp bdb/build_win32/db_dump.dsp bdb/build_win32/db_load.dsp bdb/build_win32/db_printlog.dsp bdb/build_win32/db_recover.dsp bdb/build_win32/db_stat.dsp bdb/build_win32/db_upgrade.dsp bdb/build_win32/db_verify.dsp bdb/build_win32/ex_access.dsp bdb/build_win32/ex_btrec.dsp bdb/build_win32/ex_env.dsp bdb/build_win32/ex_lock.dsp bdb/build_win32/ex_mpool.dsp bdb/build_win32/ex_tpcb.dsp bdb/build_win32/excxx_access.dsp bdb/build_win32/excxx_btrec.dsp bdb/build_win32/excxx_env.dsp bdb/build_win32/excxx_lock.dsp bdb/build_win32/excxx_mpool.dsp bdb/build_win32/excxx_tpcb.dsp bdb/build_win32/db_dll.dsp bdb/build_win32/db_java.dsp bdb/build_win32/db_static.dsp bdb/build_win32/db_tcl.dsp bdb/dist/template/gen_client_ret bdb/dist/template/db_server_proc bdb/include/gen_client_ext.h bdb/include/gen_server_ext.h bdb/rpc_server/db_server_proc.sed bdb/rpc_server/db_server.x bdb/test/logtrack.list
bdb/dist/s_rpc:
  This is a hack to handle the $proc_file special case.  Since it
  is both a source file and a generated file, we have to dance a
  bit to get it to work with 'bk get', not just with 'bk edit'.
  This still isn't perfect (I don't know what perfect would be in
  this case), but it seems to work for now.
2001-05-18 12:43:16 -04:00
unknown
0fece375f2 Applied patches for BDB tables
Fixes to InnoDB to compile on Windows
Fix for temporary InnoDB tables
Fixed bug in REPLACE()
Fixed sub char keys for InnoDB


Docs/manual.texi:
  Changelog + update of table types
bdb/include/log.h:
  Patch from Sleepycat
bdb/log/log.c:
  Patch from Sleepycat
bdb/log/log_rec.c:
  Patch from Sleepycat
client/mysqladmin.c:
  Cleanup
innobase/include/univ.i:
  Fix for compilation on Windows
innobase/os/os0file.c:
  cleanup
innobase/pars/pars0grm.y:
  Fix for compilation on Windows
mysql-test/r/innodb.result:
  New test case
mysql-test/t/innodb.test:
  New test case
sql/ha_innobase.cc:
  cleanup
sql/ha_innobase.h:
  Fix for prefix keys
sql/handler.h:
  Fix for temporary Innodb tables
sql/item_strfunc.cc:
  Fixed bug in REPLACE()
sql/lock.cc:
  Fix for temporary Innodb tables
sql/mysqld.cc:
  Added --skip-stack-trace
sql/share/english/errmsg.txt:
  Better error messages
sql/sql_base.cc:
  Fix for temporary Innodb tables
sql/sql_select.cc:
  Fix for temporary Innodb tables
sql/sql_table.cc:
  Fixed sub char keys for InnoDB
sql/table.h:
  Fix for temporary Innodb tables
2001-05-09 23:02:36 +03:00
unknown
353d84d874 Remove generated files from bdb source code control.
BitKeeper/deleted/.del-btree_auto.c~a683156a176761f:
  Delete: bdb/btree/btree_auto.c
BitKeeper/deleted/.del-chk.define~aa9a626e58631003:
  Delete: bdb/dist/build/chk.define
BitKeeper/deleted/.del-chk.def~bb65b471d09f7c58:
  Delete: bdb/dist/build/chk.def
BitKeeper/deleted/.del-chk.offt~25759c9294db634e:
  Delete: bdb/dist/build/chk.offt
BitKeeper/deleted/.del-chk.srcfiles~ae884700cd110cbf:
  Delete: bdb/dist/build/chk.srcfiles
BitKeeper/deleted/.del-chk.tags~7a5b14d33d4078cc:
  Delete: bdb/dist/build/chk.tags
BitKeeper/deleted/.del-config.guess~ead1d91caeaa748c:
  Delete: bdb/dist/config.guess
BitKeeper/deleted/.del-config.hin~fdecb7a06fa137a7:
  Delete: bdb/dist/config.hin
BitKeeper/deleted/.del-config.sub~17e9990a298261a:
  Delete: bdb/dist/config.sub
BitKeeper/deleted/.del-crdel_auto.c~ee4146a08fd175c1:
  Delete: bdb/db/crdel_auto.c
BitKeeper/deleted/.del-db_auto.c~3186e950cc321ae7:
  Delete: bdb/db/db_auto.c
BitKeeper/deleted/.del-db_int.h~40ba51edce41403f:
  Delete: bdb/build_vxworks/db_int.h
BitKeeper/deleted/.del-db_int.h~9ee5645850a336a0:
  Delete: bdb/build_win32/db_int.h
BitKeeper/deleted/.del-include.tcl~f8bffb5e2510f229:
  Delete: bdb/build_win32/include.tcl
BitKeeper/deleted/.del-install-sh~1858c24340b72628:
  Delete: bdb/dist/install-sh
BitKeeper/deleted/.del-libdb.rc~906f4936ec6a8398:
  Delete: bdb/build_win32/libdb.rc
BitKeeper/deleted/.del-DbConstants.java~15fa87eda6b72302:
  Delete: bdb/java/src/com/sleepycat/db/DbConstants.java
BitKeeper/deleted/.del-btree_auto.h~84d4451c78faf67e:
  Delete: bdb/include/btree_auto.h
BitKeeper/deleted/.del-crdel_auto.h~1b8255da47550ece:
  Delete: bdb/include/crdel_auto.h
BitKeeper/deleted/.del-db_auto.h~994ddc84db334345:
  Delete: bdb/include/db_auto.h
BitKeeper/deleted/.del-db_server.h~61a33aa05bf368a7:
  Delete: bdb/include/db_server.h
BitKeeper/deleted/.del-db_server_clnt.c~b548b860f765c597:
  Delete: bdb/rpc_client/db_server_clnt.c
BitKeeper/deleted/.del-db_server_svc.c~35804eb82b953f49:
  Delete: bdb/rpc_server/db_server_svc.c
BitKeeper/deleted/.del-gen_client.c~ad86f092d0996a68:
  Delete: bdb/rpc_client/gen_client.c
BitKeeper/deleted/.del-hash_auto.c~d17c6a6ed4f181d1:
  Delete: bdb/hash/hash_auto.c
BitKeeper/deleted/.del-hash_auto.h~1b79cdd426d7ef25:
  Delete: bdb/include/hash_auto.h
BitKeeper/deleted/.del-log_auto.c~fe8c0369965f7151:
  Delete: bdb/log/log_auto.c
BitKeeper/deleted/.del-log_auto.h~8d52dd0884d03051:
  Delete: bdb/include/log_auto.h
BitKeeper/deleted/.del-qam_auto.c~361954d3f149feb0:
  Delete: bdb/qam/qam_auto.c
BitKeeper/deleted/.del-qam_auto.h~96f6c045fd0d6cab:
  Delete: bdb/include/qam_auto.h
BitKeeper/deleted/.del-rec_btree~65d6b0b2f5b7a6d2:
  Delete: bdb/dist/template/rec_btree
BitKeeper/deleted/.del-rec_crdel~58795c0c5232f80d:
  Delete: bdb/dist/template/rec_crdel
BitKeeper/deleted/.del-rec_db~52c5797539878fca:
  Delete: bdb/dist/template/rec_db
BitKeeper/deleted/.del-rec_hash~dcbdd106ae17b865:
  Delete: bdb/dist/template/rec_hash
BitKeeper/deleted/.del-rec_log~3fe6d62c43bc553a:
  Delete: bdb/dist/template/rec_log
BitKeeper/deleted/.del-rec_qam~6eecf6833de0af98:
  Delete: bdb/dist/template/rec_qam
BitKeeper/deleted/.del-rec_txn~1ff22b797deb0e1b:
  Delete: bdb/dist/template/rec_txn
BitKeeper/deleted/.del-txn_auto.h~e3f49e94fd291c45:
  Delete: bdb/include/txn_auto.h
BitKeeper/deleted/.del-db_server_xdr.c~336ef020b4a22c05:
  Delete: bdb/rpc_server/db_server_xdr.c
BitKeeper/deleted/.del-gen_db_server.c~d5602f9bd5c930e:
  Delete: bdb/rpc_server/gen_db_server.c
BitKeeper/deleted/.del-include.tcl~20fc297b040cbe2:
  Delete: bdb/test/include.tcl
BitKeeper/deleted/.del-txn_auto.c~6eb282f016f606d9:
  Delete: bdb/txn/txn_auto.c
2001-04-05 15:33:16 -04:00
unknown
3660ae0e79 Turn off SCCS flag for all BDB files.
Apply MySQL-specific patches.


bdb/LICENSE:
  Turn off SCCS flag
bdb/btree/bt_compare.c:
  Turn off SCCS flag
bdb/btree/bt_conv.c:
  Turn off SCCS flag
bdb/btree/bt_curadj.c:
  Turn off SCCS flag
bdb/btree/bt_cursor.c:
  Turn off SCCS flag
bdb/btree/bt_delete.c:
  Turn off SCCS flag
bdb/btree/bt_method.c:
  Turn off SCCS flag
bdb/btree/bt_open.c:
  Turn off SCCS flag
bdb/btree/bt_put.c:
  Turn off SCCS flag
bdb/btree/bt_rec.c:
  Turn off SCCS flag
bdb/btree/bt_reclaim.c:
  Turn off SCCS flag
bdb/btree/bt_recno.c:
  Turn off SCCS flag
bdb/btree/bt_rsearch.c:
  Turn off SCCS flag
bdb/btree/bt_search.c:
  Turn off SCCS flag
bdb/btree/bt_split.c:
  Turn off SCCS flag
bdb/btree/bt_stat.c:
  Turn off SCCS flag
bdb/btree/bt_upgrade.c:
  Turn off SCCS flag
bdb/btree/bt_verify.c:
  Turn off SCCS flag
bdb/btree/btree.src:
  Turn off SCCS flag
bdb/btree/btree_auto.c:
  Turn off SCCS flag
bdb/build_unix/.IGNORE_ME:
  Turn off SCCS flag
bdb/build_vxworks/BerkeleyDB.wpj:
  Turn off SCCS flag
bdb/build_vxworks/BerkeleyDB.wsp:
  Turn off SCCS flag
bdb/build_vxworks/db_config.h:
  Turn off SCCS flag
bdb/build_vxworks/db_int.h:
  Turn off SCCS flag
bdb/build_vxworks/ex_access/ex_access.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_btrec/ex_btrec.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_dbclient/ex_dbclient.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_env/ex_env.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_mpool/ex_mpool.wpj:
  Turn off SCCS flag
bdb/build_vxworks/ex_tpcb/ex_tpcb.wpj:
  Turn off SCCS flag
bdb/build_win32/Berkeley_DB.dsw:
  Turn off SCCS flag
bdb/build_win32/app_dsp.src:
  Turn off SCCS flag
bdb/build_win32/db_archive.dsp:
  Turn off SCCS flag
bdb/build_win32/db_buildall.dsp:
  Turn off SCCS flag
bdb/build_win32/db_checkpoint.dsp:
  Turn off SCCS flag
bdb/build_win32/db_config.h:
  Turn off SCCS flag
bdb/build_win32/db_deadlock.dsp:
  Turn off SCCS flag
bdb/build_win32/db_dll.dsp:
  Turn off SCCS flag
bdb/build_win32/db_dump.dsp:
  Turn off SCCS flag
bdb/build_win32/db_int.h:
  Turn off SCCS flag
bdb/build_win32/db_java.dsp:
  Turn off SCCS flag
bdb/build_win32/db_load.dsp:
  Turn off SCCS flag
bdb/build_win32/db_printlog.dsp:
  Turn off SCCS flag
bdb/build_win32/db_recover.dsp:
  Turn off SCCS flag
bdb/build_win32/db_stat.dsp:
  Turn off SCCS flag
bdb/build_win32/db_static.dsp:
  Turn off SCCS flag
bdb/build_win32/db_tcl.dsp:
  Turn off SCCS flag
bdb/build_win32/db_test.dsp:
  Turn off SCCS flag
bdb/build_win32/db_upgrade.dsp:
  Turn off SCCS flag
bdb/build_win32/db_verify.dsp:
  Turn off SCCS flag
bdb/build_win32/dbkill.cpp:
  Turn off SCCS flag
bdb/build_win32/dllmain.c:
  Turn off SCCS flag
bdb/build_win32/dynamic_dsp.src:
  Turn off SCCS flag
bdb/build_win32/ex_access.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_btrec.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_env.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_lock.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_mpool.dsp:
  Turn off SCCS flag
bdb/build_win32/ex_tpcb.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_access.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_btrec.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_env.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_lock.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_mpool.dsp:
  Turn off SCCS flag
bdb/build_win32/excxx_tpcb.dsp:
  Turn off SCCS flag
bdb/build_win32/include.tcl:
  Turn off SCCS flag
bdb/build_win32/java_dsp.src:
  Turn off SCCS flag
bdb/build_win32/libdb.def:
  Turn off SCCS flag
bdb/build_win32/libdb.rc:
  Turn off SCCS flag
bdb/build_win32/libdb_tcl.def:
  Turn off SCCS flag
bdb/build_win32/libdbrc.src:
  Turn off SCCS flag
bdb/build_win32/srcfile_dsp.src:
  Turn off SCCS flag
bdb/build_win32/static_dsp.src:
  Turn off SCCS flag
bdb/build_win32/tcl_dsp.src:
  Turn off SCCS flag
bdb/clib/getcwd.c:
  Turn off SCCS flag
bdb/clib/getopt.c:
  Turn off SCCS flag
bdb/clib/memcmp.c:
  Turn off SCCS flag
bdb/clib/memmove.c:
  Turn off SCCS flag
bdb/clib/raise.c:
  Turn off SCCS flag
bdb/clib/snprintf.c:
  Turn off SCCS flag
bdb/clib/strcasecmp.c:
  Turn off SCCS flag
bdb/clib/strerror.c:
  Turn off SCCS flag
bdb/clib/vsnprintf.c:
  Turn off SCCS flag
bdb/common/db_byteorder.c:
  Turn off SCCS flag
bdb/common/db_err.c:
  Turn off SCCS flag
bdb/common/db_getlong.c:
  Turn off SCCS flag
bdb/common/db_log2.c:
  Turn off SCCS flag
bdb/common/util_log.c:
  Turn off SCCS flag
bdb/common/util_sig.c:
  Turn off SCCS flag
bdb/cxx/cxx_app.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_except.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_lock.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_log.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_mpool.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_table.cpp:
  Turn off SCCS flag
bdb/cxx/cxx_txn.cpp:
  Turn off SCCS flag
bdb/cxx/namemap.txt:
  Turn off SCCS flag
bdb/db/Design.fileop:
  Turn off SCCS flag
bdb/db/crdel.src:
  Turn off SCCS flag
bdb/db/crdel_auto.c:
  Turn off SCCS flag
bdb/db/crdel_rec.c:
  Turn off SCCS flag
bdb/db/db.c:
  Turn off SCCS flag
bdb/db/db.src:
  Turn off SCCS flag
bdb/db/db_am.c:
  Turn off SCCS flag
bdb/db/db_auto.c:
  Turn off SCCS flag
bdb/db/db_cam.c:
  Turn off SCCS flag
bdb/db/db_conv.c:
  Turn off SCCS flag
bdb/db/db_dispatch.c:
  Turn off SCCS flag
bdb/db/db_dup.c:
  Turn off SCCS flag
bdb/db/db_iface.c:
  Turn off SCCS flag
bdb/db/db_join.c:
  Turn off SCCS flag
bdb/db/db_meta.c:
  Turn off SCCS flag
bdb/db/db_method.c:
  Turn off SCCS flag
bdb/db/db_overflow.c:
  Turn off SCCS flag
bdb/db/db_pr.c:
  Turn off SCCS flag
bdb/db/db_rec.c:
  Turn off SCCS flag
bdb/db/db_reclaim.c:
  Turn off SCCS flag
bdb/db/db_ret.c:
  Turn off SCCS flag
bdb/db/db_upg.c:
  Turn off SCCS flag
bdb/db/db_upg_opd.c:
  Turn off SCCS flag
bdb/db/db_vrfy.c:
  Turn off SCCS flag
bdb/db/db_vrfyutil.c:
  Turn off SCCS flag
bdb/db185/db185.c:
  Turn off SCCS flag
bdb/db185/db185_int.h:
  Turn off SCCS flag
bdb/db_archive/db_archive.c:
  Turn off SCCS flag
bdb/db_checkpoint/db_checkpoint.c:
  Turn off SCCS flag
bdb/db_deadlock/db_deadlock.c:
  Turn off SCCS flag
bdb/db_dump/db_dump.c:
  Turn off SCCS flag
bdb/db_dump185/db_dump185.c:
  Turn off SCCS flag
bdb/db_load/db_load.c:
  Turn off SCCS flag
bdb/db_printlog/README:
  Turn off SCCS flag
bdb/db_printlog/commit.awk:
  Turn off SCCS flag
bdb/db_printlog/count.awk:
  Turn off SCCS flag
bdb/db_printlog/db_printlog.c:
  Turn off SCCS flag
bdb/db_printlog/dbname.awk:
  Turn off SCCS flag
bdb/db_printlog/fileid.awk:
  Turn off SCCS flag
bdb/db_printlog/pgno.awk:
  Turn off SCCS flag
bdb/db_printlog/range.awk:
  Turn off SCCS flag
bdb/db_printlog/rectype.awk:
  Turn off SCCS flag
bdb/db_printlog/status.awk:
  Turn off SCCS flag
bdb/db_printlog/txn.awk:
  Turn off SCCS flag
bdb/db_recover/db_recover.c:
  Turn off SCCS flag
bdb/db_stat/db_stat.c:
  Turn off SCCS flag
bdb/db_upgrade/db_upgrade.c:
  Turn off SCCS flag
bdb/db_verify/db_verify.c:
  Turn off SCCS flag
bdb/dbm/dbm.c:
  Turn off SCCS flag
bdb/dist/Makefile.in:
  Turn off SCCS flag
bdb/dist/acconfig.h:
  Turn off SCCS flag
bdb/dist/config.guess:
  Turn off SCCS flag
bdb/dist/config.hin:
  Turn off SCCS flag
bdb/dist/config.sub:
  Turn off SCCS flag
bdb/dist/gen_rec.awk:
  Turn off SCCS flag
bdb/dist/gen_rpc.awk:
  Turn off SCCS flag
bdb/dist/install-sh:
  Turn off SCCS flag
bdb/dist/ltconfig:
  Turn off SCCS flag
bdb/dist/ltmain.sh:
  Turn off SCCS flag
bdb/dist/rec_ctemp:
  Turn off SCCS flag
bdb/dist/s_all:
  Turn off SCCS flag
bdb/dist/s_config:
  Turn off SCCS flag
bdb/dist/s_include:
  Turn off SCCS flag
bdb/dist/s_java:
  Turn off SCCS flag
bdb/dist/s_perm:
  Turn off SCCS flag
bdb/dist/s_readme:
  Turn off SCCS flag
bdb/dist/s_recover:
  Turn off SCCS flag
bdb/dist/s_rpc:
  Turn off SCCS flag
bdb/dist/s_symlink:
  Turn off SCCS flag
bdb/dist/s_tags:
  Turn off SCCS flag
bdb/dist/s_tcl:
  Turn off SCCS flag
bdb/dist/s_vxworks:
  Turn off SCCS flag
bdb/dist/s_win32_dsp:
  Turn off SCCS flag
bdb/dist/s_win32:
  Turn off SCCS flag
bdb/dist/srcfiles.in:
  Turn off SCCS flag
bdb/dist/aclocal/mutex.m4:
  Turn off SCCS flag
bdb/dist/aclocal/options.m4:
  Turn off SCCS flag
bdb/dist/aclocal/programs.m4:
  Turn off SCCS flag
bdb/dist/aclocal/tcl.m4:
  Turn off SCCS flag
bdb/dist/aclocal/types.m4:
  Turn off SCCS flag
bdb/dist/build/chk.define:
  Turn off SCCS flag
bdb/dist/build/chk.def:
  Turn off SCCS flag
bdb/dist/build/chk.offt:
  Turn off SCCS flag
bdb/dist/build/chk.srcfiles:
  Turn off SCCS flag
bdb/dist/build/chk.tags:
  Turn off SCCS flag
bdb/dist/build/script:
  Turn off SCCS flag
bdb/dist/template/db_server_proc:
  Turn off SCCS flag
bdb/dist/template/gen_client_ret:
  Turn off SCCS flag
bdb/dist/template/rec_btree:
  Turn off SCCS flag
bdb/dist/template/rec_crdel:
  Turn off SCCS flag
bdb/dist/template/rec_db:
  Turn off SCCS flag
bdb/dist/template/rec_hash:
  Turn off SCCS flag
bdb/dist/template/rec_log:
  Turn off SCCS flag
bdb/dist/template/rec_qam:
  Turn off SCCS flag
bdb/dist/template/rec_txn:
  Turn off SCCS flag
bdb/env/db_salloc.c:
  Turn off SCCS flag
bdb/env/db_shash.c:
  Turn off SCCS flag
bdb/env/env_open.c:
  Turn off SCCS flag
bdb/env/env_recover.c:
  Turn off SCCS flag
bdb/env/env_region.c:
  Turn off SCCS flag
bdb/examples_c/README:
  Turn off SCCS flag
bdb/examples_c/ex_access.c:
  Turn off SCCS flag
bdb/examples_c/ex_btrec.c:
  Turn off SCCS flag
bdb/examples_c/ex_dbclient.c:
  Turn off SCCS flag
bdb/examples_c/ex_env.c:
  Turn off SCCS flag
bdb/examples_c/ex_lock.c:
  Turn off SCCS flag
bdb/examples_c/ex_mpool.c:
  Turn off SCCS flag
bdb/examples_c/ex_thread.c:
  Turn off SCCS flag
bdb/examples_c/ex_tpcb.c:
  Turn off SCCS flag
bdb/examples_c/ex_tpcb.h:
  Turn off SCCS flag
bdb/hash/hash.c:
  Turn off SCCS flag
bdb/hash/hash.src:
  Turn off SCCS flag
bdb/hash/hash_auto.c:
  Turn off SCCS flag
bdb/log/log.c:
  Turn off SCCS flag
bdb/log/log.src:
  Turn off SCCS flag
bdb/log/log_archive.c:
  Turn off SCCS flag
bdb/log/log_auto.c:
  Turn off SCCS flag
bdb/log/log_compare.c:
  Turn off SCCS flag
bdb/log/log_findckp.c:
  Turn off SCCS flag
bdb/log/log_get.c:
  Turn off SCCS flag
bdb/log/log_method.c:
  Turn off SCCS flag
bdb/log/log_rec.c:
  Turn off SCCS flag
bdb/log/log_register.c:
  Turn off SCCS flag
bdb/examples_cxx/AccessExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/BtRecExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/EnvExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/LockExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/MpoolExample.cpp:
  Turn off SCCS flag
bdb/examples_cxx/TpcbExample.cpp:
  Turn off SCCS flag
bdb/hash/hash_conv.c:
  Turn off SCCS flag
bdb/hash/hash_dup.c:
  Turn off SCCS flag
bdb/hash/hash_func.c:
  Turn off SCCS flag
bdb/hash/hash_meta.c:
  Turn off SCCS flag
bdb/hash/hash_method.c:
  Turn off SCCS flag
bdb/hash/hash_page.c:
  Turn off SCCS flag
bdb/hash/hash_rec.c:
  Turn off SCCS flag
bdb/hash/hash_reclaim.c:
  Turn off SCCS flag
bdb/hash/hash_stat.c:
  Turn off SCCS flag
bdb/hash/hash_upgrade.c:
  Turn off SCCS flag
bdb/hash/hash_verify.c:
  Turn off SCCS flag
bdb/hsearch/hsearch.c:
  Turn off SCCS flag
bdb/include/btree.h:
  Turn off SCCS flag
bdb/include/btree_auto.h:
  Turn off SCCS flag
bdb/include/btree_ext.h:
  Turn off SCCS flag
bdb/include/clib_ext.h:
  Turn off SCCS flag
bdb/include/common_ext.h:
  Turn off SCCS flag
bdb/include/crdel_auto.h:
  Turn off SCCS flag
bdb/include/cxx_int.h:
  Turn off SCCS flag
bdb/include/db_185.h:
  Turn off SCCS flag
bdb/include/db_am.h:
  Turn off SCCS flag
bdb/include/db_auto.h:
  Turn off SCCS flag
bdb/include/db_cxx.h:
  Turn off SCCS flag
bdb/include/db_dispatch.h:
  Turn off SCCS flag
bdb/include/db_ext.h:
  Turn off SCCS flag
bdb/include/db_int.src:
  Turn off SCCS flag
bdb/include/db_join.h:
  Turn off SCCS flag
bdb/include/db_page.h:
  Turn off SCCS flag
bdb/include/db_server.h:
  Turn off SCCS flag
bdb/include/db_server_int.h:
  Turn off SCCS flag
bdb/include/db_shash.h:
  Turn off SCCS flag
bdb/include/db_swap.h:
  Turn off SCCS flag
bdb/include/db_upgrade.h:
  Turn off SCCS flag
bdb/include/db_verify.h:
  Turn off SCCS flag
bdb/include/debug.h:
  Turn off SCCS flag
bdb/include/env_ext.h:
  Turn off SCCS flag
bdb/include/hash.h:
  Turn off SCCS flag
bdb/include/mp.h:
  Turn off SCCS flag
bdb/include/os.h:
  Turn off SCCS flag
bdb/include/gen_client_ext.h:
  Turn off SCCS flag
bdb/include/gen_server_ext.h:
  Turn off SCCS flag
bdb/include/hash_auto.h:
  Turn off SCCS flag
bdb/include/hash_ext.h:
  Turn off SCCS flag
bdb/include/lock.h:
  Turn off SCCS flag
bdb/include/lock_ext.h:
  Turn off SCCS flag
bdb/include/log_auto.h:
  Turn off SCCS flag
bdb/include/log_ext.h:
  Turn off SCCS flag
bdb/include/mp_ext.h:
  Turn off SCCS flag
bdb/include/mutex.h:
  Turn off SCCS flag
bdb/include/mutex_ext.h:
  Turn off SCCS flag
bdb/include/os_ext.h:
  Turn off SCCS flag
bdb/include/os_jump.h:
  Turn off SCCS flag
bdb/include/qam.h:
  Turn off SCCS flag
bdb/include/qam_auto.h:
  Turn off SCCS flag
bdb/include/qam_ext.h:
  Turn off SCCS flag
bdb/include/queue.h:
  Turn off SCCS flag
bdb/include/region.h:
  Turn off SCCS flag
bdb/include/rpc_client_ext.h:
  Turn off SCCS flag
bdb/include/rpc_server_ext.h:
  Turn off SCCS flag
bdb/include/shqueue.h:
  Turn off SCCS flag
bdb/include/tcl_db.h:
  Turn off SCCS flag
bdb/include/tcl_ext.h:
  Turn off SCCS flag
bdb/include/txn.h:
  Turn off SCCS flag
bdb/include/txn_auto.h:
  Turn off SCCS flag
bdb/include/txn_ext.h:
  Turn off SCCS flag
bdb/include/xa.h:
  Turn off SCCS flag
bdb/include/xa_ext.h:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Db.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbAppendRecno.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreeCompare.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreePrefix.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbBtreeStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbConstants.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbDeadlockException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbDupCompare.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbEnv.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbEnvFeedback.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbErrcall.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbFeedback.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbHash.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbHashStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbKeyRange.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLock.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLockStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLogStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbLsn.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMemoryException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMpoolFStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbMpoolStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbOutputStreamErrcall.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbQueueStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbRecoveryInit.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbRunRecoveryException.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxn.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxnRecover.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/DbTxnStat.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Dbc.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/db/Dbt.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/AccessExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/BtRecExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/EnvExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/LockExample.java:
  Turn off SCCS flag
bdb/java/src/com/sleepycat/examples/TpcbExample.java:
  Turn off SCCS flag
bdb/libdb_java/checkapi.prl:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Db.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbEnv.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbLock.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbLsn.h:
  Turn off SCCS flag
bdb/libdb_java/java_Db.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbEnv.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbLock.c:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_DbTxn.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Dbc.h:
  Turn off SCCS flag
bdb/libdb_java/com_sleepycat_db_Dbt.h:
  Turn off SCCS flag
bdb/libdb_java/java_DbLsn.c:
  Turn off SCCS flag
bdb/libdb_java/java_DbTxn.c:
  Turn off SCCS flag
bdb/libdb_java/java_Dbc.c:
  Turn off SCCS flag
bdb/libdb_java/java_Dbt.c:
  Turn off SCCS flag
bdb/libdb_java/java_info.c:
  Turn off SCCS flag
bdb/libdb_java/java_info.h:
  Turn off SCCS flag
bdb/libdb_java/java_locked.c:
  Turn off SCCS flag
bdb/libdb_java/java_locked.h:
  Turn off SCCS flag
bdb/libdb_java/java_util.c:
  Turn off SCCS flag
bdb/libdb_java/java_util.h:
  Turn off SCCS flag
bdb/lock/Design:
  Turn off SCCS flag
bdb/lock/lock.c:
  Turn off SCCS flag
bdb/lock/lock_conflict.c:
  Turn off SCCS flag
bdb/lock/lock_deadlock.c:
  Turn off SCCS flag
bdb/lock/lock_method.c:
  Turn off SCCS flag
bdb/lock/lock_region.c:
  Turn off SCCS flag
bdb/lock/lock_stat.c:
  Turn off SCCS flag
bdb/lock/lock_util.c:
  Turn off SCCS flag
bdb/mp/Design:
  Turn off SCCS flag
bdb/mp/mp_alloc.c:
  Turn off SCCS flag
bdb/mp/mp_bh.c:
  Turn off SCCS flag
bdb/mp/mp_fget.c:
  Turn off SCCS flag
bdb/mp/mp_fopen.c:
  Turn off SCCS flag
bdb/mp/mp_fput.c:
  Turn off SCCS flag
bdb/mp/mp_fset.c:
  Turn off SCCS flag
bdb/mp/mp_method.c:
  Turn off SCCS flag
bdb/mp/mp_region.c:
  Turn off SCCS flag
bdb/mp/mp_register.c:
  Turn off SCCS flag
bdb/mp/mp_stat.c:
  Turn off SCCS flag
bdb/mp/mp_sync.c:
  Turn off SCCS flag
bdb/mp/mp_trickle.c:
  Turn off SCCS flag
bdb/mutex/README:
  Turn off SCCS flag
bdb/mutex/mut_fcntl.c:
  Turn off SCCS flag
bdb/mutex/mut_pthread.c:
  Turn off SCCS flag
bdb/mutex/mut_tas.c:
  Turn off SCCS flag
bdb/mutex/mutex.c:
  Turn off SCCS flag
bdb/mutex/uts4_cc.s:
  Turn off SCCS flag
bdb/os/os_abs.c:
  Turn off SCCS flag
bdb/os/os_alloc.c:
  Turn off SCCS flag
bdb/os/os_dir.c:
  Turn off SCCS flag
bdb/os/os_errno.c:
  Turn off SCCS flag
bdb/os/os_fid.c:
  Turn off SCCS flag
bdb/os/os_finit.c:
  Turn off SCCS flag
bdb/os/os_fsync.c:
  Turn off SCCS flag
bdb/os/os_handle.c:
  Turn off SCCS flag
bdb/os/os_map.c:
  Turn off SCCS flag
bdb/os/os_method.c:
  Turn off SCCS flag
bdb/os/os_oflags.c:
  Turn off SCCS flag
bdb/os/os_open.c:
  Turn off SCCS flag
bdb/os/os_region.c:
  Turn off SCCS flag
bdb/os/os_rename.c:
  Turn off SCCS flag
bdb/os/os_root.c:
  Turn off SCCS flag
bdb/os/os_rpath.c:
  Turn off SCCS flag
bdb/os/os_rw.c:
  Turn off SCCS flag
bdb/os/os_seek.c:
  Turn off SCCS flag
bdb/os/os_sleep.c:
  Turn off SCCS flag
bdb/os/os_spin.c:
  Turn off SCCS flag
bdb/os/os_stat.c:
  Turn off SCCS flag
bdb/os/os_tmpdir.c:
  Turn off SCCS flag
bdb/os/os_unlink.c:
  Turn off SCCS flag
bdb/os_vxworks/os_abs.c:
  Turn off SCCS flag
bdb/os_vxworks/os_finit.c:
  Turn off SCCS flag
bdb/os_vxworks/os_map.c:
  Turn off SCCS flag
bdb/os_win32/os_abs.c:
  Turn off SCCS flag
bdb/os_win32/os_dir.c:
  Turn off SCCS flag
bdb/os_win32/os_errno.c:
  Turn off SCCS flag
bdb/os_win32/os_fid.c:
  Turn off SCCS flag
bdb/os_win32/os_finit.c:
  Turn off SCCS flag
bdb/os_win32/os_map.c:
  Turn off SCCS flag
bdb/os_win32/os_open.c:
  Turn off SCCS flag
bdb/os_win32/os_rename.c:
  Turn off SCCS flag
bdb/os_win32/os_seek.c:
  Turn off SCCS flag
bdb/os_win32/os_sleep.c:
  Turn off SCCS flag
bdb/os_win32/os_spin.c:
  Turn off SCCS flag
bdb/os_win32/os_type.c:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pod.P:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.pod:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB.xs:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB/Btree.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/BerkeleyDB/Hash.pm:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Changes:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/MANIFEST:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Makefile.PL:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/README:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/Todo:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/config.in:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/dbinfo:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/hints/irix_6_5.pl:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/hints/solaris.pl:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/mkconsts:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/mkpod:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_01:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_02:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_03:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_04:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004_05:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.004:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_01:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_02:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005_03:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.005:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/patches/5.6.0:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/btree.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.0.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.1.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/db-3.2.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/destroy.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/env.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples.t.T:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples3.t.T:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/examples3.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/filter.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/hash.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/txn.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/typemap:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/join.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/mldbm.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/queue.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/recno.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/strict.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/subdb.t:
  Turn off SCCS flag
bdb/perl.BerkeleyDB/t/unknown.t:
  Turn off SCCS flag
bdb/perl.DB_File/Changes:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File.pm:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File.xs:
  Turn off SCCS flag
bdb/perl.DB_File/DB_File_BS:
  Turn off SCCS flag
bdb/perl.DB_File/MANIFEST:
  Turn off SCCS flag
bdb/perl.DB_File/Makefile.PL:
  Turn off SCCS flag
bdb/perl.DB_File/README:
  Turn off SCCS flag
bdb/perl.DB_File/config.in:
  Turn off SCCS flag
bdb/perl.DB_File/dbinfo:
  Turn off SCCS flag
bdb/perl.DB_File/hints/dynixptx.pl:
  Turn off SCCS flag
bdb/perl.DB_File/hints/sco.pl:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_01:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_02:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_03:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_04:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004_05:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.004:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_01:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_02:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005_03:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.005:
  Turn off SCCS flag
bdb/perl.DB_File/patches/5.6.0:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-btree.t:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-hash.t:
  Turn off SCCS flag
bdb/perl.DB_File/t/db-recno.t:
  Turn off SCCS flag
bdb/perl.DB_File/typemap:
  Turn off SCCS flag
bdb/perl.DB_File/version.c:
  Turn off SCCS flag
bdb/qam/qam.c:
  Turn off SCCS flag
bdb/qam/qam.src:
  Turn off SCCS flag
bdb/qam/qam_auto.c:
  Turn off SCCS flag
bdb/qam/qam_conv.c:
  Turn off SCCS flag
bdb/qam/qam_files.c:
  Turn off SCCS flag
bdb/qam/qam_method.c:
  Turn off SCCS flag
bdb/qam/qam_open.c:
  Turn off SCCS flag
bdb/qam/qam_rec.c:
  Turn off SCCS flag
bdb/qam/qam_stat.c:
  Turn off SCCS flag
bdb/qam/qam_upgrade.c:
  Turn off SCCS flag
bdb/qam/qam_verify.c:
  Turn off SCCS flag
bdb/rpc_client/client.c:
  Turn off SCCS flag
bdb/rpc_client/db_server_clnt.c:
  Turn off SCCS flag
bdb/rpc_client/gen_client.c:
  Turn off SCCS flag
bdb/rpc_client/gen_client_ret.c:
  Turn off SCCS flag
bdb/rpc_server/clsrv.html:
  Turn off SCCS flag
bdb/rpc_server/db_server.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server.x:
  Turn off SCCS flag
bdb/rpc_server/rpc.src:
  Turn off SCCS flag
bdb/rpc_server/db_server_proc.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_proc.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server_svc.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_svc.sed:
  Turn off SCCS flag
bdb/rpc_server/db_server_util.c:
  Turn off SCCS flag
bdb/rpc_server/db_server_xdr.c:
  Turn off SCCS flag
bdb/rpc_server/gen_db_server.c:
  Turn off SCCS flag
bdb/tcl/docs/db.html:
  Turn off SCCS flag
bdb/tcl/docs/env.html:
  Turn off SCCS flag
bdb/tcl/docs/historic.html:
  Turn off SCCS flag
bdb/tcl/docs/index.html:
  Turn off SCCS flag
bdb/tcl/docs/library.html:
  Turn off SCCS flag
bdb/tcl/docs/lock.html:
  Turn off SCCS flag
bdb/tcl/docs/log.html:
  Turn off SCCS flag
bdb/tcl/docs/mpool.html:
  Turn off SCCS flag
bdb/tcl/docs/test.html:
  Turn off SCCS flag
bdb/tcl/docs/txn.html:
  Turn off SCCS flag
bdb/tcl/tcl_compat.c:
  Turn off SCCS flag
bdb/tcl/tcl_db.c:
  Turn off SCCS flag
bdb/tcl/tcl_db_pkg.c:
  Turn off SCCS flag
bdb/tcl/tcl_dbcursor.c:
  Turn off SCCS flag
bdb/tcl/tcl_env.c:
  Turn off SCCS flag
bdb/tcl/tcl_internal.c:
  Turn off SCCS flag
bdb/tcl/tcl_lock.c:
  Turn off SCCS flag
bdb/tcl/tcl_log.c:
  Turn off SCCS flag
bdb/tcl/tcl_mp.c:
  Turn off SCCS flag
bdb/tcl/tcl_txn.c:
  Turn off SCCS flag
bdb/test/TESTS:
  Turn off SCCS flag
bdb/test/archive.tcl:
  Turn off SCCS flag
bdb/test/byteorder.tcl:
  Turn off SCCS flag
bdb/test/conscript.tcl:
  Turn off SCCS flag
bdb/test/dbm.tcl:
  Turn off SCCS flag
bdb/test/dbscript.tcl:
  Turn off SCCS flag
bdb/test/ddscript.tcl:
  Turn off SCCS flag
bdb/test/dead001.tcl:
  Turn off SCCS flag
bdb/test/dead002.tcl:
  Turn off SCCS flag
bdb/test/dead003.tcl:
  Turn off SCCS flag
bdb/test/env001.tcl:
  Turn off SCCS flag
bdb/test/env002.tcl:
  Turn off SCCS flag
bdb/test/env003.tcl:
  Turn off SCCS flag
bdb/test/env004.tcl:
  Turn off SCCS flag
bdb/test/env005.tcl:
  Turn off SCCS flag
bdb/test/env006.tcl:
  Turn off SCCS flag
bdb/test/env007.tcl:
  Turn off SCCS flag
bdb/test/env008.tcl:
  Turn off SCCS flag
bdb/test/hsearch.tcl:
  Turn off SCCS flag
bdb/test/include.tcl:
  Turn off SCCS flag
bdb/test/join.tcl:
  Turn off SCCS flag
bdb/test/lock001.tcl:
  Turn off SCCS flag
bdb/test/lock002.tcl:
  Turn off SCCS flag
bdb/test/lock003.tcl:
  Turn off SCCS flag
bdb/test/lockscript.tcl:
  Turn off SCCS flag
bdb/test/log.tcl:
  Turn off SCCS flag
bdb/test/logtrack.list:
  Turn off SCCS flag
bdb/test/logtrack.tcl:
  Turn off SCCS flag
bdb/test/mdbscript.tcl:
  Turn off SCCS flag
bdb/test/mpool.tcl:
  Turn off SCCS flag
bdb/test/mpoolscript.tcl:
  Turn off SCCS flag
bdb/test/mutex.tcl:
  Turn off SCCS flag
bdb/test/mutexscript.tcl:
  Turn off SCCS flag
bdb/test/ndbm.tcl:
  Turn off SCCS flag
bdb/test/recd001.tcl:
  Turn off SCCS flag
bdb/test/recd002.tcl:
  Turn off SCCS flag
bdb/test/recd003.tcl:
  Turn off SCCS flag
bdb/test/recd004.tcl:
  Turn off SCCS flag
bdb/test/recd005.tcl:
  Turn off SCCS flag
bdb/test/recd006.tcl:
  Turn off SCCS flag
bdb/test/recd007.tcl:
  Turn off SCCS flag
bdb/test/recd008.tcl:
  Turn off SCCS flag
bdb/test/recd009.tcl:
  Turn off SCCS flag
bdb/test/recd010.tcl:
  Turn off SCCS flag
bdb/test/recd011.tcl:
  Turn off SCCS flag
bdb/test/recd012.tcl:
  Turn off SCCS flag
bdb/test/recd013.tcl:
  Turn off SCCS flag
bdb/test/recd014.tcl:
  Turn off SCCS flag
bdb/test/rpc001.tcl:
  Turn off SCCS flag
bdb/test/rpc002.tcl:
  Turn off SCCS flag
bdb/test/rsrc001.tcl:
  Turn off SCCS flag
bdb/test/rsrc002.tcl:
  Turn off SCCS flag
bdb/test/rsrc003.tcl:
  Turn off SCCS flag
bdb/test/sdb001.tcl:
  Turn off SCCS flag
bdb/test/sdb002.tcl:
  Turn off SCCS flag
bdb/test/sdb003.tcl:
  Turn off SCCS flag
bdb/test/sdb004.tcl:
  Turn off SCCS flag
bdb/test/sdb005.tcl:
  Turn off SCCS flag
bdb/test/sdb006.tcl:
  Turn off SCCS flag
bdb/test/sdb007.tcl:
  Turn off SCCS flag
bdb/test/sdb008.tcl:
  Turn off SCCS flag
bdb/test/sdb009.tcl:
  Turn off SCCS flag
bdb/test/sdb010.tcl:
  Turn off SCCS flag
bdb/test/sdbscript.tcl:
  Turn off SCCS flag
bdb/test/sdbutils.tcl:
  Turn off SCCS flag
bdb/test/sysscript.tcl:
  Turn off SCCS flag
bdb/test/test.tcl:
  Turn off SCCS flag
bdb/test/test001.tcl:
  Turn off SCCS flag
bdb/test/txn.tcl:
  Turn off SCCS flag
bdb/test/wordlist:
  Turn off SCCS flag
bdb/test/wrap.tcl:
  Turn off SCCS flag
bdb/test/sdbtest001.tcl:
  Turn off SCCS flag
bdb/test/sdbtest002.tcl:
  Turn off SCCS flag
bdb/test/test002.tcl:
  Turn off SCCS flag
bdb/test/test003.tcl:
  Turn off SCCS flag
bdb/test/test004.tcl:
  Turn off SCCS flag
bdb/test/test005.tcl:
  Turn off SCCS flag
bdb/test/test006.tcl:
  Turn off SCCS flag
bdb/test/test007.tcl:
  Turn off SCCS flag
bdb/test/test008.tcl:
  Turn off SCCS flag
bdb/test/test009.tcl:
  Turn off SCCS flag
bdb/test/test010.tcl:
  Turn off SCCS flag
bdb/test/test011.tcl:
  Turn off SCCS flag
bdb/test/test012.tcl:
  Turn off SCCS flag
bdb/test/test013.tcl:
  Turn off SCCS flag
bdb/test/test014.tcl:
  Turn off SCCS flag
bdb/test/test015.tcl:
  Turn off SCCS flag
bdb/test/test016.tcl:
  Turn off SCCS flag
bdb/test/test017.tcl:
  Turn off SCCS flag
bdb/test/test018.tcl:
  Turn off SCCS flag
bdb/test/test019.tcl:
  Turn off SCCS flag
bdb/test/test020.tcl:
  Turn off SCCS flag
bdb/test/test021.tcl:
  Turn off SCCS flag
bdb/test/test022.tcl:
  Turn off SCCS flag
bdb/test/test023.tcl:
  Turn off SCCS flag
bdb/test/test024.tcl:
  Turn off SCCS flag
bdb/test/test025.tcl:
  Turn off SCCS flag
bdb/test/test026.tcl:
  Turn off SCCS flag
bdb/test/test027.tcl:
  Turn off SCCS flag
bdb/test/test028.tcl:
  Turn off SCCS flag
bdb/test/test029.tcl:
  Turn off SCCS flag
bdb/test/test030.tcl:
  Turn off SCCS flag
bdb/test/test031.tcl:
  Turn off SCCS flag
bdb/test/test032.tcl:
  Turn off SCCS flag
bdb/test/test033.tcl:
  Turn off SCCS flag
bdb/test/test034.tcl:
  Turn off SCCS flag
bdb/test/test035.tcl:
  Turn off SCCS flag
bdb/test/test036.tcl:
  Turn off SCCS flag
bdb/test/test037.tcl:
  Turn off SCCS flag
bdb/test/test038.tcl:
  Turn off SCCS flag
bdb/test/test039.tcl:
  Turn off SCCS flag
bdb/test/test040.tcl:
  Turn off SCCS flag
bdb/test/test041.tcl:
  Turn off SCCS flag
bdb/test/test042.tcl:
  Turn off SCCS flag
bdb/test/test043.tcl:
  Turn off SCCS flag
bdb/test/test044.tcl:
  Turn off SCCS flag
bdb/test/test045.tcl:
  Turn off SCCS flag
bdb/test/test046.tcl:
  Turn off SCCS flag
bdb/test/test047.tcl:
  Turn off SCCS flag
bdb/test/test048.tcl:
  Turn off SCCS flag
bdb/test/test049.tcl:
  Turn off SCCS flag
bdb/test/test050.tcl:
  Turn off SCCS flag
bdb/test/test051.tcl:
  Turn off SCCS flag
bdb/test/test052.tcl:
  Turn off SCCS flag
bdb/test/test053.tcl:
  Turn off SCCS flag
bdb/test/test054.tcl:
  Turn off SCCS flag
bdb/test/test055.tcl:
  Turn off SCCS flag
bdb/test/test056.tcl:
  Turn off SCCS flag
bdb/test/test057.tcl:
  Turn off SCCS flag
bdb/test/test058.tcl:
  Turn off SCCS flag
bdb/test/test059.tcl:
  Turn off SCCS flag
bdb/test/test060.tcl:
  Turn off SCCS flag
bdb/test/test061.tcl:
  Turn off SCCS flag
bdb/test/test062.tcl:
  Turn off SCCS flag
bdb/test/test063.tcl:
  Turn off SCCS flag
bdb/test/test064.tcl:
  Turn off SCCS flag
bdb/test/test065.tcl:
  Turn off SCCS flag
bdb/test/test066.tcl:
  Turn off SCCS flag
bdb/test/test067.tcl:
  Turn off SCCS flag
bdb/test/test068.tcl:
  Turn off SCCS flag
bdb/test/test069.tcl:
  Turn off SCCS flag
bdb/test/test070.tcl:
  Turn off SCCS flag
bdb/test/test071.tcl:
  Turn off SCCS flag
bdb/test/test072.tcl:
  Turn off SCCS flag
bdb/test/test073.tcl:
  Turn off SCCS flag
bdb/test/test074.tcl:
  Turn off SCCS flag
bdb/test/test075.tcl:
  Turn off SCCS flag
bdb/test/test076.tcl:
  Turn off SCCS flag
bdb/test/test077.tcl:
  Turn off SCCS flag
bdb/test/test078.tcl:
  Turn off SCCS flag
bdb/test/test079.tcl:
  Turn off SCCS flag
bdb/test/test080.tcl:
  Turn off SCCS flag
bdb/test/test081.tcl:
  Turn off SCCS flag
bdb/test/test082.tcl:
  Turn off SCCS flag
bdb/test/test083.tcl:
  Turn off SCCS flag
bdb/test/test084.tcl:
  Turn off SCCS flag
bdb/test/test085.tcl:
  Turn off SCCS flag
bdb/test/test086.tcl:
  Turn off SCCS flag
bdb/test/test087.tcl:
  Turn off SCCS flag
bdb/docs/api_c/c_index.html:
  Turn off SCCS flag
bdb/docs/api_c/db_close.html:
  Turn off SCCS flag
bdb/docs/api_c/db_create.html:
  Turn off SCCS flag
bdb/docs/api_c/db_del.html:
  Turn off SCCS flag
bdb/docs/api_c/db_err.html:
  Turn off SCCS flag
bdb/docs/api_c/db_lsn.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_malloc.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_realloc.html:
  Turn off SCCS flag
bdb/docs/api_c/dbm.html:
  Turn off SCCS flag
bdb/docs/api_c/dbt.html:
  Turn off SCCS flag
bdb/docs/api_c/env_create.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_c/hsearch.html:
  Turn off SCCS flag
bdb/docs/api_c/pindex.src:
  Turn off SCCS flag
bdb/docs/api_c/set_func_close.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_dirfree.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_dirlist.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_exists.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_map.html:
  Turn off SCCS flag
bdb/docs/index.html:
  Turn off SCCS flag
bdb/test/test088.tcl:
  Turn off SCCS flag
bdb/test/test090.tcl:
  Turn off SCCS flag
bdb/test/test091.tcl:
  Turn off SCCS flag
bdb/test/testparams.tcl:
  Turn off SCCS flag
bdb/test/testutils.tcl:
  Turn off SCCS flag
bdb/test/update.tcl:
  Turn off SCCS flag
bdb/test/upgrade.tcl:
  Turn off SCCS flag
bdb/test/upgrade/README:
  Turn off SCCS flag
bdb/test/upgrade/generate-2.X/pack-2.6.6.pl:
  Turn off SCCS flag
bdb/test/upgrade/generate-2.X/test-2.6.patch:
  Turn off SCCS flag
bdb/txn/txn.c:
  Turn off SCCS flag
bdb/txn/txn.src:
  Turn off SCCS flag
bdb/txn/txn_auto.c:
  Turn off SCCS flag
bdb/txn/txn_rec.c:
  Turn off SCCS flag
bdb/txn/txn_region.c:
  Turn off SCCS flag
bdb/xa/xa.c:
  Turn off SCCS flag
bdb/xa/xa_db.c:
  Turn off SCCS flag
bdb/xa/xa_map.c:
  Turn off SCCS flag
bdb/docs/api_c/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_c/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_c/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_c/db_join.html:
  Turn off SCCS flag
bdb/docs/api_c/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_c/db_open.html:
  Turn off SCCS flag
bdb/docs/api_c/db_put.html:
  Turn off SCCS flag
bdb/docs/api_c/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_c/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_c/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_free.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_fsync.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_ioinfo.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_malloc.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_open.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_read.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_realloc.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_rename.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_seek.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_sleep.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_unlink.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_unmap.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_write.html:
  Turn off SCCS flag
bdb/docs/api_c/set_func_yield.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_c/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_c/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_c/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_c/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_c/env_close.html:
  Turn off SCCS flag
bdb/docs/api_c/env_open.html:
  Turn off SCCS flag
bdb/docs/api_c/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_c/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_c/env_version.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_c/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_c/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_c/log_file.html:
  Turn off SCCS flag
bdb/docs/api_c/c_pindex.html:
  Turn off SCCS flag
bdb/docs/api_c/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_c/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_c/log_get.html:
  Turn off SCCS flag
bdb/docs/api_c/log_put.html:
  Turn off SCCS flag
bdb/docs/api_c/log_register.html:
  Turn off SCCS flag
bdb/docs/api_c/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_c/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_c/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/cxx_index.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_err.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_malloc.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/pindex.src:
  Turn off SCCS flag
bdb/docs/api_cxx/what.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_del.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_join.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_open.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_realloc.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbenv_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbt_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errfile.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_error_stream.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_paniccall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/except_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/get_errno.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lsn_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/mempfile_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_class.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_cxx/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_close.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_open.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_version.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_file.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_get.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_cxx/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_put.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_register.html:
  Turn off SCCS flag
bdb/docs/api_cxx/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_cxx/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_cxx/cxx_pindex.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_cxx/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_class.html:
  Turn off SCCS flag
bdb/docs/api_java/db_close.html:
  Turn off SCCS flag
bdb/docs/api_java/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_java/db_del.html:
  Turn off SCCS flag
bdb/docs/api_java/db_fd.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_java/db_join.html:
  Turn off SCCS flag
bdb/docs/api_java/db_key_range.html:
  Turn off SCCS flag
bdb/docs/api_java/db_open.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_class.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_java/dbenv_class.html:
  Turn off SCCS flag
bdb/docs/api_java/dbt_class.html:
  Turn off SCCS flag
bdb/docs/api_java/deadlock_class.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_error_stream.html:
  Turn off SCCS flag
bdb/docs/api_java/except_class.html:
  Turn off SCCS flag
bdb/docs/api_java/get_errno.html:
  Turn off SCCS flag
bdb/docs/api_java/java_index.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_class.html:
  Turn off SCCS flag
bdb/docs/api_java/lsn_class.html:
  Turn off SCCS flag
bdb/docs/api_java/mem_class.html:
  Turn off SCCS flag
bdb/docs/api_java/pindex.src:
  Turn off SCCS flag
bdb/docs/api_java/runrec_class.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_class.html:
  Turn off SCCS flag
bdb/docs/api_java/db_get_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_java/db_put.html:
  Turn off SCCS flag
bdb/docs/api_java/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_java/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_append_recno.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_minkey.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_bt_prefix.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_dup_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_ffactor.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_hash.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_h_nelem.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_lorder.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_pagesize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_q_extentsize.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_delim.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_len.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_pad.html:
  Turn off SCCS flag
bdb/docs/api_java/db_set_re_source.html:
  Turn off SCCS flag
bdb/docs/api_java/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_java/env_open.html:
  Turn off SCCS flag
bdb/docs/api_java/log_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/api_java/db_verify.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_java/dbc_count.html:
  Turn off SCCS flag
bdb/docs/api_java/env_close.html:
  Turn off SCCS flag
bdb/docs/api_java/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_cachesize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_data_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_errcall.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_errpfx.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_feedback.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_flags.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_bsize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lg_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_conflicts.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_detect.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_lockers.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_locks.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_lk_max_objects.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_mp_mmapsize.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_mutexlocks.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_rec_init.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_server.html:
  Turn off SCCS flag
bdb/docs/api_java/env_strerror.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_get.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_id.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_put.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_vec.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_id.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_pageyield.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_panicstate.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_region_init.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_shm_key.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tas_spins.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tmp_dir.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_max.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_tx_timestamp.html:
  Turn off SCCS flag
bdb/docs/api_java/env_set_verbose.html:
  Turn off SCCS flag
bdb/docs/api_java/env_version.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_detect.html:
  Turn off SCCS flag
bdb/docs/api_java/lock_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/log_archive.html:
  Turn off SCCS flag
bdb/docs/api_java/log_compare.html:
  Turn off SCCS flag
bdb/docs/api_java/log_file.html:
  Turn off SCCS flag
bdb/docs/api_java/log_flush.html:
  Turn off SCCS flag
bdb/docs/api_java/log_get.html:
  Turn off SCCS flag
bdb/docs/api_java/log_put.html:
  Turn off SCCS flag
bdb/docs/api_java/log_register.html:
  Turn off SCCS flag
bdb/docs/api_java/log_unregister.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fclose.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fget.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fopen.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fput.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fset.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_fsync.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_stat.html:
  Turn off SCCS flag
bdb/docs/api_java/java_pindex.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_register.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_sync.html:
  Turn off SCCS flag
bdb/docs/api_java/memp_trickle.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_begin.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_checkpoint.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_java/txn_prepare.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_count.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_cursor.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_del.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get_join.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_get_type.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_is_byteswapped.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_join.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_open.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_put.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_remove.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_rename.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_stat.html:
  Turn off SCCS flag
bdb/docs/api_tcl/db_sync.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_del.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_dup.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_get.html:
  Turn off SCCS flag
bdb/docs/api_tcl/pindex.src:
  Turn off SCCS flag
bdb/docs/api_tcl/txn.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/dbc_put.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_close.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_open.html:
  Turn off SCCS flag
bdb/docs/api_tcl/env_remove.html:
  Turn off SCCS flag
bdb/docs/api_tcl/tcl_index.html:
  Turn off SCCS flag
bdb/docs/api_tcl/tcl_pindex.html:
  Turn off SCCS flag
bdb/docs/api_tcl/txn_abort.html:
  Turn off SCCS flag
bdb/docs/api_tcl/txn_commit.html:
  Turn off SCCS flag
bdb/docs/api_tcl/version.html:
  Turn off SCCS flag
bdb/docs/ref/am/close.html:
  Turn off SCCS flag
bdb/docs/ref/am/count.html:
  Turn off SCCS flag
bdb/docs/ref/am/curclose.html:
  Turn off SCCS flag
bdb/docs/ref/am/curdel.html:
  Turn off SCCS flag
bdb/docs/ref/am/curdup.html:
  Turn off SCCS flag
bdb/docs/ref/am/curget.html:
  Turn off SCCS flag
bdb/docs/ref/am/curput.html:
  Turn off SCCS flag
bdb/docs/ref/am/cursor.html:
  Turn off SCCS flag
bdb/docs/ref/am/delete.html:
  Turn off SCCS flag
bdb/docs/ref/am/error.html:
  Turn off SCCS flag
bdb/docs/ref/pindex.src:
  Turn off SCCS flag
bdb/docs/ref/toc.html:
  Turn off SCCS flag
bdb/docs/ref/am/get.html:
  Turn off SCCS flag
bdb/docs/ref/am/join.html:
  Turn off SCCS flag
bdb/docs/ref/am/open.html:
  Turn off SCCS flag
bdb/docs/ref/am/opensub.html:
  Turn off SCCS flag
bdb/docs/ref/am/ops.html:
  Turn off SCCS flag
bdb/docs/ref/am/partial.html:
  Turn off SCCS flag
bdb/docs/ref/am/put.html:
  Turn off SCCS flag
bdb/docs/ref/am/stability.html:
  Turn off SCCS flag
bdb/docs/ref/am/stat.html:
  Turn off SCCS flag
bdb/docs/ref/am/sync.html:
  Turn off SCCS flag
bdb/docs/ref/am/upgrade.html:
  Turn off SCCS flag
bdb/docs/ref/am/verify.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_compare.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_minkey.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_prefix.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/bt_recnum.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/byteorder.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/cachesize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/dup.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/extentsize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_ffactor.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_hash.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/h_nelem.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/intro.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/logrec.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/malloc.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/pagesize.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/re_source.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/recno.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/renumber.html:
  Turn off SCCS flag
bdb/docs/ref/am_conf/select.html:
  Turn off SCCS flag
bdb/docs/ref/arch/apis.html:
  Turn off SCCS flag
bdb/docs/ref/arch/bigpic.html:
  Turn off SCCS flag
bdb/docs/ref/arch/progmodel.html:
  Turn off SCCS flag
bdb/docs/ref/arch/script.html:
  Turn off SCCS flag
bdb/docs/ref/arch/utilities.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/aix.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/conf.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/flags.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/freebsd.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/hpux.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/install.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/irix.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/linux.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/osf1.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/qnx.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/sco.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/shlib.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/solaris.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/sunos.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/test.html:
  Turn off SCCS flag
bdb/docs/ref/build_unix/ultrix.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/faq.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_vxworks/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/faq.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/intro.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/notes.html:
  Turn off SCCS flag
bdb/docs/ref/build_win/test.html:
  Turn off SCCS flag
bdb/docs/ref/cam/intro.html:
  Turn off SCCS flag
bdb/docs/ref/debug/common.html:
  Turn off SCCS flag
bdb/docs/ref/debug/compile.html:
  Turn off SCCS flag
bdb/docs/ref/debug/intro.html:
  Turn off SCCS flag
bdb/docs/ref/debug/printlog.html:
  Turn off SCCS flag
bdb/docs/ref/debug/runtime.html:
  Turn off SCCS flag
bdb/docs/ref/distrib/layout.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/format.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/text.html:
  Turn off SCCS flag
bdb/docs/ref/dumpload/utility.html:
  Turn off SCCS flag
bdb/docs/ref/env/create.html:
  Turn off SCCS flag
bdb/docs/ref/env/error.html:
  Turn off SCCS flag
bdb/docs/ref/env/intro.html:
  Turn off SCCS flag
bdb/docs/ref/env/naming.html:
  Turn off SCCS flag
bdb/docs/ref/env/open.html:
  Turn off SCCS flag
bdb/docs/ref/env/region.html:
  Turn off SCCS flag
bdb/docs/ref/env/remote.html:
  Turn off SCCS flag
bdb/docs/ref/env/security.html:
  Turn off SCCS flag
bdb/docs/ref/intro/data.html:
  Turn off SCCS flag
bdb/docs/ref/install/file.html:
  Turn off SCCS flag
bdb/docs/ref/install/magic.s5.be.txt:
  Turn off SCCS flag
bdb/docs/ref/install/magic.s5.le.txt:
  Turn off SCCS flag
bdb/docs/ref/install/magic.txt:
  Turn off SCCS flag
bdb/docs/ref/intro/dbis.html:
  Turn off SCCS flag
bdb/docs/ref/intro/dbisnot.html:
  Turn off SCCS flag
bdb/docs/ref/intro/distrib.html:
  Turn off SCCS flag
bdb/docs/ref/intro/need.html:
  Turn off SCCS flag
bdb/docs/ref/intro/products.html:
  Turn off SCCS flag
bdb/docs/ref/intro/terrain.html:
  Turn off SCCS flag
bdb/docs/ref/intro/what.html:
  Turn off SCCS flag
bdb/docs/ref/intro/where.html:
  Turn off SCCS flag
bdb/docs/ref/java/compat.html:
  Turn off SCCS flag
bdb/docs/ref/java/conf.html:
  Turn off SCCS flag
bdb/docs/ref/java/faq.html:
  Turn off SCCS flag
bdb/docs/ref/java/program.html:
  Turn off SCCS flag
bdb/docs/ref/lock/am_conv.html:
  Turn off SCCS flag
bdb/docs/ref/lock/cam_conv.html:
  Turn off SCCS flag
bdb/docs/ref/lock/config.html:
  Turn off SCCS flag
bdb/docs/ref/lock/dead.html:
  Turn off SCCS flag
bdb/docs/ref/lock/intro.html:
  Turn off SCCS flag
bdb/docs/ref/lock/max.html:
  Turn off SCCS flag
bdb/docs/ref/lock/nondb.html:
  Turn off SCCS flag
bdb/docs/ref/lock/notxn.html:
  Turn off SCCS flag
bdb/docs/ref/lock/page.html:
  Turn off SCCS flag
bdb/docs/ref/lock/stdmode.html:
  Turn off SCCS flag
bdb/docs/ref/lock/twopl.html:
  Turn off SCCS flag
bdb/docs/ref/log/config.html:
  Turn off SCCS flag
bdb/docs/ref/log/intro.html:
  Turn off SCCS flag
bdb/docs/ref/log/limits.html:
  Turn off SCCS flag
bdb/docs/ref/mp/config.html:
  Turn off SCCS flag
bdb/docs/ref/mp/intro.html:
  Turn off SCCS flag
bdb/docs/ref/perl/intro.html:
  Turn off SCCS flag
bdb/docs/ref/program/appsignals.html:
  Turn off SCCS flag
bdb/docs/ref/program/byteorder.html:
  Turn off SCCS flag
bdb/docs/ref/program/compatible.html:
  Turn off SCCS flag
bdb/docs/ref/program/copy.html:
  Turn off SCCS flag
bdb/docs/ref/program/dbsizes.html:
  Turn off SCCS flag
bdb/docs/ref/program/diskspace.html:
  Turn off SCCS flag
bdb/docs/ref/program/environ.html:
  Turn off SCCS flag
bdb/docs/ref/program/errorret.html:
  Turn off SCCS flag
bdb/docs/ref/program/extending.html:
  Turn off SCCS flag
bdb/docs/ref/program/mt.html:
  Turn off SCCS flag
bdb/docs/ref/program/namespace.html:
  Turn off SCCS flag
bdb/docs/ref/program/recimp.html:
  Turn off SCCS flag
bdb/docs/ref/program/runtime.html:
  Turn off SCCS flag
bdb/docs/ref/program/scope.html:
  Turn off SCCS flag
bdb/docs/ref/program/solaris.txt:
  Turn off SCCS flag
bdb/docs/ref/program/version.html:
  Turn off SCCS flag
bdb/docs/ref/refs/hash_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/refs/refs.html:
  Turn off SCCS flag
bdb/docs/ref/refs/witold.html:
  Turn off SCCS flag
bdb/docs/ref/refs/bdb_usenix.html:
  Turn off SCCS flag
bdb/docs/ref/refs/bdb_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/refs/embedded.html:
  Turn off SCCS flag
bdb/docs/ref/refs/libtp_usenix.ps:
  Turn off SCCS flag
bdb/docs/ref/rpc/client.html:
  Turn off SCCS flag
bdb/docs/ref/rpc/intro.html:
  Turn off SCCS flag
bdb/docs/ref/rpc/server.html:
  Turn off SCCS flag
bdb/docs/ref/sendmail/intro.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/close.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/del.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/errors.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/example.txt:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/get.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/handles.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/intro.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/keydata.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/open.html:
  Turn off SCCS flag
bdb/docs/ref/simple_tut/put.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/error.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/faq.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/intro.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/program.html:
  Turn off SCCS flag
bdb/docs/ref/tcl/using.html:
  Turn off SCCS flag
bdb/docs/ref/test/faq.html:
  Turn off SCCS flag
bdb/docs/ref/test/run.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/admin.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/app.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/archival.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/checkpoint.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/cursor.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/data_open.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/deadlock.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/env_open.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/filesys.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/inc.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/intro.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/logfile.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/put.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/read.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/reclimit.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/recovery.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/term.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/throughput.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/transapp.txt:
  Turn off SCCS flag
bdb/docs/ref/transapp/why.html:
  Turn off SCCS flag
bdb/docs/ref/transapp/writetest.txt:
  Turn off SCCS flag
bdb/docs/ref/txn/config.html:
  Turn off SCCS flag
bdb/docs/ref/txn/intro.html:
  Turn off SCCS flag
bdb/docs/ref/txn/limits.html:
  Turn off SCCS flag
bdb/docs/ref/txn/nested.html:
  Turn off SCCS flag
bdb/docs/ref/txn/other.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/convert.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/system.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.2.0/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/close.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/db.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/db_cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbenv.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbenv_cxx.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/dbinfo.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/eacces.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/eagain.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/envopen.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/func.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/java.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/join.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/jump_set.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_put.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/log_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/open.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/rmw.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade/process.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_detect.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_notheld.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/lock_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/log_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/memp_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_begin.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_commit.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/txn_stat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/value_set.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.0/xa.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/btstat.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/config.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/dup.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/env.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/log_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/logalloc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/put.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_tx_recover.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/sysmem.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/tcl.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/memp_register.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_feedback.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/set_paniccall.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/tmp.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.1/txn_check.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/callback.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/db_dump.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/disk.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/handle.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/incomplete.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/intro.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/mutexlock.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/notfound.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/renumber.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/set_flags.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/toc.html:
  Turn off SCCS flag
bdb/docs/ref/upgrade.3.2/tx_recover.html:
  Turn off SCCS flag
bdb/docs/ref/xa/config.html:
  Turn off SCCS flag
bdb/docs/ref/xa/faq.html:
  Turn off SCCS flag
bdb/docs/ref/xa/intro.html:
  Turn off SCCS flag
bdb/docs/sleepycat/contact.html:
  Turn off SCCS flag
bdb/docs/sleepycat/legal.html:
  Turn off SCCS flag
bdb/docs/sleepycat/license.html:
  Turn off SCCS flag
bdb/docs/utility/index.html:
  Turn off SCCS flag
bdb/docs/utility/berkeley_db_svc.html:
  Turn off SCCS flag
bdb/docs/utility/db_archive.html:
  Turn off SCCS flag
bdb/docs/utility/db_checkpoint.html:
  Turn off SCCS flag
bdb/docs/utility/db_deadlock.html:
  Turn off SCCS flag
bdb/docs/utility/db_dump.html:
  Turn off SCCS flag
bdb/docs/utility/db_load.html:
  Turn off SCCS flag
bdb/docs/utility/db_printlog.html:
  Turn off SCCS flag
bdb/docs/utility/db_recover.html:
  Turn off SCCS flag
bdb/docs/utility/db_stat.html:
  Turn off SCCS flag
bdb/docs/utility/db_upgrade.html:
  Turn off SCCS flag
bdb/docs/utility/db_verify.html:
  Turn off SCCS flag
bdb/dist/RELEASE:
  - add "a" to version string
bdb/dist/configure.in:
  - fix for oddball SCO Unix systems
bdb/env/env_method.c:
  - add dbenv->db_noticecall()
bdb/include/db.src:
  - add dbenv->db_noticecall()
bdb/include/log.h:
  - increase LG_BASE_REGION_SIZE to 480 KB
bdb/log/log_put.c:
  - add dbenv->db_noticecall()
2001-03-04 19:53:00 -05:00
unknown
ec6ae09161 Import changeset 2001-03-04 19:42:05 -05:00