From 568edb8f56aa9ffc310d9a18fef582e838ce3ed6 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 4 May 1992 20:44:20 +0000 Subject: [PATCH] More DOS changes. --- v7/src/microcode/oscond.h | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index 5697d1bd9..01adb0815 100644 --- a/v7/src/microcode/oscond.h +++ b/v7/src/microcode/oscond.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.7 1992/03/26 03:48:05 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.8 1992/05/04 20:44:20 jinx Exp $ Copyright (c) 1990-92 Massachusetts Institute of Technology @@ -146,10 +146,19 @@ MIT in each case. */ #include "error: can't define both _BSD and _SYSV" #endif +#if defined(DOS386) +# define _DOS386 +# define _DOS386_VERSION 50 +#endif + #if defined(_BSD) || defined(_SYSV) || defined(_PIXEL) -#define _UNIX +# define _UNIX #else -#include "error: unknown unix system -- you must add customizations" -#endif +# ifdef _DOS386 +# define _DOS +# else +# include "error: unknown unix system -- you must add customizations" +# endif /* _DOS386 */ +#endif /* _BSD || _SYSV || _PIXEL */ #endif /* SCM_OSCOND_H */ -- 2.25.1