1 /* $Id: config.h,v 1.1 1996/05/04 19:08:18 yoneyama Exp yoneyama $
2  */
3 /************************************************************************
4  * SameGame for X Window (sxsame)                                       *
5  * Copyleft  (c) 1994-1996  Software Research Academy                   *
6  ************************************************************************/
7 #ifndef SAME_DIR
8 # define SAME_DIR "/usr/local/games/sxsame"
9 #endif /* !SAME_DIR */
10 
11 #define ENABLE_HISCORE
12 
13 #define MENU_FONT "7x14"
14 
15 
16 #ifdef ENABLE_HISCORE
17 # define LOCK_FILE  ".LOCK"
18 # define LOCK_RETRY 3
19 # define HISCORE_FILE "hiscore"
20 #endif /* ENABLE_HISCORE */
21 
22 #define OTHER_DATA_FILE "samegame.dat"
23 
24 /* #define BONUS1000 */
25 
26 /* #define DEBUG */
27 
28