blob: a048cc836ec1cc71871dfa35ea9ca84dcf5981fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- include/unixconf.h.orig 2003-12-01 17:11:49.313313384 -0500
+++ include/unixconf.h 2003-12-01 17:12:17.518025616 -0500
@@ -96,13 +96,13 @@
*/
/* #define NO_FILE_LINKS */ /* if no hard links */
-/* #define LOCKDIR "/usr/games/lib/nethackdir" */ /* where to put locks */
+#define LOCKDIR "GENTOO_STATEDIR"
/*
* If you want the static parts of your playground on a read-only file
* system, define VAR_PLAYGROUND to be where the variable parts are kept.
*/
-/* #define VAR_PLAYGROUND "/var/lib/games/nethack" */
+#define VAR_PLAYGROUND "GENTOO_STATEDIR"
/*
|