Mercurial > emacs
changeset 3005:8a5b38421850
(NO_GET_LOAD_AVG): Define, if __GNUC__.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 May 1993 05:02:24 +0000 |
parents | 96a9c2369a0d |
children | 7126575622da |
files | src/s/dgux.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/dgux.h Mon May 24 03:39:58 1993 +0000 +++ b/src/s/dgux.h Mon May 24 05:02:24 1993 +0000 @@ -289,6 +289,13 @@ /* force gcc to be used */ CC=gcc #endif /* not MAKING_MAKEFILE */ + +#ifdef __GNUC__ +/* Karl Berry says: the environment + recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system + functions, and gcc doesn't make it easy to switch environments. */ +#define NO_GET_LOAD_AVG +#endif /* definitions for xmakefile production */ #ifdef COFF