Mercurial > emacs
changeset 4349:dd0ad363f07a
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 30 Jul 1993 03:20:49 +0000 |
parents | 1c2066be8443 |
children | 7ef7f31aab53 |
files | src/getloadavg.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getloadavg.c Fri Jul 30 03:17:18 1993 +0000 +++ b/src/getloadavg.c Fri Jul 30 03:20:49 1993 +0000 @@ -31,7 +31,7 @@ the nlist n_name element is a pointer, not an array. NLIST_NAME_UNION struct nlist has an n_un member, not n_name. - LINUX_LDAV_FILE [LINUX]: Name of file containing load averages. + LINUX_LDAV_FILE [__linux__]: File containing load averages. Specific system predefines this file uses, aside from setting default values if not emacs: @@ -49,7 +49,7 @@ UMAX UMAX4_3 VMS - LINUX Linux: assumes /proc filesystem mounted. + __linux__ Linux: assumes /proc filesystem mounted. Support from Michael K. Johnson. In addition, to avoid nesting many #ifdefs, we internally set @@ -457,7 +457,7 @@ elem = -1; #endif -#if !defined (LDAV_DONE) && defined (LINUX) +#if !defined (LDAV_DONE) && defined (__linux__) #define LDAV_DONE #undef LOAD_AVE_TYPE @@ -487,7 +487,7 @@ return elem; -#endif /* LINUX */ +#endif /* __linux__ */ #if !defined (LDAV_DONE) && defined (NeXT) #define LDAV_DONE