summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2014-12-16 19:11:22 -0600
committerCraig A. Berry <craigberry@mac.com>2014-12-16 19:11:22 -0600
commit3cf97631d086ff2ed3ada2789408f8d7901749dc (patch)
tree67c05a2af1261755ed886d68eec15b1169998bb1 /ext
parent40979185493cb2dd7058d363c41cacdf2ead2757 (diff)
downloadperl-3cf97631d086ff2ed3ada2789408f8d7901749dc.tar.gz
Obsolete workaround in ext/SDBM_File/sdbm/Makefile.PL.
Hasn't been necessary or relevant for some years.
Diffstat (limited to 'ext')
-rw-r--r--ext/SDBM_File/sdbm/Makefile.PL5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL
index 48e3c4916e..c02c75b865 100644
--- a/ext/SDBM_File/sdbm/Makefile.PL
+++ b/ext/SDBM_File/sdbm/Makefile.PL
@@ -3,11 +3,6 @@ use ExtUtils::MakeMaker;
my $define = '-DSDBM -DDUFF';
$define .= ' -DWIN32 -DPERL_STATIC_SYMS' if ($^O eq 'MSWin32');
-if ($^O eq 'VMS') { # Old VAXC compiler can't handle Duff's device
- require Config;
- $define =~ s/\s+-DDUFF// if $Config::Config{'vms_cc_type'} eq 'vaxc';
-}
-
WriteMakefile(
NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does
# LINKTYPE => 'static',