diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-07 16:35:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-07 16:35:36 +0000 |
commit | d722968f91639a851375cb3aeb7df128909c0779 (patch) | |
tree | b86f7d8fc04670f97283b9d6c4e32222e0354d41 /vms | |
parent | ba23556b247d1ca703e7e032603ace264e5314c3 (diff) | |
download | perl-d722968f91639a851375cb3aeb7df128909c0779.tar.gz |
Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
because we do not use those. The HAS_GETSPNAM remains,
though, because we still do use that.
p4raw-id: //depot/cfgperl@6088
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 086f3147fd..9a3ba725e9 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -110,10 +110,7 @@ $ perl_i_sysmman="undef" $ perl_d_telldirproto="define" $ perl_i_sysmount="undef" $ perl_d_bincompat="undef" -$ perl_d_endspent="undef -$ perl_d_getspent="undef $ perl_d_getspnam="undef -$ perl_d_setspent="undef $ perl_d_fstatfs="undef" $ perl_d_getfsstat="undef" $ perl_i_machcthreads="undef" @@ -4192,10 +4189,7 @@ $ WC "vendorlib_stem='" + perl_vendorlib_stem + "'" $ WC "d_atolf='" + perl_d_atolf + "'" $ WC "d_atoll='" + perl_d_atoll + "'" $ WC "d_bincompat5005='" + perl_d_bincompat + "'" -$ WC "d_endspent='" + perl_d_endspent + "'" -$ WC "d_getspent='" + perl_d_getspent + "'" $ WC "d_getspnam='" + perl_d_getspnam + "'" -$ WC "d_setspent='" + perl_d_setspent + "'" $ WC "i_shadow='" + perl_i_shadow + "'" $ WC "i_socks='" + perl_i_socks + "'" $ WC "d_PRIfldbl='" + perl_d_PRIfldbl + "'" |