summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-20 17:55:46 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-21 09:03:48 +0200
commitef4abe7673cc0b19ffd81c9a42f79de20a52ac87 (patch)
tree89cd58fbae04b2ffbec491578c0827b5e1c9b201 /configpm
parent31a53e79025eb5944553e671a615e60f384fe743 (diff)
downloadperl-ef4abe7673cc0b19ffd81c9a42f79de20a52ac87.tar.gz
Remove fakethr.h and eliminate all references to it and FAKE_THREADS
fakethr.h and FAKE_THREADS were for a "green" threads implementation of 5005threads. 5005threads itself is long gone, and it's not clear that -DFAKE_THREADS *ever* built correctly. Certainly it did not work for the 5.005 release, and it did not work at the time of the commits for the initial checkin. The closest that it seems to have been to working is around commit c6ee37c52f2ca9e5 (Dec 1997), where the headers no longer contained errors, but perl.c failed to compile.
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm1
1 files changed, 0 insertions, 1 deletions
diff --git a/configpm b/configpm
index 0be40f9b6c..33137c607a 100755
--- a/configpm
+++ b/configpm
@@ -82,7 +82,6 @@ my @header_files = qw(EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h
regcomp.h regexp.h regnodes.h scope.h sv.h thread.h utf8.h
util.h);
-# No point in adding fakethr.h, as it no longer works
push @header_files,
$^O eq 'VMS' ? 'vmsish.h' : qw(dosish.h perliol.h time64.h unixish.h);