From 7da52177c8e1bef1175ebb8768856a5869d9eb3b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 1994 19:33:08 +0000 Subject: [PATCH] [USG5_4] (SVR4): Defined. --- src/m/i860.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/m/i860.h b/src/m/i860.h index 5dc302a5cd2..0e32cc7f9a2 100644 --- a/src/m/i860.h +++ b/src/m/i860.h @@ -107,3 +107,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ code will not be sharable; but that's better than failing completely. */ #define NO_REMAP + +/* The X11 include files for i860-sysv4 need the macro SVR4 defined. + --Kaveh Ghazi (ghazi@noc.rutgers.edu) 8/9/94. */ +#ifdef USG5_4 +#ifndef SVR4 +#define SVR4 +#endif +#endif -- 2.39.5