aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-06-30 20:16:03 +0000
committerGunter Knauf <gk@gknw.de>2007-06-30 20:16:03 +0000
commit857492ac9e405a7e2af513ddfdebfa4f79ad18b4 (patch)
treed24d2d038533149766f86b2376ad56adc0feb880 /include
parentafdfa4bed24c9f937bc49807c6d547ac3a158525 (diff)
minor patches to enable building for NetWare CLIB.
sent by Dmitry Mityugov.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2dbcfd737..ca229cb96 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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