hack.mfndpos.h revision 1.2
1/*	$OpenBSD: hack.mfndpos.h,v 1.2 2001/01/28 23:41:44 niklas Exp $*/
2
3/*
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
5 *
6 *	$NetBSD: hack.mfndpos.h,v 1.3 1995/03/23 08:30:41 cgd Exp $
7 */
8
9#define	ALLOW_TRAPS	0777
10#define	ALLOW_U		01000
11#define	ALLOW_M		02000
12#define	ALLOW_TM	04000
13#define	ALLOW_ALL	(ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
14#define	ALLOW_SSM	010000
15#define	ALLOW_ROCK	020000
16#define	NOTONL		040000
17#define	NOGARLIC	0100000
18