home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d008 / hack.lha / src / hack.mfndpos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-01-18  |  337 b   |  12 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. #define    ALLOW_TRAPS    0777
  4. #define    ALLOW_U        01000
  5. #define    ALLOW_M        02000
  6. #define    ALLOW_TM    04000
  7. #define    ALLOW_ALL    (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
  8. #define    ALLOW_SSM    010000
  9. #define    ALLOW_ROCK    020000
  10. #define    NOTONL        040000
  11. #define    NOGARLIC    0100000
  12.