]> granicus.if.org Git - curl/commitdiff
minor patches to enable building for NetWare CLIB.
authorGunter Knauf <gk@gknw.de>
Sat, 30 Jun 2007 20:16:03 +0000 (20:16 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 30 Jun 2007 20:16:03 +0000 (20:16 +0000)
sent by Dmitry Mityugov.

include/curl/curl.h

index 2dbcfd7375e9b26b54f1e1df27e66ccf1eac5cfa..ca229cb9688604026bb9dff4170b430d71cc4346 100644 (file)
@@ -151,7 +151,7 @@ extern "C" {
 /* 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(__NOVELL_LIBC__) || defined(__NetBSD__) || defined(__minix)
 #include <sys/select.h>
 #endif