summaryrefslogtreecommitdiffstats
path: root/hack/hack.mfndpos.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
committerchristos <christos@NetBSD.org>1997-10-19 16:56:41 +0000
commit84e7d0704483ce39bbdeacd5e676168db6fa664f (patch)
treef9ffeffa1a4342e749494bc3f5618552435839af /hack/hack.mfndpos.h
parentf73f1009084e75624e3bc00fef9cf4749de80dcc (diff)
downloadbsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.gz
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.tar.zst
bsdgames-darwin-84e7d0704483ce39bbdeacd5e676168db6fa664f.zip
WARNsify...
Diffstat (limited to 'hack/hack.mfndpos.h')
-rw-r--r--hack/hack.mfndpos.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/hack/hack.mfndpos.h b/hack/hack.mfndpos.h
index f7c98a3e..5c3f60d3 100644
--- a/hack/hack.mfndpos.h
+++ b/hack/hack.mfndpos.h
@@ -1,9 +1,10 @@
+/* $NetBSD: hack.mfndpos.h,v 1.4 1997/10/19 16:58:19 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- * $NetBSD: hack.mfndpos.h,v 1.3 1995/03/23 08:30:41 cgd Exp $
*/
-
+#ifndef _HACK_MFNDPOS_H_
+#define _HACK_MFNDPOS_H_
#define ALLOW_TRAPS 0777
#define ALLOW_U 01000
#define ALLOW_M 02000
@@ -13,3 +14,4 @@
#define ALLOW_ROCK 020000
#define NOTONL 040000
#define NOGARLIC 0100000
+#endif /* _HACK_MFNDPOS_H_ */