NetBSD/games/hack/hack.mfndpos.h

18 lines
481 B
C
Raw Normal View History

1997-10-19 20:56:41 +04:00
/* $NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $ */
1993-08-02 21:16:36 +04:00
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*/
1997-10-19 20:56:41 +04:00
#ifndef _HACK_MFNDPOS_H_
#define _HACK_MFNDPOS_H_
1993-03-21 12:45:37 +03:00
#define ALLOW_TRAPS 0777
#define ALLOW_U 01000
#define ALLOW_M 02000
#define ALLOW_TM 04000
#define ALLOW_ALL (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
#define ALLOW_SSM 010000
#define ALLOW_ROCK 020000
#define NOTONL 040000
#define NOGARLIC 0100000
1997-10-19 20:56:41 +04:00
#endif /* _HACK_MFNDPOS_H_ */