about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/www_tcp.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-03-17 23:35:41 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2024-03-18 00:04:14 +0000
commit1743c6cf472c71de8ecbcbcfed7966be34a11743 (patch)
treee3ef1fa339541e688420eed1197af95056f288ce /WWW/Library/Implementation/www_tcp.h
parente8ca7e6d6dbc321ee1b563214040e74c45129853 (diff)
downloadlynx-snapshots-1743c6cf472c71de8ecbcbcfed7966be34a11743.tar.gz
snapshot of project "lynx", label v2-9-0d
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r--WWW/Library/Implementation/www_tcp.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h
index ef754c82..1bc20e0c 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 <libintl.h>
 #endif
 
-#ifdef HAVE_LIBGETTEXT_H
-#include <libgettext.h>
-#endif
-
 #define N_(s) s
 
 #ifndef HAVE_GETTEXT