From 269e082f77c34db23eed4e875389f5c8a20fcd5d Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 24 Oct 2007 14:39:07 +0000 Subject: Windows build targets have socklen_t definition in ws2tcpip.h but some versions of ws2tcpip.h do not have the definition. It seems that when the socklen_t definition is missing from ws2tcpip.h the definition for INET_ADDRSTRLEN is also missing, and that when one definition is present the other one also is available. --- config-win32.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config-win32.h') diff --git a/config-win32.h b/config-win32.h index a445632..94ffe53 100644 --- a/config-win32.h +++ b/config-win32.h @@ -146,11 +146,6 @@ #define ssize_t int #endif -/* Define to 'int' if socklen_t is not an available 'typedefed' type */ -#ifndef HAVE_WS2TCPIP_H -#define socklen_t int -#endif - /* ---------------------------------------------------------------- */ /* STRUCT RELATED */ /* ---------------------------------------------------------------- */ -- cgit v1.2.3