summaryrefslogtreecommitdiffstats
path: root/wump/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'wump/pathnames.h')
-rw-r--r--wump/pathnames.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/wump/pathnames.h b/wump/pathnames.h
index d3984f12..c1e99eb4 100644
--- a/wump/pathnames.h
+++ b/wump/pathnames.h
@@ -31,5 +31,7 @@
* @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
-#define _PATH_PAGER "/usr/bin/more"
-#define _PATH_WUMPINFO "/usr/share/games/wump.info"
+#include "config.h"
+
+#define _PATH_PAGER PREFIX"/bin/more"
+#define _PATH_WUMPINFO PREFIX"/share/games/wump.info"