From 2ee7775ccfde81ab26358da5d06fa4a8130f6d92 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 21:36:21 +0200 Subject: Adding upstream version 2.9.1. Signed-off-by: Daniel Baumann --- WWW/Library/Implementation/www_tcp.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'WWW/Library/Implementation/www_tcp.h') diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index ef754c8..1bc20e0 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -1,5 +1,5 @@ /* System dependencies in the W3 library - * $LynxId: www_tcp.h,v 1.61 2018/12/26 12:30:14 tom Exp $ + * $LynxId: www_tcp.h,v 1.63 2024/03/17 23:04:27 tom Exp $ * SYSTEM DEPENDENCIES @@ -804,7 +804,7 @@ typedef unsigned short mode_t; #if defined(VMS) #define socklen_t unsigned -#else +#elif defined(_WINDOWS) #define socklen_t int /* used for default LY_SOCKLEN definition */ #endif @@ -814,10 +814,6 @@ typedef unsigned short mode_t; #include #endif -#ifdef HAVE_LIBGETTEXT_H -#include -#endif - #define N_(s) s #ifndef HAVE_GETTEXT -- cgit v1.2.3