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