summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-12-10 19:32:59 +0100
committerNicholas Clark <nick@ccl4.org>2013-12-27 13:25:31 +0100
commit0b39d4dc4ab8382898c5a64491df5ec27b73c197 (patch)
treee576af81ece0c5bfb150e9e23d62d5df1026ac14 /configure.com
parent97cb92d6c0700e9454bd4ae6d4ab867918bf7861 (diff)
downloadperl-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 'configure.com')
-rw-r--r--configure.com34
1 files changed, 0 insertions, 34 deletions
diff --git a/configure.com b/configure.com
index c9afdc7fc8..6135dfaefa 100644
--- a/configure.com
+++ b/configure.com
@@ -4454,38 +4454,6 @@ $ tmp = "setvbuf"
$ GOSUB inlibc
$ d_setvbuf = tmp
$!
-$! see if sfio.h is available
-$! see if sfio library is available
-$! Ok, but do we want to use it.
-$! IF F$TYPE(usesfio) .EQS. "" THEN usesfio = "undef"
-$! IF val .EQS. "define"
-$! THEN
-$! IF usesfio .EQS. "define"
-$! THEN dflt = "y"
-$! ELSE dflt = "n"
-$! ENDIF
-$! echo "''package' can use the sfio library, but it is experimental."
-$! rp="You seem to have sfio available, do you want to try using it? [''dflt'] "
-$! GOSUB myread
-$! IF ans .EQS. "" THEN ans = dflt
-$! IF ans
-$! THEN
-$! echo "Ok, turning on sfio then."
-$! val="define"
-$! ELSE
-$! echo "Ok, avoiding sfio this time. I'll use stdio instead."
-$! val="undef"
-$! ENDIF
-$! ELSE
-$! IF usesfio .EQS. "define"
-$! THEN
-$! echo4 "Sorry, cannot find sfio on this machine."
-$! echo4 "Ignoring your setting of usesfio=''usesfio'."
-$! val="undef"
-$! ENDIF
-$! ENDIF
-$!
-$!
$! Check for the shm* routines.
$!
$ OS
@@ -6272,7 +6240,6 @@ $ WC "d_setruid='undef'"
$ WC "d_setsent='" + d_setsent + "'"
$ WC "d_setsid='" + d_setsid + "'"
$ WC "d_setvbuf='" + d_setvbuf + "'"
-$ WC "d_sfio='undef'"
$ WC "d_shm='" + d_shm + "'"
$ WC "d_shmat='" + d_shmat + "'"
$ WC "d_shmatprototype='" + d_shmatprototype + "'"
@@ -6480,7 +6447,6 @@ $ WC "i_prot='undef'"
$ WC "i_pthread='define'"
$ WC "i_pwd='undef'"
$ WC "i_rpcsvcdbm='undef'"
-$ WC "i_sfio='undef'"
$ WC "i_sgtty='undef'"
$ WC "i_shadow='" + i_shadow + "'"
$ WC "i_socks='" + i_socks + "'"