pc-hack

PC HACK 3.61 source code (archival)
git clone http://frotz.net/git/pc-hack.git
Log | Files | Refs

mfndpos.h (358B)


      1 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
      2 /* 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