Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!www.nntp.primenet.com!nntp.primenet.com!enews.sgi.com!fido.asd.sgi.com!news From: Mark Andrews <mandrews@aw.sgi.com> Newsgroups: comp.bugs.4bsd Subject: Re: DBTYPE Date: Thu, 10 Oct 1996 11:36:57 -0400 Organization: Alias|Wavefront Lines: 16 Message-ID: <325D1819.41C6@aw.sgi.com> References: <53hmr6$sf0@filth.well.com> NNTP-Posting-Host: nebula.tor.aw.sgi.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01S (X11; I; IRIX 6.2 IP22) Julian Gordon wrote: > > I am trying to compile db, and there is a missing DBTYPE definition. > According to the manual it should be in db.h, and is missing. > Can someone point me to a definition thereof. > > Thanks awfully, > > Julian From the db 1.85 version of db.h: typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; This is the current version available from ftp.cs.berkeley.edu in ~ftp/ucb/4bsd.