ares.h (c-ares-1.17.1) | : | ares.h (c-ares-1.17.2) | ||
---|---|---|---|---|
skipping to change at line 42 | skipping to change at line 42 | |||
#endif | #endif | |||
#include <sys/types.h> | #include <sys/types.h> | |||
/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish | /* 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 | libc5-based Linux systems. Only include it on system that are known to | |||
require it! */ | require it! */ | |||
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ | #if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ | |||
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \ | defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \ | |||
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \ | defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \ | |||
defined(__QNXNTO__) | defined(__QNXNTO__) || defined(__MVS__) | |||
#include <sys/select.h> | #include <sys/select.h> | |||
#endif | #endif | |||
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) | #if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) | |||
#include <sys/bsdskt.h> | #include <sys/bsdskt.h> | |||
#endif | #endif | |||
#if defined(WATT32) | #if defined(WATT32) | |||
# include <netinet/in.h> | # include <netinet/in.h> | |||
# include <sys/socket.h> | # include <sys/socket.h> | |||
# include <tcp.h> | # include <tcp.h> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |