mirror of
https://github.com/mirror/make.git
synced 2025-02-06 17:50:48 +08:00
Test __unix' along with
unix'.
This commit is contained in:
parent
47daa6787e
commit
806c7aa46c
@ -81,7 +81,7 @@
|
|||||||
/* Both the Emacs and non-Emacs sections want this. Some
|
/* Both the Emacs and non-Emacs sections want this. Some
|
||||||
configuration files' definitions for the LOAD_AVE_CVT macro (like
|
configuration files' definitions for the LOAD_AVE_CVT macro (like
|
||||||
sparc.h's) use macros like FSCALE, defined here. */
|
sparc.h's) use macros like FSCALE, defined here. */
|
||||||
#ifdef unix
|
#if defined (unix) || defined (__unix)
|
||||||
# include <sys/param.h>
|
# include <sys/param.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user