# HG changeset patch # User diego # Date 1217568930 0 # Node ID 4b97fd1c40e5237dc1937653ac3c8f480cfaf715 # Parent a3b3f46e188a2604382fd137527c25e4c61f6a33 Initialize socklen_t variable to "no". diff -r a3b3f46e188a -r 4b97fd1c40e5 configure --- a/configure Fri Aug 01 02:52:31 2008 +0000 +++ b/configure Fri Aug 01 05:35:30 2008 +0000 @@ -2866,6 +2866,7 @@ echocheck "socklen_t" +_socklen_t=no for header in "sys/socket.h" "ws2tcpip.h" ; do cat > $TMPC << EOF #include <$header>