use __linux__ rather than LINUX as toolchains set that up automatically
This commit is contained in:
@ -279,7 +279,7 @@ There's a BIG swamp lurking where network code of any sort lives.
|
|||||||
|
|
||||||
/* linux, which is trying as desperately as the gnu folks can to be
|
/* linux, which is trying as desperately as the gnu folks can to be
|
||||||
POSIXLY_CORRECT. I think I'm gonna hurl... */
|
POSIXLY_CORRECT. I think I'm gonna hurl... */
|
||||||
#ifdef LINUX
|
#ifdef __linux__
|
||||||
#undef UTMPX
|
#undef UTMPX
|
||||||
#undef HAVE_SYSINFO
|
#undef HAVE_SYSINFO
|
||||||
#undef HAVE_SELECT_H
|
#undef HAVE_SELECT_H
|
||||||
|
Reference in New Issue
Block a user