diff src/m/vax.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 0132846995bd
children
line wrap: on
line diff
--- a/src/m/vax.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/m/vax.h	Mon Aug 13 10:04:58 2007 +0200
@@ -76,17 +76,6 @@
 
 #endif /* BSD */
 
-#ifdef VMS
-
-/* Data type of load average, as read out of driver.  */
-
-#define LOAD_AVE_TYPE float
-
-/* Convert that into an integer that is 100 for a load average of 1.0  */
-
-#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
-
-#endif /* VMS */
 
 /* Vax sysV has alloca in the PW library.  */
 
@@ -107,10 +96,6 @@
 #define HAVE_ALLOCA
 #endif /* BSD */
 
-#ifdef VMS
-#define C_ALLOCA
-#endif
-
 #ifdef BSD4_2
 #define HAVE_FTIME
 #endif