Add site-specific include file.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Jul 1987 19:58:16 +0000 (19:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Jul 1987 19:58:16 +0000 (19:58 +0000)
v7/src/microcode/scheme.h

index 33cb7a48d8dd3c7c367f1d414e2d12a403aeae62..54d4845525819b62a18162cb22e748a43b3db6d2 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/scheme.h,v 9.24 1987/04/28 16:29:33 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/scheme.h,v 9.25 1987/07/07 19:58:16 cph Rel $
  *
  * General declarations for the SCode interpreter.  This
  * file is INCLUDED by others and contains declarations only.
@@ -70,6 +70,11 @@ MIT in each case. */
 #include <stdio.h>
 
 #include "config.h"    /* Machine and OS configuration info */
+
+#ifdef SITE_INCLUDE_FILE
+#include SITE_INCLUDE_FILE
+#endif
+
 #include "types.h"     /* Type code numbers */
 #include "const.h"     /* Various named constants */
 #include "object.h"    /* Scheme object representation */