summaryrefslogtreecommitdiffstats
path: root/canfield/canfield/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'canfield/canfield/pathnames.h')
-rw-r--r--canfield/canfield/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/canfield/canfield/pathnames.h b/canfield/canfield/pathnames.h
index 88c1bb36..eecae026 100644
--- a/canfield/canfield/pathnames.h
+++ b/canfield/canfield/pathnames.h
@@ -31,5 +31,7 @@
* @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
-#define _PATH_SCORE "/var/games/cfscores"
+#include "config.h"
+
+#define _PATH_SCORE LOCALSTATEDIR"/games/cfscores"