1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Initialize socklen_t variable to "no".

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27386 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-08-01 05:35:30 +00:00
parent a7e504b249
commit 863b4e5218

1
configure vendored
View File

@ -2866,6 +2866,7 @@ fi
echocheck "socklen_t"
_socklen_t=no
for header in "sys/socket.h" "ws2tcpip.h" ; do
cat > $TMPC << EOF
#include <$header>