xref: /netbsd/games/hack/hack.mfndpos.h (revision bf9ec67e)
1 /*	$NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $	*/
2 
3 /*
4  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
5  */
6 #ifndef _HACK_MFNDPOS_H_
7 #define _HACK_MFNDPOS_H_
8 #define	ALLOW_TRAPS	0777
9 #define	ALLOW_U		01000
10 #define	ALLOW_M		02000
11 #define	ALLOW_TM	04000
12 #define	ALLOW_ALL	(ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
13 #define	ALLOW_SSM	010000
14 #define	ALLOW_ROCK	020000
15 #define	NOTONL		040000
16 #define	NOGARLIC	0100000
17 #endif /* _HACK_MFNDPOS_H_ */
18