]> git.ipfire.org Git - thirdparty/make.git/commitdiff
*** empty log message ***
authorRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 20:28:35 +0000 (20:28 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 20:28:35 +0000 (20:28 +0000)
getloadavg.c

index c74f63d06747964d295c27a2ab419b1208d470ea..339e9ba419ae5f238812b36e5374abe9a9aee9ed 100644 (file)
 
 
 /* VAX C can't handle multi-line #ifs, or lines longer than 256 chars.  */
+#ifndef LOAD_AVE_TYPE
+
 #ifdef MORE_BSD
 #define LOAD_AVE_TYPE long
 #endif
 #define LOAD_AVE_TYPE long
 #endif
 
-#ifdef ardent && titan
+#if defined (ardent) && defined (titan)
 #define LOAD_AVE_TYPE long
 #endif
 
-#ifdef tex4300
+#ifdef tek4300
 #define LOAD_AVE_TYPE long
 #endif
 
+#endif /* No LOAD_AVE_TYPE.  */
 
 #ifndef        FSCALE