summaryrefslogtreecommitdiff
path: root/perl.c
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 /perl.c
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 'perl.c')
-rw-r--r--perl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index a869678048..39eaf300ee 100644
--- a/perl.c
+++ b/perl.c
@@ -948,6 +948,10 @@ print \" \\@INC:\\n @INC\\n\";");
init_os_extras(aTHX);
#endif
+#ifdef USE_SOCKS
+ SOCKSinit(argv[0]);
+#endif
+
init_predump_symbols();
/* init_postdump_symbols not currently designed to be called */
/* more than once (ENV isn't cleared first, for example) */