Age | Commit message (Collapse) | Author |
|
|
|
|
|
to have a curl_off_t data type no longer gated to off_t.
|
|
|
|
|
|
definition which might be defined in config.h or config-*.h files
|
|
|
|
This also defines it for WinCE even though it is a subset of WIN32.
|
|
(eleminate gcc warning).
|
|
|
|
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h
Move definitions of TRUE and FALSE to setup_once.h
|
|
using winsock or winsock2 API.
|
|
|
|
could very well cause a negate number get passed in and thus cause reading
outside of the array usually used for this purpose.
We avoid this by using the uppercase macro versions introduced just now that
does some extra crazy typecasts to avoid byte codes > 127 to cause negative
int values.
|
|
HAVE_WINDOWS_H, HAVE_WINSOCK_H, HAVE_WINSOCK2_H, neither
HAVE_WS2TCPIP_H when __CYGWIN__ is defined.
|
|
file: URLs only.
|
|
in libcurl as well, if necessary.
|
|
headers when compiled with Cygwin in POSIX emulation mode.
|
|
|
|
|
|
|
|
|
|
configure.
|
|
|
|
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
|
|
longer use Angus Mackay's getpass code due to the weirdo license his code was
donated to us under.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are set before all system headers, as otherwise we get compiler warnings
on my Solaris at least.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|