--- ./include/config.h.org Tue Jul 20 09:28:12 1993 +++ ./include/config.h Tue Nov 23 21:30:50 1993 @@ -261,12 +261,12 @@ #ifdef UNIX /* path and file name extension for compression program */ -# define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ -# define COMPRESS_EXTENSION ".Z" /* compress's extension */ +/* # define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ +/* # define COMPRESS_EXTENSION ".Z" /* compress's extension */ /* An example of one alternative you might want to use: */ -/* # define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ -/* # define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ +# define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ +# define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif #ifndef COMPRESS # define INTERNAL_COMP /* control use of NetHack's compression routines */ @@ -288,7 +288,7 @@ * If you define HACKDIR, then this will be the default playground; * otherwise it will be the current directory. */ -#define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ +#define HACKDIR "/usr/local/lib/nethackdir" /* nethack directory */ /* * Some system administrators are stupid enough to make Hack suid root --- ./include/unixconf.h.org Tue Jul 20 09:24:02 1993 +++ ./include/unixconf.h Tue Nov 23 21:30:31 1993 @@ -33,7 +33,7 @@ /* #define SVR4 /* use in addition to SYSV for System V Release 4 */ #define NETWORK /* if running on a networked system */ /* e.g. Suns sharing a playground through NFS */ -#define SUNOS4 /* SunOS 4.x */ +/* #define SUNOS4 /* SunOS 4.x */ /* #define LINUX /* Another Unix clone running on Intel processors */ /* #define GENIX /* Yet Another Unix Clone */ /* #define HISX /* Bull Unix for XPS Machines */ @@ -41,11 +41,11 @@ /* #define UNIXPC /* use in addition to SYSV for AT&T 7300/3B1 */ /* #define AIX_31 /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain job control (note that AIX is SYSV otherwise) */ -/* #define TEXTCOLOR /* Use System V r3.2 terminfo color support */ +#define TEXTCOLOR /* Use System V r3.2 terminfo color support */ /* or ANSI color support on termcap systems */ /* or X11 color */ /* #define POSIX_JOB_CONTROL /* use System V POSIX job control */ -/* #define POSIX_TYPES /* use POSIX types for system calls and termios */ +#define POSIX_TYPES /* use POSIX types for system calls and termios */ /* define for platforms using the GNU libraries */ /* linux, etc .. */ @@ -107,7 +107,7 @@ * A stat system call is done on the mailbox every MAILCKFREQ moves. */ -#define MAIL /* Deliver mail during the game */ +/* #define MAIL /* Deliver mail during the game */ /* The Andrew Message System does mail a little differently from normal * UNIX. Mail is deposited in the user's own directory in ~/Mailbox --- ./sys/unix/Makefile.top.org Mon Jan 25 00:30:02 1993 +++ ./sys/unix/Makefile.top Tue Nov 23 21:52:44 1993 @@ -32,8 +32,8 @@ # therefore there should not be anything in GAMEDIR that you want to keep # (if there is, you'll have to do the installation by hand or modify the # instructions) -GAMEDIR = /usr/games/lib/$(GAME)dir -SHELLDIR = /usr/games +GAMEDIR = /usr/local/lib/$(GAME)dir +SHELLDIR = /usr/local/bin DATHELP = help hh cmdhelp history opthelp wizhelp VARDAT = data oracles options quest.dat rumors