Age | Commit message (Collapse) | Author |
|
Fixes the NFS client build, closes #305.
|
|
|
|
|
|
release v0.20.18
|
|
|
|
This fixes a build issue on Haiku as it does have sin_len.
Tested on Linux as well.
For some reason AC_CHECK_MEMBER doesn't generate the proper define
in config.h.in, so I used AC_CHECK_MEMBERS.
|
|
|
|
Only _WIN32 is defined by the compiler, and WIN32 is not standardized
and may be missing.
Closes #169
|
|
|
|
|
|
|
|
|
|
SOCK_NONBLOCK is unavailable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unavailable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
release v0.20.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Lazaros Koromilas <lostd@2f30.org>
|