blob: 03a904c118c78d0ea3990c6d64fee12b66baa26d (
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
@@ -170,2 +170,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 */
@@ -186 +186 @@
-/* #define DLB */ /* not supported on all platforms */
+#define DLB 1 /* not supported on all platforms */
@@ -208 +208 @@
-# define HACKDIR "/usr/games/lib/nethackdir"
+# define HACKDIR "GENTOO_HACKDIR"
@@ -305 +305 @@
-/* #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
@@ -224 +224 @@
-WINTTYLIB = -ltermlib
+WINTTYLIB = -lncurses
|