Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118255 | Differences between
and this patch

Collapse All | Expand All

(-)include/config.h.orig (-3 / +5 lines)
Lines 179-186 Link Here
179
179
180
#ifdef UNIX
180
#ifdef UNIX
181
/* path and file name extension for compression program */
181
/* path and file name extension for compression program */
182
#define COMPRESS "/usr/bin/compress"   /* Lempel-Ziv compression */                                      
182
183
#define COMPRESS_EXTENSION ".Z"        /* compress's extension */                                        
183
#define COMPRESS "/bin/bzip2"
184
#define COMPRESS_EXTENSION ".bz2"
185
184
/* An example of one alternative you might want to use: */
186
/* An example of one alternative you might want to use: */
185
/* #define COMPRESS "/usr/local/bin/gzip" */   /* FSF gzip compression */                                
187
/* #define COMPRESS "/usr/local/bin/gzip" */   /* FSF gzip compression */                                
186
/* #define COMPRESS_EXTENSION ".gz" */     /* normal gzip extension */                                   
188
/* #define COMPRESS_EXTENSION ".gz" */     /* normal gzip extension */                                   
Lines 214-220 Link Here
214
 * otherwise it will be the current directory.
216
 * otherwise it will be the current directory.
215
 */
217
 */
216
# ifndef HACKDIR
218
# ifndef HACKDIR
217
#  define HACKDIR "/usr/games/lib/nethackdir"
219
#    define HACKDIR "GENTOO_HACKDIR"
218
# endif
220
# endif
219
221
220
/*
222
/*

Return to bug 118255