File: hack.mfndpos.h

package info (click to toggle)
bsdgames-nonfree 2.12-3
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,056 kB
  • ctags: 2,113
  • sloc: ansic: 29,027; sh: 1,006; makefile: 51
file content (17 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $	*/

/*
 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
 */
#ifndef _HACK_MFNDPOS_H_
#define _HACK_MFNDPOS_H_
#define	ALLOW_TRAPS	0777
#define	ALLOW_U		01000
#define	ALLOW_M		02000
#define	ALLOW_TM	04000
#define	ALLOW_ALL	(ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
#define	ALLOW_SSM	010000
#define	ALLOW_ROCK	020000
#define	NOTONL		040000
#define	NOGARLIC	0100000
#endif /* _HACK_MFNDPOS_H_ */