]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/pathnames.h
Use PREFIX now
[bsdgames-darwin.git] / hack / pathnames.h
index 3af190e99f268c6d02b69774ebdeb9e1783c356b..bbd2fa7123f7969fe6e8f032ae2ce8517d6dfa93 100644 (file)
@@ -31,7 +31,9 @@
  *     @(#)pathnames.h 8.1 (Berkeley) 5/31/93
  */
 
-#define        _PATH_MAIL      "/usr/bin/mail"
-#define        _PATH_QUEST     "/var/games/questdir"
-#define        _PATH_HACK      "/var/games/hackdir"
+#include "config.h"
+
+#define        _PATH_MAIL      PREFIX"/bin/mail"
+#define        _PATH_QUEST     LOCALSTATEDIR"/games/questdir"
+#define        _PATH_HACK      LOCALSTATEDIR"/games/hackdir"