Index of /Applications/News/C-News/Feb_1993_Release/dbz
Name Last modified Size Description
Parent Directory -
Makefile 1994-01-28 01:35 4.5K
altbytes 1990-04-13 18:34 176
byteflip.c 1990-05-26 19:03 614
dbz 1994-01-28 01:44 54K
dbz.1 1992-02-12 19:12 4.6K
dbz.3z 1991-02-04 04:43 12K
dbz.c 1991-07-24 18:16 43K
dbz.h 1991-02-04 04:32 822
dbzmain.c 1992-02-10 03:49 11K
fake.c 1990-12-12 20:12 2.7K
firstlast25 1990-04-01 22:24 2.3K
getmap 1990-04-13 18:29 80
random.c 1990-04-01 22:24 485
revbytes 1990-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.