From 2eca7f4d65dfc8133a4a12c2c62b9db6585ad5b7 Mon Sep 17 00:00:00 2001
From: Gerd Moellmann <gerd@gnu.org>
Date: Wed, 19 Apr 2000 14:32:35 +0000
Subject: [PATCH] (_LP64) [!_LP64]: Define. (ORDINARY_LINK): Define for NetBSD.

---
 src/m/alpha.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/m/alpha.h b/src/m/alpha.h
index 53e4d51c939..c0ade7dc060 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -31,6 +31,9 @@ NOTE-END
 
 #define BITS_PER_LONG 64
 #define BITS_PER_EMACS_INT 64
+#ifndef _LP64
+#define _LP64
+#endif
 
 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
@@ -153,7 +156,7 @@ NOTE-END
 # endif
 #endif
 
-#if defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__OpenBSD__)
 #define ORDINARY_LINK
 #endif
 
-- 
2.39.5