summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2006-01-14 05:02:38 +0000
committerCraig A. Berry <craigberry@mac.com>2006-01-14 05:02:38 +0000
commitddcbaa1cece03b86d18feae2329582fa255e94be (patch)
tree32d5a62b3aa6f6de068f99acab9ad0817b6dd907 /configure.com
parent949c04aee626cdc911dc3af16ce8746375a07533 (diff)
downloadperl-ddcbaa1cece03b86d18feae2329582fa255e94be.tar.gz
Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bits
having to do with dirent, opendir, etc. Must be Friday the 13th. p4raw-id: //depot/perl@26844
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.com b/configure.com
index 11c085384d..5dd96aeae3 100644
--- a/configure.com
+++ b/configure.com
@@ -5670,16 +5670,7 @@ $ WC "d_dbl_dig='define'"
$ WC "d_dbminitproto='undef'"
$ WC "d_difftime='define'"
$ WC "d_dirfd='undef'"
-$ if (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX")
-$ then
-$! Sorry, CRTL does not have this, and in order to support
-$! POSIX filespecifications, the CRTL readdir() structures
-$! need to be used globally for now.
-$ echo "Building for OpenVMS 8.2 uses CRTL dirent.h, so no dirnamlen member"
-$ WC "d_dirnamlen='undef'"
-$ else
-$ WC "d_dirnamlen='define'"
-$ endif
+$ WC "d_dirnamlen='define'"
$ WC "d_dlerror='undef'"
$ WC "d_dlsymun='undef'"
$ WC "d_dosuid='undef'"