1 /* 2 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. 3 * 4 * $Id: hack.mfndpos.h,v 1.2 1993/08/02 17:17:20 mycroft Exp $ 5 */ 6 7 #define ALLOW_TRAPS 0777 8 #define ALLOW_U 01000 9 #define ALLOW_M 02000 10 #define ALLOW_TM 04000 11 #define ALLOW_ALL (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS) 12 #define ALLOW_SSM 010000 13 #define ALLOW_ROCK 020000 14 #define NOTONL 040000 15 #define NOGARLIC 0100000 16