diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-12-10 19:32:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-12-27 13:25:31 +0100 |
commit | 0b39d4dc4ab8382898c5a64491df5ec27b73c197 (patch) | |
tree | e576af81ece0c5bfb150e9e23d62d5df1026ac14 /symbian | |
parent | 97cb92d6c0700e9454bd4ae6d4ab867918bf7861 (diff) | |
download | perl-0b39d4dc4ab8382898c5a64491df5ec27b73c197.tar.gz |
Purge sfio support from configure.com, Configure and related files.
Most of these are actually generated, so the maintenance complexity reduction
is not as impressive as the diffstat suggests.
(Incorporating a fix from Merijn)
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 4e45ce1ffd..1f85eeea81 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -385,7 +385,6 @@ d_setsent='undef' d_setservent_r='undef' d_setsid='undef' d_setvbuf='define' -d_sfio='undef' d_shm='undef' d_shmat='undef' d_shmatprototype='undef' @@ -597,7 +596,6 @@ i_prot='undef' i_pthread='undef' i_pwd='define' i_rpcsvcdbm='undef' -i_sfio='undef' i_sgtty='undef' i_shadow='undef' i_socks='undef' @@ -829,7 +827,6 @@ useperlio='define' useposix='true' usereentrant='undef' userelocatableinc='undef' -usesfio='false' useshrplib='false' usesitecustomize='undef' usesocks='undef' |