diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-06-19 18:23:03 -0400 |
commit | cf8dea28bede9af20f1b6b3435a793e91924f4d6 (patch) | |
tree | e6e9d5b563137861d3f9faee0775103c892fba7f /WWW/Library/Implementation/www_tcp.h | |
parent | 8c48e8845381e727bc11c8c0c44a6a5156d83c29 (diff) | |
download | lynx-snapshots-cf8dea28bede9af20f1b6b3435a793e91924f4d6.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3h
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index cc3bddd0..686a97bd 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.40 2010/06/16 23:46:28 tom Exp $ + * $LynxId: www_tcp.h,v 1.41 2010/06/19 12:41:35 Christoph.J.Gartmann Exp $ * SYSTEM DEPENDENCIES @@ -504,7 +504,11 @@ struct timeval { #include "tcpware_include:ucx$inetdef.h" #else #include <netdb.h> +#ifdef MUCX +#include <multinet_root:[multinet.include.vms]ucx$inetdef.h> +#else #include <ucx$inetdef.h> +#endif /* MUCX */ #endif /* TCPWARE */ #define TCP_INCLUDES_DONE #endif /* UCX */ |