]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/warp.h
Use PREFIX now
[bsdgames-darwin.git] / warp / warp.h
index 24abfdc307c5a102b064e34b9d47934019bd18ba..4dabe7be5bd7357477953093f69441f1deb86225 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef WARP_H
 #define WARP_H
 
-#include "config.h"    /* generated by Configure script */
+#include "config.h"
+#include "warp-config.h"       /* generated by Configure script */
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -43,7 +44,7 @@
  * access.)
  */
 
-#define SAVEDIR "/var/games/warp"
+#define SAVEDIR LOCALSTATEDIR"/games/warp"
 #define NEWSFILE "warp.news"
 #define HELPFILE "warp.doc"
 #define LOCKFILE ".warp.lock"
@@ -59,7 +60,7 @@
 #   ifdef PRIVLIB
 #      define WARPLIB PRIVLIB
 #   else
-#      define WARPLIB "/usr/games/warp"
+#      define WARPLIB PREFIX"/games/warp"
 #   endif
 #endif
 
@@ -267,7 +268,7 @@ EXT char amb[YSIZE][XSIZE];
 /* preferred shell for use in doshell routine */
 /*  ksh or sh would be okay here */
 #ifndef PREFSHELL
-#   define PREFSHELL "/bin/csh"
+#   define PREFSHELL "/bin/sh"
 #endif
 
 /* path to fastest starting shell */