diff src/m/vax.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents ee40177f6c68
children 4be8406ebef9
line wrap: on
line diff
--- a/src/m/vax.h	Tue Sep 17 02:56:22 1996 +0000
+++ b/src/m/vax.h	Tue Sep 17 03:43:54 1996 +0000
@@ -70,7 +70,7 @@
 
 #define DOT_GLOBAL_START
 
-#ifdef BSD
+#ifdef BSD_SYSTEM
 /* USG systems I know of running on Vaxes do not actually
    support the load average, so disable it for them.  */
 
@@ -82,7 +82,7 @@
 
 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
 
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
 
 #ifdef VMS
 
@@ -111,9 +111,9 @@
 #define TEXT_START 0
 #endif /* USG */
 
-#ifdef BSD
+#ifdef BSD_SYSTEM
 #define HAVE_ALLOCA
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
 
 #ifdef VMS
 #define C_ALLOCA