summaryrefslogtreecommitdiff
path: root/getloadavg.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-09 20:28:35 +0000
committerRoland McGrath <roland@redhat.com>1993-06-09 20:28:35 +0000
commit122c9699faf9933a7641cd549e6d5401f2425d92 (patch)
tree5ec8a8ef990001c1d95116147383cc3f29138622 /getloadavg.c
parente2f08f5dbfca120085b86cca15a260a93f40974c (diff)
downloadgunmake-122c9699faf9933a7641cd549e6d5401f2425d92.tar.gz
*** empty log message ***
Diffstat (limited to 'getloadavg.c')
-rw-r--r--getloadavg.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/getloadavg.c b/getloadavg.c
index c74f63d..339e9ba 100644
--- a/getloadavg.c
+++ b/getloadavg.c
@@ -142,6 +142,8 @@
/* 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
@@ -178,14 +180,15 @@
#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