From b4f30507de0198d761e0aff11da7ebe0df45f260 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Aug 1995 22:35:35 +0000 Subject: [PATCH] (ORDINARY_LINK): Define only if __osf1__. --- src/m/alpha.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/m/alpha.h b/src/m/alpha.h index 2188fefff53..f8f4b7e8798 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -159,10 +159,9 @@ NOTE-END #define DATA_SEG_BITS 0x140000000 - +#ifdef __osf1__ #define ORDINARY_LINK -#ifdef __osf1__ /* Some systems seem to have this, others don't. */ #ifdef HAVE_LIBDNET #define LIBS_MACHINE -ldnet -- 2.39.2