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 /win32/config.vc | |
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 'win32/config.vc')
-rw-r--r-- | win32/config.vc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/config.vc b/win32/config.vc index db52680dcb..ef4bf76662 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -125,7 +125,6 @@ d_endnent='undef' d_endpent='undef' d_endpwent='undef' d_endsent='undef' -d_endspent='undef' d_eofnblk='define' d_eunice='undef' d_fchmod='undef' @@ -178,7 +177,6 @@ d_getsbyname='define' d_getsbyport='define' d_getsent='undef' d_getservprotos='define' -d_getspent='undef' d_getspnam='undef' d_gettimeod='undef' d_gnulibc='undef' @@ -298,7 +296,6 @@ d_setrgid='undef' d_setruid='undef' d_setsent='undef' d_setsid='undef' -d_setspent='undef' d_setvbuf='define' d_sfio='undef' d_shm='undef' |