# HG changeset patch # User Richard M. Stallman # Date 776460788 0 # Node ID 27305753852c56c14d16b66802e798e15e483347 # Parent ae554ccf4fb5cbc1fc52de7a720850414202696a [USG5_4] (SVR4): Defined. diff -r ae554ccf4fb5 -r 27305753852c src/m/i860.h --- a/src/m/i860.h Tue Aug 09 05:52:47 1994 +0000 +++ b/src/m/i860.h Tue Aug 09 19:33:08 1994 +0000 @@ -107,3 +107,11 @@ 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