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 /perl.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 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) */ |