about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/www_tcp.h
diff options
context:
space:
mode:
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 */