/* -*-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
#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: */
option is incompatible with the stepper and compiler. */
/* #define USE_STACKLETS */
-#endif
-#endif
+#endif /* not _UNIX */
+#endif /* not butterfly */
/* Some configuration consistency testing */
/* -*-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
#include "scheme.h"
#include "prims.h"
-#ifndef unix
+#ifndef _UNIX
#include "Error: dumpworld.c does not work on non-unix machines."
#endif