Home | History | Annotate | Line # | Download | only in hack
hack.mfndpos.h revision 1.1
      1  1.1  cgd /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
      2  1.1  cgd /* hack.mfndpos.h - version 1.0.2 */
      3  1.1  cgd 
      4  1.1  cgd #define	ALLOW_TRAPS	0777
      5  1.1  cgd #define	ALLOW_U		01000
      6  1.1  cgd #define	ALLOW_M		02000
      7  1.1  cgd #define	ALLOW_TM	04000
      8  1.1  cgd #define	ALLOW_ALL	(ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
      9  1.1  cgd #define	ALLOW_SSM	010000
     10  1.1  cgd #define	ALLOW_ROCK	020000
     11  1.1  cgd #define	NOTONL		040000
     12  1.1  cgd #define	NOGARLIC	0100000
     13