summaryrefslogtreecommitdiff
blob: 83ab94a95375c15c471afef57ea042e323664cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- include/config.h.orig	2003-06-21 20:44:00.000000000 -0400
+++ include/config.h	2003-06-21 20:46:42.000000000 -0400
@@ -172,2 +172,2 @@
-#define COMPRESS "/usr/bin/compress"	/* Lempel-Ziv compression */
-#define COMPRESS_EXTENSION ".Z"		/* compress's extension */
+#define COMPRESS "/bin/bzip2"	/* Lempel-Ziv compression */
+#define COMPRESS_EXTENSION ".bz2"		/* compress's extension */
@@ -188 +188 @@
-/* #define DLB */	/* not supported on all platforms */
+#define DLB 1	/* not supported on all platforms */
@@ -207 +207 @@
-#  define HACKDIR "/usr/games/lib/nethackdir"
+#  define HACKDIR "GENTOO_HACKDIR"
@@ -303 +303 @@
-/* #define VISION_TABLES */ /* use vision tables generated at compile time */
+#define VISION_TABLES 1 /* use vision tables generated at compile time */
--- include/unixconf.h.orig	2003-06-21 20:47:54.000000000 -0400
+++ include/unixconf.h	2003-06-21 20:48:39.000000000 -0400
@@ -40 +40 @@
-/* #define LINUX */	/* Another Unix clone */
+#define LINUX 1	/* Another Unix clone */
@@ -135 +135 @@
-/* #define TIMED_DELAY */	/* usleep() */
+#define TIMED_DELAY 1
--- src/Makefile.orig	2003-06-21 20:55:36.000000000 -0400
+++ src/Makefile	2003-06-21 20:55:49.000000000 -0400
@@ -234 +234 @@
-WINTTYLIB = -ltermlib
+WINTTYLIB = -lncurses