summaryrefslogtreecommitdiff
path: root/games/hack/hack.mfndpos.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-04 04:03:31 +0000
commit554eb505f88b72f17fd718c5b2c4cff707c0f817 (patch)
treea9f8f9086491ddb64c3de11026474c8cb3cf2dd6 /games/hack/hack.mfndpos.h
parent28178404aff64c092070e5d3ec53c13d06f6a471 (diff)
downloadsrc-test2-554eb505f88b72f17fd718c5b2c4cff707c0f817.tar.gz
src-test2-554eb505f88b72f17fd718c5b2c4cff707c0f817.zip
Notes
Diffstat (limited to 'games/hack/hack.mfndpos.h')
-rw-r--r--games/hack/hack.mfndpos.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/hack/hack.mfndpos.h b/games/hack/hack.mfndpos.h
new file mode 100644
index 000000000000..f4da529fc7fc
--- /dev/null
+++ b/games/hack/hack.mfndpos.h
@@ -0,0 +1,12 @@
+/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
+/* hack.mfndpos.h - version 1.0.2 */
+
+#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