Age | Commit message (Collapse) | Author |
|
more CPU architectures
|
|
makes it easier to disable debug output when built with debug functions
|
|
|
|
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
|
|
|
|
for when gethostbyname() is used so that we have the memory of the struct
allocated. This turns out to be needed if the curl handled is passed between
threads on Windows and possibly other operating systems where we use that
function.
|
|
|
|
|
|
|
|
gethostbyname_r() function, most notably windows machines...
|
|
|
|
be posted in a minute to the libcurl list.
|
|
|
|
|
|
|
|
|
|
|
|
memory is then freed in the function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the AIX-style as well. The AIX-stuff is *NOT* verified to work.
|
|
|
|
|
|
|
|
|
|
|