Index of /pub/mirror/minnie.tuhs.org/Applications/News/C-News/Feb_1993_Release/dbz

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile1994-01-28 01:35 4.5K 
[TXT]README1991-07-25 18:16 838  
[   ]altbytes1990-04-13 18:34 176  
[TXT]byteflip.c1990-05-26 19:03 614  
[   ]dbz1994-01-28 01:44 54K 
[   ]dbz.11992-02-12 19:12 4.6K 
[   ]dbz.3z1991-02-04 04:43 12K 
[TXT]dbz.c1991-07-24 18:16 43K 
[TXT]dbz.h1991-02-04 04:32 822  
[TXT]dbzmain.c1992-02-10 03:49 11K 
[TXT]fake.c1990-12-12 20:12 2.7K 
[   ]firstlast251990-04-01 22:24 2.3K 
[   ]getmap1990-04-13 18:29 80  
[TXT]random.c1990-04-01 22:24 485  
[   ]revbytes1990-04-13 18:34 160  

This is the new, improved, lemon-freshened :-) dbz.

Just "make" will get you dbz.o and the dbz program.  "make r" runs an
extensive set of regression tests; most of the mysterious oddments lying
around here are to do with that.  "make rclean" cleans up after "make r".

You probably want to inspect the #ifdef list early in dbz.c before
compiling, although the defaults should work all right on most systems.

If you are not building this as part of C News, you will need to change
the -I option in FLAGS in the Makefile to "-I.", and delete the DBMLIBS
and RFC lines entirely.  That will break some of the regression tests;
at some point I'll fix this.

If you are using this independently from C News, you probably still want
to look through ../notebook/problems, as some of the portability problems
described in there can affect dbz.