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 /epoc | |
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 'epoc')
-rw-r--r-- | epoc/config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 714185a1e2..f32e291c42 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -134,7 +134,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' @@ -184,7 +183,6 @@ d_getsbyname='undef' d_getsbyport='undef' d_getsent='undef' d_getservprotos='define' -d_getspent='undef' d_getspnam='undef' d_gettimeod='define' d_gnulibc='undef' @@ -305,7 +303,6 @@ d_setrgid='undef' d_setruid='undef' d_setsent='undef' d_setsid='undef' -d_setspent='undef' d_setvbuf='undef' d_sfio='undef' d_shm='undef' |