mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
Gnter Knauf's NetWare changes.
This commit is contained in:
parent
3417e0b0fc
commit
5b55f9ecb3
20 changed files with 1939 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue