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