[__GNU__]: Test for not NeXT.

This commit is contained in:
Richard M. Stallman 1997-07-04 04:45:19 +00:00
parent 9f88582943
commit 35f1bbbe23

View file

@ -436,8 +436,10 @@ extern int errno;
# endif /* LOAD_AVE_TYPE */
# ifdef __GNU__
/* GNU hurd systems act sort of like NeXT ones, for load average purposes. */
# if defined(__GNU__) && !defined (NeXT)
/* Note that NeXT Openstep defines __GNU__ even though it should not. */
/* GNU system acts much like NeXT, for load average purposes,
but not exactly. */
# define NeXT
# define host_self mach_host_self
# endif