Add conditional to allow this file to be included multiple times.
authorChris Hanson <org/chris-hanson/cph>
Sat, 26 Sep 1992 03:21:24 +0000 (03:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 26 Sep 1992 03:21:24 +0000 (03:21 +0000)
v7/src/microcode/config.h

index ec5a5c771bf4588fd561737bac7fb5c0683506f8..9f9a72e5d6e91d021191b18df60579e99613e0f1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: config.h,v 9.75 1992/09/26 02:48:56 cph Exp $
+$Id: config.h,v 9.76 1992/09/26 03:21:24 cph Exp $
 
 Copyright (c) 1987-1992 Massachusetts Institute of Technology
 
@@ -34,6 +34,9 @@ MIT in each case. */
 
 /* This file contains the configuration information and the information
    given on the command line on Unix. */
+
+#ifdef SCM_CONFIG_H
+#define SCM_CONFIG_H
 \f
 /* Default pathnames. */
 
@@ -605,3 +608,5 @@ extern void * alpha_heap_malloc (long);
 #undef UNSIGNED_SHIFT_BUG
 #undef Conditional_Bug
 #endif
+
+#endif /* not SCM_CONFIG_H */