diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 18:34:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 18:34:37 +0000 |
commit | 3dc4cfe73b9a79bdc89dcecce3413d29937c8e34 (patch) | |
tree | cd07d1ac74b3e30498a8fddde2c7252bfc042574 /games/unnethack/files/patch-config.h | |
parent | 334b6dde97ac7654ebef54ac20b84c439d1d6b8c (diff) |
Notes
Diffstat (limited to 'games/unnethack/files/patch-config.h')
-rw-r--r-- | games/unnethack/files/patch-config.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h new file mode 100644 index 000000000000..a14697939199 --- /dev/null +++ b/games/unnethack/files/patch-config.h @@ -0,0 +1,37 @@ +--- include/config.h.good Wed Nov 22 23:18:52 2000 ++++ include/config.h Wed Nov 22 23:29:22 2000 +@@ -176,12 +176,12 @@ + + #ifdef UNIX + /* path and file name extension for compression program */ +-# define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ +-# define COMPRESS_EXTENSION ".Z" /* compress's extension */ ++/* # define COMPRESS "/usr/bin/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 */ + + /* # define COMPRESS "/usr/bin/bzip2" *//* bzip2 compression */ + /* # define COMPRESS_EXTENSION ".bz2" *//* bzip2 extension */ +@@ -195,7 +195,7 @@ + * a tar-like file, thus making a neater installation. See *conf.h + * for detailed configuration. + */ +-/* #define DLB */ /* not supported on all platforms */ ++#define DLB /* not supported on all platforms */ + + /* + * Defining INSURANCE slows down level changes, but allows games that +@@ -214,7 +214,7 @@ + * otherwise it will be the current directory. + */ + # ifndef HACKDIR +-# define HACKDIR "." /* nethack directory */ ++# define HACKDIR "/usr/local/share/slashem-tty" /* nethack directory */ + # endif + + /* |