# HG changeset patch # User diego # Date 1217442152 0 # Node ID 0857839b02b294970188bba2a9dfa9a474f52ca7 # Parent d9dfbe72ad77eac9a22d2e2cca1e9554f1a47a23 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. diff -r d9dfbe72ad77 -r 0857839b02b2 configure --- a/configure Wed Jul 30 18:16:57 2008 +0000 +++ b/configure Wed Jul 30 18:22:32 2008 +0000 @@ -8582,6 +8582,7 @@ /* socklen_t support */ $_def_socklen_t #ifndef HAVE_SOCKLEN_T +#define HAVE_SOCKLEN_T 1 typedef int socklen_t; #endif