Index of /Applications/News/C-News/Feb_1993_Release/dbz

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