summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-08-10 20:21:08 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-08-21 14:36:04 +0100
commit768677ca81f5435a52c71938fa0353d7e2d0e1cf (patch)
tree18e4441b38206c5992f2f9aa9e89830dd52cabf5 /configure.com
parentcdac9b828888592f4c2b905aef8094fbca49ecfc (diff)
downloadperl-768677ca81f5435a52c71938fa0353d7e2d0e1cf.tar.gz
Remove 5005threads vestiges from Configure and friends
See https://github.com/Perl/metaconfig/pull/66/
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.com b/configure.com
index 713e875d33..20fc0590f6 100644
--- a/configure.com
+++ b/configure.com
@@ -146,7 +146,6 @@ $ ccname="DECC"
$ Dec_C_Version = ""
$ cxxversion = ""
$ use_threads = "F"
-$ use_5005_threads = "N"
$ use_ithreads = "N"
$!
$!: option parsing
@@ -2001,18 +2000,9 @@ $ if f$type(useithreads) .nes. ""
$ then
$ if useithreads .eqs. "undef" then bool_dflt="n"
$ endif
-$ if f$type(use5005threads) .nes. ""
-$ then
-$ if use5005threads .or. use5005threads .eqs. "define"
-$ then
-$ echo "5.005 threads are no longer supported"
-$ exit 44
-$ endif
-$ endif
$ rp = "Use the newer interpreter-based ithreads? [''bool_dflt'] "
$ GOSUB myread
$ use_ithreads=ans
-$ use_5005_threads="N"
$ ! Are they on VMS 7.1 or greater?
$ IF "''f$extract(1,3, f$getsyi(""version""))'" .GES. "7.1"
$ THEN
@@ -3437,7 +3427,6 @@ $ ENDIF
$!
$! Now some that we build up
$!
-$ use5005threads = "undef"
$ d_old_pthread_create_joinable = "undef"
$ old_pthread_create_joinable = " "
$ IF use_threads
@@ -6995,7 +6984,6 @@ $ WC "uidsign='1'"
$ WC "uidsize='4'"
$ WC "uidtype='" + uidtype + "'"
$ WC "uquadtype='" + uquadtype + "'"
-$ WC "use5005threads='" + use5005threads + "'"
$ WC "use64bitall='" + use64bitall + "'"
$ WC "use64bitint='" + use64bitint + "'"
$ WC "usecasesensitive='" + be_case_sensitive + "'" ! VMS-specific