Add conditionalization to detect HP-UX version 10.10.
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Jul 1996 23:25:27 +0000 (23:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Jul 1996 23:25:27 +0000 (23:25 +0000)
v7/src/microcode/oscond.h

index 1b450f6ce3cfba19d9babfe143bca8619cade33b..94d0d958d4cbf8bf0127a9844775dee722be5b80 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: oscond.h,v 1.21 1995/10/24 05:08:19 cph Exp $
+$Id: oscond.h,v 1.22 1996/07/01 23:25:27 cph Exp $
 
-Copyright (c) 1990-95 Massachusetts Institute of Technology
+Copyright (c) 1990-96 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -76,12 +76,17 @@ MIT in each case. */
 #define _POSIX
 #define _SYSV3
 
+#include <sys/types.h>
+#ifdef PGID_USE_PID
+#define _HPUX_VERSION 100
+#else
 #include <a.out.h>
 #ifdef SHL_MAGIC
 #define _HPUX_VERSION 80
 #else
 #define _HPUX_VERSION 70
 #endif
+#endif
 
 #else /* not __hpux */