changeset 18911:6cf797f8b54c make-3-75-1 make-3-75-91

Test `__unix' along with `unix'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Jul 1997 21:35:43 +0000
parents 50c89868f8c7
children d6d9a466fad2
files src/getloadavg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/getloadavg.c	Tue Jul 22 20:40:29 1997 +0000
+++ b/src/getloadavg.c	Tue Jul 22 21:35:43 1997 +0000
@@ -81,7 +81,7 @@
 /* Both the Emacs and non-Emacs sections want this.  Some
    configuration files' definitions for the LOAD_AVE_CVT macro (like
    sparc.h's) use macros like FSCALE, defined here.  */
-#ifdef unix
+#if defined (unix) || defined (__unix)
 # include <sys/param.h>
 #endif