giggle: initial release
[crux-ports.git] / nethack / nethack-gzip.diff
1 diff -aur nethack-3.4.3.orig/include/config.h nethack-3.4.3/include/config.h
2 --- nethack-3.4.3.orig/include/config.h 2003-12-08 00:39:13.000000000 +0100
3 +++ nethack-3.4.3/include/config.h      2005-03-11 18:41:21.000000000 +0100
4 @@ -169,11 +169,11 @@
5  
6  #ifdef UNIX
7  /* path and file name extension for compression program */
8 -#define COMPRESS "/usr/bin/compress"   /* Lempel-Ziv compression */
9 -#define COMPRESS_EXTENSION ".Z"                /* compress's extension */
10 +/* #define COMPRESS "/usr/bin/compress" */     /* Lempel-Ziv compression */
11 +/* #define COMPRESS_EXTENSION ".Z" */          /* compress's extension */
12  /* An example of one alternative you might want to use: */
13 -/* #define COMPRESS "/usr/local/bin/gzip" */   /* FSF gzip compression */
14 -/* #define COMPRESS_EXTENSION ".gz" */         /* normal gzip extension */
15 +#define COMPRESS "/bin/gzip"   /* FSF gzip compression */
16 +#define COMPRESS_EXTENSION ".gz"               /* normal gzip extension */
17  #endif
18  
19  #ifndef COMPRESS