]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/hack.mfndpos.h
WARNSify
[bsdgames-darwin.git] / hack / hack.mfndpos.h
1 /*
2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
3 *
4 * $NetBSD: hack.mfndpos.h,v 1.3 1995/03/23 08:30:41 cgd Exp $
5 */
6
7 #define ALLOW_TRAPS 0777
8 #define ALLOW_U 01000
9 #define ALLOW_M 02000
10 #define ALLOW_TM 04000
11 #define ALLOW_ALL (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
12 #define ALLOW_SSM 010000
13 #define ALLOW_ROCK 020000
14 #define NOTONL 040000
15 #define NOGARLIC 0100000