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

Defined macros

ALLOW_ALL defined in line 8; used 1 times
ALLOW_M defined in line 6; used 7 times
ALLOW_ROCK defined in line 10; used 2 times
ALLOW_SSM defined in line 9; used 4 times
ALLOW_TM defined in line 7; used 3 times
ALLOW_TRAPS defined in line 4; used 5 times
ALLOW_U defined in line 5; used 6 times
NOGARLIC defined in line 12; used 3 times
NOTONL defined in line 11; used 6 times

Usage of this include

Last modified: 1985-10-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1776
Valid CSS Valid XHTML 1.0 Strict