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 /uconfig.sh | |
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 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uconfig.sh b/uconfig.sh index ca535de57f..5ae90b93af 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -378,7 +378,6 @@ d_setsent='undef' d_setservent_r='undef' d_setsid='undef' d_setvbuf='undef' -d_sfio='undef' d_shm='undef' d_shmat='undef' d_shmatprototype='undef' @@ -583,7 +582,6 @@ i_prot='undef' i_pthread='undef' i_pwd='undef' i_rpcsvcdbm='undef' -i_sfio='undef' i_sgtty='undef' i_shadow='undef' i_socks='undef' @@ -797,7 +795,6 @@ useperlio='undef' useposix='true' usereentrant='undef' userelocatableinc='undef' -usesfio='false' useshrplib='false' usesitecustomize='undef' usesocks='undef' |