Age | Commit message (Collapse) | Author |
|
|
|
|
|
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>.
|
|
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.
|
|
|
|
|
|
configuration stage.
|
|
|
|
cross-compiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arguments work properly - and the option is not harmful for the rest of the
curl build either!
|
|
|
|
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which
will only define HAVE_GETNAMEINFO if the function has been found
AND the type of its arguments has been properly been detected
|
|
proper types to use for getnameinfo args
|
|
proper types to use for getnameinfo args
|
|
target use calling convention WSAAPI for getnameinfo() prototype.
Checking type DWORD as argument 4 and 6 of getnameinfo not needed.
|
|
|
|
|
|
|
|
|
|
ioctlsocket on Windows
|
|
|
|
|
|
|
|
|
|
|
|
following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'.
|
|
0x0501
|
|
|
|
since at this point nothing depends on it.
|
|
|
|
justify checking for socklen_t in more than one function, the code
used to find a valid socklen_t replacement is simplified back. The
only function that will be used to find a socklen_t replacement is
getpeername, as it has been since revision 1.4 of curl/acinclude.m4
|
|
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument.
All related changes taken to cares configuration scripts.
|
|
|