#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>
* access.)
*/
-#define SAVEDIR "/var/games/warp"
+#define SAVEDIR LOCALSTATEDIR"/games/warp"
#define NEWSFILE "warp.news"
#define HELPFILE "warp.doc"
#define LOCKFILE ".warp.lock"
# ifdef PRIVLIB
# define WARPLIB PRIVLIB
# else
-# define WARPLIB "/usr/games/warp"
+# define WARPLIB PREFIX"/games/warp"
# endif
#endif
/* 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 */