From: Roland McGrath Date: Sun, 1 Aug 1993 23:03:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~11442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04402ae3dc272639d272beed6b5e41e8662f62ef;p=emacs.git *** empty log message *** --- diff --git a/src/getloadavg.c b/src/getloadavg.c index ff868c2dafc..2d795db4521 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -72,6 +72,13 @@ #include "config.h" #endif + +/* Exclude all the code except the test program at the end + if the system has its own `getloadavg' function. */ + +#ifndef HAVE_GETLOADAVG + + /* The existing Emacs configuration files define a macro called LOAD_AVE_CVT, which accepts a value of type LOAD_AVE_TYPE, and returns the load average multiplied by 100. What we actually want @@ -798,6 +805,8 @@ getloadavg (loadavg, nelem) return -1; #endif } + +#endif /* ! HAVE_GETLOADAVG */ #ifdef TEST void