K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2003-05-12T05:50:21.000000Z
K 7
svn:log
V 434
Add a getaddrinfo replacement (IPv4 only) on systems that don't have it.
This is the first step of replacing all the #ifdef code with code that
just always calls getaddrinfo unconditionally, which will clean up the
networking code quite a bit.

At the same time, put some additional network portability work into
include/portable/socket.h that was needed for getaddrinfo and move the
definition of hstrerror from clibrary.h to there.

END
