Home | History | Annotate | Line # | Download | only in hack
hack.mfndpos.h revision 1.4
      1  1.4  christos /*	$NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $	*/
      2  1.4  christos 
      3  1.2   mycroft /*
      4  1.2   mycroft  * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
      5  1.2   mycroft  */
      6  1.4  christos #ifndef _HACK_MFNDPOS_H_
      7  1.4  christos #define _HACK_MFNDPOS_H_
      8  1.1       cgd #define	ALLOW_TRAPS	0777
      9  1.1       cgd #define	ALLOW_U		01000
     10  1.1       cgd #define	ALLOW_M		02000
     11  1.1       cgd #define	ALLOW_TM	04000
     12  1.1       cgd #define	ALLOW_ALL	(ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
     13  1.1       cgd #define	ALLOW_SSM	010000
     14  1.1       cgd #define	ALLOW_ROCK	020000
     15  1.1       cgd #define	NOTONL		040000
     16  1.1       cgd #define	NOGARLIC	0100000
     17  1.4  christos #endif /* _HACK_MFNDPOS_H_ */
     18