Use __minix to detect Minix, which works on both ACK and GCC.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
*/
|
||||
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN__) && \
|
||||
!defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \
|
||||
!defined(_AMIGASF) && !defined(_MINIX)
|
||||
!defined(_AMIGASF) && !defined(__minix)
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
|
Reference in New Issue
Block a user