1996-11-20 07:06:59 +00:00
|
|
|
*** 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
|
2000-01-22 11:46:45 +00:00
|
|
|
! #define ROOTDIR "%%PREFIX%%/lib/X11/xsokoban"
|
1996-11-20 07:06:59 +00:00
|
|
|
#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)
|