0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

For the case that we add a typedef for socklen_t, we should #define

HAVE_SOCKLEN_T as well to avoid clashing with other typedefs.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-30 18:22:32 +00:00
parent a376987211
commit 83edb070eb

1
configure vendored
View File

@ -8582,6 +8582,7 @@ $_def_use_aton
/* socklen_t support */
$_def_socklen_t
#ifndef HAVE_SOCKLEN_T
#define HAVE_SOCKLEN_T 1
typedef int socklen_t;
#endif