changeset 8495:27305753852c

[USG5_4] (SVR4): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 1994 19:33:08 +0000
parents ae554ccf4fb5
children 2dba6eb73c65
files src/m/i860.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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