[MPlayer-cvslog] r27379 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jul 30 20:22:32 CEST 2008
Author: diego
Date: Wed Jul 30 20:22:32 2008
New Revision: 27379
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jul 30 20:22:32 2008
@@ -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
More information about the MPlayer-cvslog
mailing list