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>2002-05-28 19:56:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2002-05-28 19:56:46 -0400
commitffc5ca31a759c93f4cb2af8aec4fe6e852161855 (patch)
tree15921cc604fd4a45252a4e0e7ec14dd7d8a46101 /WWW/Library/Implementation/www_tcp.h
parent8df98234eab86f6b1027425f4b57cb6d4ca471ca (diff)
downloadlynx-snapshots-ffc5ca31a759c93f4cb2af8aec4fe6e852161855.tar.gz
snapshot of project "lynx", label v2-8-5dev_8
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r--WWW/Library/Implementation/www_tcp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h
index 1a6844b5..ff8cceb3 100644
--- a/WWW/Library/Implementation/www_tcp.h
+++ b/WWW/Library/Implementation/www_tcp.h
@@ -558,7 +558,6 @@ extern int errno;
 #include <errno.h>
 #include <sys/types.h>
 #include <io.h>
-#ifdef WATT32
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <tcp.h>
@@ -566,9 +565,6 @@ extern int errno;
 #undef word
 #endif /* word */
 #define select select_s
-#else
-#include <socket.h>
-#endif /* WATT32 */
 
 #undef NETWRITE
 #define NETWRITE write_s
@@ -579,9 +575,6 @@ extern int errno;
 #ifdef UNIX
 #undef UNIX
 #endif /* UNIX */
-#ifndef WATT32
-#define getsockname getsockname_s
-#endif /* !WATT32 */
 #ifdef HAVE_GETTEXT
 #define gettext gettext__
 #endif