* main.c: Disable append(); we don't have R_APPEND in this release
authorTom Yu <tlyu@mit.edu>
Fri, 23 Aug 2002 17:56:13 +0000 (17:56 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 23 Aug 2002 17:56:13 +0000 (17:56 +0000)
commitec20b865ce1132955b06bb37219cf68d0a99d455
treed1c4a4f22ed0c895d7fdb4d09b7d83595274d184
parent4347571f74648938e345d3e43e8ecf1ee0801888
* main.c: Disable append(); we don't have R_APPEND in this release
of DB for some reason.  Disable load() due to lack of fgetline().
Conditionalize lots of things on -DSTATISTICS or -DDEBUG as
appropriate.
(rlist): New function; does recursive listing of principals.
(main): Fix up naming of *_ENDIAN macros.  Default to read-only
open, with new "-w" option for opening read/write.  Actually call
db->sync with the correct number of arguments.
(show): Update call to __bt_dpage().
(usage): Update.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14753 dc483132-0cff-0310-8789-dd5450dbe970
src/util/db2/test/btree.tests/ChangeLog
src/util/db2/test/btree.tests/main.c