This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hack SOCKS support some more plus a patch from Andy Dougherty
[perl5.git] / perl.c
diff --git a/perl.c b/perl.c
index a869678..39eaf30 100644 (file)
--- 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)    */