]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.mfndpos.h
Provide a BN_dec2bn() shim for the non-openssl case that reports an error
[bsdgames-darwin.git] / hack / hack.mfndpos.h
index f7c98a3ec9065d4881de4e588f485601ac7b038f..5c3f60d3ab69ab1f37833f6b8c474bba0c3e422e 100644 (file)
@@ -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_ */