blob: 395b4a0875cf0e62522a195986d43ade99e646d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
*** config.h.orig Tue Aug 27 21:41:47 1996
--- config.h Mon Nov 18 18:25:14 1996
***************
*** 30,36 ****
variable in the installed version, but you know best...
*/
#ifndef ROOTDIR
! #define ROOTDIR "."
#endif
/*
--- 30,36 ----
variable in the installed version, but you know best...
*/
#ifndef ROOTDIR
! #define ROOTDIR "/usr/X11R6/lib/X11/xsokoban"
#endif
/*
***************
*** 95,101 ****
OWNER: defines the name of the local game owner.
*/
#ifndef OWNER
! #define OWNER "andru"
#endif
/*
--- 95,101 ----
OWNER: defines the name of the local game owner.
*/
#ifndef OWNER
! #define OWNER "root"
#endif
/*
***************
*** 147,153 ****
*/
#ifndef WWW
! #define WWW 1
#endif
#define DEBUG_SERVER(x)
--- 147,153 ----
*/
#ifndef WWW
! #define WWW 0
#endif
#define DEBUG_SERVER(x)
|