# HG changeset patch # User Richard M. Stallman # Date 738219744 0 # Node ID 8a5b38421850a86ee1caac30675adc4741622920 # Parent 96a9c2369a0da6ed9c6557207c2d4d5bcc7eb723 (NO_GET_LOAD_AVG): Define, if __GNUC__. diff -r 96a9c2369a0d -r 8a5b38421850 src/s/dgux.h --- 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