1 /*
2  *	@(#) sys_custom.h -- system dependent defines for the TROJKA++
3 	created:	26.iv.1992
4 	modified:	2.v.1992
5  */
6 
7 #ifndef _sys_custom_
8 #define _sys_custom_
9 
10 #ifndef SCOREFILE
11 #define SCOREFILE "/usr/games/lib/trojka.scores"
12 #endif
13 
14 #define UMASK 0666    			/* creation mask for hiscorefile */
15 
16 #endif _sys_custom_
17