summaryrefslogtreecommitdiff
path: root/games/hack/hack.mfndpos.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /games/hack/hack.mfndpos.h
initial import of NetBSD tree
Diffstat (limited to 'games/hack/hack.mfndpos.h')
-rw-r--r--games/hack/hack.mfndpos.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/hack/hack.mfndpos.h b/games/hack/hack.mfndpos.h
new file mode 100644
index 00000000000..f7c98a3ec90
--- /dev/null
+++ b/games/hack/hack.mfndpos.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ *
+ * $NetBSD: hack.mfndpos.h,v 1.3 1995/03/23 08:30:41 cgd Exp $
+ */
+
+#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