]> granicus.if.org Git - curl/commitdiff
Use __minix to detect Minix, which works on both ACK and GCC.
authorDan Fandrich <dan@coneharvesters.com>
Fri, 11 Aug 2006 18:11:42 +0000 (18:11 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 11 Aug 2006 18:11:42 +0000 (18:11 +0000)
include/curl/multi.h
lib/if2ip.c

index 925d5c0074ffc4960eb1c29bef885a4053a14cdf..6811ce798d3e4a16ce8dd48ffdab5a72c0a7de4b 100644 (file)
@@ -55,7 +55,7 @@
 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
    libc5-based Linux systems. Only include it on system that are known to
    require it! */
-#if defined(_AIX) || defined(NETWARE) || defined(__NetBSD__) || defined(_MINIX)
+#if defined(_AIX) || defined(NETWARE) || defined(__NetBSD__) || defined(__minix)
 #include <sys/select.h>
 #endif
 
index f2631a7babafdf4b98621b5f4dffe6849ad75ae4..f3d31bc1dbc30387e495bc216a2c64754f1a3cc6 100644 (file)
@@ -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>