mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6f6ffdc742
PR: 4007 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
31 lines
904 B
Plaintext
31 lines
904 B
Plaintext
*** sokoban.h Fri May 15 05:15:26 1992
|
|
--- /home/andy/tmp/wrk/sokoban.h Tue Apr 29 19:02:00 1997
|
|
***************
|
|
*** 1,6 ****
|
|
--- 1,14 ----
|
|
/***********************************************************************
|
|
You may wish to alter the following directory paths
|
|
***********************************************************************/
|
|
+
|
|
+ #ifdef PREFIX
|
|
+ #define SCREENPATH PREFIX "/share/sokoban/screens"
|
|
+ #define SAVEPATH PREFIX "/share/sokoban"
|
|
+ #define LOCKFILE "/tmp/sok.tmp"
|
|
+ #define SCOREFILE PREFIX "/share/sokoban/highscore"
|
|
+ #else
|
|
+
|
|
/**/
|
|
/* SCREENPATH: the name of the directioy where the screen file are held */
|
|
/**/
|
|
***************
|
|
*** 23,28 ****
|
|
--- 31,38 ----
|
|
/* SCOREFILE: the full pathname of the score file */
|
|
/**/
|
|
#define SCOREFILE "/usr/games/sokob/highscore"
|
|
+
|
|
+ #endif
|
|
|
|
/**/
|
|
/* MAXUSERNAME: defines the maximum length of a system's user name */
|