From: Richard M. Stallman Date: Tue, 9 Aug 1994 19:33:08 +0000 (+0000) Subject: [USG5_4] (SVR4): Defined. X-Git-Tag: emacs-19.34~7358 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7da52177c8e1bef1175ebb8768856a5869d9eb3b;p=emacs.git [USG5_4] (SVR4): Defined. --- 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