changeset 27347:0857839b02b2

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.
author diego
date Wed, 30 Jul 2008 18:22:32 +0000
parents d9dfbe72ad77
children 444ffef5fc2c
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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