diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-05 19:59:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-05 19:59:48 +0000 |
commit | 29209bc5efc823322ed539ae434cba1765cb5082 (patch) | |
tree | 5497276ac24576eaa422b59e9f1a2e3f3ae34087 /pp_sys.c | |
parent | 5b877257c279c72efd65c092c32959c904c739e8 (diff) | |
download | perl-29209bc5efc823322ed539ae434cba1765cb5082.tar.gz |
Hack SOCKS support some more plus a patch from Andy Dougherty
that addresses the notorious "Additional libraries" question.
p4raw-id: //depot/cfgperl@3597
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ extern "C" int syscall(unsigned long,...); #if defined(HAS_SOCKET) && !defined(VMS) /* VMS handles sockets via vmsish.h */ # include <sys/socket.h> -# if (defined(SOCKS) || defined(USE_SOCKS)) && defined(I_SOCKS) +# if defined(USE_SOCKS) && defined(I_SOCKS) # include <socks.h> # endif # ifdef I_NETDB |