From: Chris Hanson Date: Mon, 1 Jul 1996 23:25:27 +0000 (+0000) Subject: Add conditionalization to detect HP-UX version 10.10. X-Git-Tag: 20090517-FFI~5492 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6301bd99c733b66bd9b5b7eeb155fe6a70b700f3;p=mit-scheme.git Add conditionalization to detect HP-UX version 10.10. --- diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index 1b450f6ce..94d0d958d 100644 --- a/v7/src/microcode/oscond.h +++ b/v7/src/microcode/oscond.h @@ -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 +#ifdef PGID_USE_PID +#define _HPUX_VERSION 100 +#else #include #ifdef SHL_MAGIC #define _HPUX_VERSION 80 #else #define _HPUX_VERSION 70 #endif +#endif #else /* not __hpux */