Index: vultures-2.2.100/nethack/include/config.h
===================================================================
--- vultures-2.2.100.orig/nethack/include/config.h	2010-01-18 18:53:19.000000000 +0100
+++ vultures-2.2.100/nethack/include/config.h	2010-01-18 18:53:40.000000000 +0100
@@ -178,12 +178,8 @@
  */
 
 #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 */                                        
-/* 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 "/bin/gzip"         /* FSF gzip compression */
+#define COMPRESS_EXTENSION ".gz"     /* normal gzip extension */
 #endif
 
 #ifndef COMPRESS
