More DOS changes.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 4 May 1992 20:44:20 +0000 (20:44 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 4 May 1992 20:44:20 +0000 (20:44 +0000)
v7/src/microcode/oscond.h

index 5697d1bd9755e7dde007c107eec71dc69966666d..01adb0815aaf58dddc70061600e43b6c9148d25f 100644 (file)
@@ -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 */