diff options
| author | Richard M. Stallman | 1993-05-24 05:02:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-24 05:02:24 +0000 |
| commit | 6cb37d97913cf133acd5ff6f94344165e1bf5869 (patch) | |
| tree | 1acf7b69169b21fb7811c2982a3b4c312bd71a2d /src | |
| parent | 2cb20a51b55bdd3409c18682a60899a9230eca9b (diff) | |
| download | emacs-6cb37d97913cf133acd5ff6f94344165e1bf5869.tar.gz emacs-6cb37d97913cf133acd5ff6f94344165e1bf5869.zip | |
(NO_GET_LOAD_AVG): Define, if __GNUC__.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 47f5e2f6952..b7c6debed68 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -289,6 +289,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 289 | /* force gcc to be used */ | 289 | /* force gcc to be used */ |
| 290 | CC=gcc | 290 | CC=gcc |
| 291 | #endif /* not MAKING_MAKEFILE */ | 291 | #endif /* not MAKING_MAKEFILE */ |
| 292 | |||
| 293 | #ifdef __GNUC__ | ||
| 294 | /* Karl Berry says: the environment | ||
| 295 | recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system | ||
| 296 | functions, and gcc doesn't make it easy to switch environments. */ | ||
| 297 | #define NO_GET_LOAD_AVG | ||
| 298 | #endif | ||
| 292 | 299 | ||
| 293 | /* definitions for xmakefile production */ | 300 | /* definitions for xmakefile production */ |
| 294 | #ifdef COFF | 301 | #ifdef COFF |