Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, neither
HAVE_WS2TCPIP_H when __CYGWIN__ is defined.
|
|
|
|
|
|
not always zero!
|
|
compiling a Windows target.
|
|
|
|
|
|
|
|
|
|
|
|
nightmare.
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
|
|
|
|
|
|
|
|
|
|
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RFC 3493.
|
|
compilation and <malloc.h> must also be included.
|
|
and has portability issues.
Change some shell if...then...fi tests into case...esac tests which demand less resources.
|
|
character.
|
|
avoided since its interpretation is not the same across platforms.
Now we use the sed 's' command with a bracket expression.
|
|
|
|
|
|
|
|
headers when compiled with Cygwin in POSIX emulation mode.
|
|
|
|
|
|
files for:
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7
HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV
HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
|
|
configuration stage.
|
|
|
|
cross-compiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C
operate on logical values. And in any event the octets are already in
big-endian (aka network) byte order so they're being reversed (thus the
source of the breakage).
|