Gnter Knauf's NetWare changes.

This commit is contained in:
Daniel Stenberg
2004-03-17 12:46:42 +00:00
parent 3417e0b0fc
commit 5b55f9ecb3
20 changed files with 1939 additions and 7 deletions

View File

@@ -55,10 +55,10 @@
#include <winsock2.h>
#else
#ifdef _AIX
/* 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)
#include <sys/select.h>
#endif