# HG changeset patch # User Richard M. Stallman # Date 869607343 0 # Node ID 6cf797f8b54c6a5b08f4c477a27e994b5c31b431 # Parent 50c89868f8c7eb7574959cd90ac49cbb5586e4e9 Test `__unix' along with `unix'. diff -r 50c89868f8c7 -r 6cf797f8b54c src/getloadavg.c --- 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 #endif