summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-05 19:59:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-05 19:59:48 +0000
commit29209bc5efc823322ed539ae434cba1765cb5082 (patch)
tree5497276ac24576eaa422b59e9f1a2e3f3ae34087 /ext/Socket
parent5b877257c279c72efd65c092c32959c904c739e8 (diff)
downloadperl-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 'ext/Socket')
-rw-r--r--ext/Socket/Socket.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs
index 016a4616e1..c09c313d99 100644
--- a/ext/Socket/Socket.xs
+++ b/ext/Socket/Socket.xs
@@ -7,7 +7,7 @@
# include <sys/types.h>
# endif
# 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 MPE