summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-09 19:33:08 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-09 19:33:08 +0000
commit384de503a01517ef5b8de9c9e0425047e5f419d0 (patch)
tree9801a4edbe291751094847185e5d98d0c7bdd3e8 /src/m
parent0130ea7ae8e02034f67bd106309f40022cc150e5 (diff)
downloademacs-384de503a01517ef5b8de9c9e0425047e5f419d0.tar.gz
[USG5_4] (SVR4): Defined.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/i860.h8
1 files changed, 8 insertions, 0 deletions
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