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 changed files with 1 additions and 0 deletions

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