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>1999-09-14 02:17:54 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-09-14 02:17:54 -0400
commit2b52e9e64b2fc32242c207a0784521b2cf6d1976 (patch)
tree380b158ac389fc05813d55672b0b77bb0817f1dd /WWW/Library/Implementation/www_tcp.h
parentab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d (diff)
downloadlynx-snapshots-2b52e9e64b2fc32242c207a0784521b2cf6d1976.tar.gz
snapshot of project "lynx", label v2-8-3dev_9
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r--WWW/Library/Implementation/www_tcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h
index 8be165b8..14ebed66 100644
--- a/WWW/Library/Implementation/www_tcp.h
+++ b/WWW/Library/Implementation/www_tcp.h
@@ -664,9 +664,9 @@ Defaults
 #endif /* !NO_IOCTL */
 #include <sys/socket.h>
 #include <netinet/in.h>
-#if !defined( __hpux) && !defined(__BEOS__) /* this may or may not be good -marc */
+#ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>      /* Must be after netinet/in.h */
-#endif /* !__hpux */
+#endif
 #include <netdb.h>
 #endif  /* TCP includes */