index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
/
config-win32.h
Age
Commit message (
Expand
)
Author
2008-12-08
Added needed defines for Watt-32 on Windows.
Gisle Vanem
2008-11-28
Make use of gethostname() conditional on it being available
Dan Fandrich
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
2008-11-01
Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability
Yang Tse
2008-11-01
WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...
Yang Tse
2008-09-15
rearrange to allow internal/private use of ares_strcasecmp to any system that
Yang Tse
2008-09-11
strdup() clone for systems/configurations which lack it
Yang Tse
2008-07-17
RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined
Yang Tse
2008-07-16
Configure process now checks availability of recvfrom() socket function and
Yang Tse
2007-12-18
MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,
Yang Tse
2007-11-15
Needed now that in6_addr is referenced in ares.h
Yang Tse
2007-11-07
MSVC versions prior to VS2005 do not complain about portable C functions
Yang Tse
2007-10-24
Windows build targets have socklen_t definition in ws2tcpip.h but some
Yang Tse
2007-02-06
Added HAVE_PROCESS_H for DOS/Win32.
Gisle Vanem
2006-11-25
Make sure RETSIGTYPE is properly defined
Yang Tse
2006-11-24
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
Yang Tse
2006-10-31
Updated dependency output.
Gisle Vanem
2006-10-31
Removed unneeded stuff.
Gisle Vanem
2006-10-31
Added Watt-32 section to fix things for Watt32+Win32 targets.
Gisle Vanem
2006-10-14
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...
Yang Tse
2006-07-04
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Yang Tse
2006-07-04
Platforms that don't have/run configure need default values in their config f...
Yang Tse
2005-12-20
Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the
Gisle Vanem
2005-12-18
Fix spacing. When defining, define to 1.
Yang Tse
2005-12-17
Cleanup
Yang Tse
2005-12-16
'Fix' windows builds
Yang Tse
2005-11-14
We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.
Gisle Vanem
2005-11-10
Easy configuration with this file.
Gisle Vanem