Update old conditionalization based on "unix".
authorChris Hanson <org/chris-hanson/cph>
Tue, 28 Jun 1994 19:46:25 +0000 (19:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 28 Jun 1994 19:46:25 +0000 (19:46 +0000)
v7/src/microcode/config.h
v7/src/microcode/dmpwrld.c

index 8135672cf05b8ab3aacb7b6a743e2b0bd3c3f383..6bf09e8a4cc1cb1d5aaedd88451ae7a2af6f156f 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: config.h,v 9.83 1993/11/08 06:14:41 gjr Exp $
+$Id: config.h,v 9.84 1994/06/28 19:46:25 cph Exp $
 
-Copyright (c) 1987-1993 Massachusetts Institute of Technology
+Copyright (c) 1987-94 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -38,10 +38,12 @@ MIT in each case. */
 #ifndef SCM_CONFIG_H
 #define SCM_CONFIG_H
 \f
-/* Default pathnames. */
+/* Default switches. */
+
+#include "oscond.h"
 
 #ifndef butterfly
-#ifndef unix
+#ifndef _UNIX
 /* On unix, these are part of the make file. */
 
 /* Runtime debugging flags, with appropriate defaults: */
@@ -67,8 +69,8 @@ MIT in each case. */
    option is incompatible with the stepper and compiler. */
 
 /* #define USE_STACKLETS */
-#endif
-#endif
+#endif /* not _UNIX */
+#endif /* not butterfly */
 
 /* Some configuration consistency testing */
 
index d3300d1a71f8f140bb07d7d09d273e6b4f0b6b6a..ea34c87c83ba20a5c9e730ffae9f19087a120739 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: dmpwrld.c,v 9.37 1993/06/24 07:07:57 gjr Exp $
+$Id: dmpwrld.c,v 9.38 1994/06/28 19:45:09 cph Exp $
 
-Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1987-94 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -39,7 +39,7 @@ MIT in each case. */
 #include "scheme.h"
 #include "prims.h"
 
-#ifndef unix
+#ifndef _UNIX
 #include "Error: dumpworld.c does not work on non-unix machines."
 #endif