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