Set _HPUX_VERSION for release 8.0.
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 03:16:30 +0000 (03:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Mar 1992 03:16:30 +0000 (03:16 +0000)
v7/src/microcode/oscond.h

index 152724dacd2f7a85327d5c094024ada4370c7409..6f4e3698a19cf39dfef0a33c6f92ef1eb00a620b 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.5 1991/06/15 00:40:20 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.6 1992/03/26 03:16:30 cph Exp $
 
-Copyright (c) 1990-91 Massachusetts Institute of Technology
+Copyright (c) 1990-92 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -48,10 +48,16 @@ MIT in each case. */
 #ifdef _HPUX
 #ifdef __hpux
 
-#define _HPUX_VERSION 70
 #define _POSIX
 #define _SYSV3
 
+#include <a.out.h>
+#ifdef SHL_MAGIC
+#define _HPUX_VERSION 80
+#else
+#define _HPUX_VERSION 70
+#endif
+
 #else /* not __hpux */
 
 #define _SYSV