diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-05-16 23:26:54 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-05-16 23:26:54 +0000 |
commit | 47026439e28cec53560b90f6d3e7e32c6b65c0e0 (patch) | |
tree | dbbf7018a2f0f9515199bdac099bb4a70ef86f5d /WWW/Library/Implementation/HTUtils.h | |
parent | 95c887eee01b9e2a376e18ed178e32c2bccf3ff5 (diff) | |
download | lynx-snapshots-47026439e28cec53560b90f6d3e7e32c6b65c0e0.tar.gz |
snapshot of project "lynx", label v2-8-9dev_18d
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index 571cc17f..cffa3b6e 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTUtils.h,v 1.128 2018/03/17 15:56:11 tom Exp $ + * $LynxId: HTUtils.h,v 1.129 2018/05/16 22:16:05 tom Exp $ * * Utility macros for the W3 code library * MACROS FOR GENERAL USE @@ -706,7 +706,7 @@ extern int WWW_TraceMask; * definitions have to be included everywhere, since they're making wrappers * for the stdio functions as well as the network functions. */ -#if defined(USE_SOCKS5) && !defined(DONT_USE_SOCKS5) +#if defined(USE_SOCKS5) #define SOCKS4TO5 /* turn on the Rxxxx definitions used in Lynx */ #include <socks.h> @@ -744,6 +744,8 @@ extern int WWW_TraceMask; #define Rselect select #endif +#elif defined(SOCKS) +#include <socks.h> #endif /* USE_SOCKS5 */ #ifdef USE_SSL |