summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 18:22:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 18:22:32 +0000
commit83edb070ebe28b0c9515054b863476a4ce57c75b (patch)
tree1c176c6d091b91e0130e2905faa0600828d286fd /configure
parenta37698721113ee75b54c85a0d53c328bf649aa99 (diff)
downloadmpv-83edb070ebe28b0c9515054b863476a4ce57c75b.tar.bz2
mpv-83edb070ebe28b0c9515054b863476a4ce57c75b.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d9c1abd4f9..168d28a635 100755
--- a/configure
+++ b/configure
@@ -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