1 2This is version 1.85 of the Berkeley DB code. 3 4For information on compiling and installing this software, see the file 5PORT/README. 6 7Newer versions of this software will periodically be made available by 8anonymous ftp from ftp.cs.berkeley.edu. An archive in compressed format 9is in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz. If 10you'd like to receive announcements of future releases of this software, 11send email to the contact address below. 12 13Email questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu. 14 15============================================ 16Distribution contents: 17 18Makefile.inc Ignore this, it's the 4.4BSD subsystem Makefile. 19PORT The per OS/architecture directories to use to build 20 libdb.a, if you're not running 4.4BSD. See the file 21 PORT/README for more information. 22README This file. 23btree The B+tree routines. 24changelog List of changes, per version. 25db The dbopen(3) interface routine. 26docs Various USENIX papers, and the formatted manual pages. 27hash The extended linear hashing routines. 28man The unformatted manual pages. 29mpool The memory pool routines. 30recno The fixed/variable length record routines. 31test Test package. 32 33