home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / games / hack / hack.mfndpos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-02  |  363 b   |  13 lines

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