]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/hack.mfndpos.h
1 /* $NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $ */
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
6 #ifndef _HACK_MFNDPOS_H_
7 #define _HACK_MFNDPOS_H_
8 #define ALLOW_TRAPS 0777
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
16 #define NOGARLIC 0100000
17 #endif /* _HACK_MFNDPOS_H_ */