From 83edb070ebe28b0c9515054b863476a4ce57c75b Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Jul 2008 18:22:32 +0000 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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 -- cgit v1.2.3