summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-03-05 04:36:19 -0800
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-06 12:42:21 +0000
commit74b502a1b27c7427d14366e729c0b76cb5ba79a6 (patch)
tree2c15f5d87ecf356a3cafe38c9b969598c37e89d9
parentf74042ea735befae4140580db69d41ff26567c17 (diff)
downloadperl-74b502a1b27c7427d14366e729c0b76cb5ba79a6.tar.gz
VMS build patch
To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu> p4raw-id: //depot/maint-5.005/perl@3091
-rw-r--r--vms/subconfigure.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com
index 2af43fb8e1..4cdafbc08f 100644
--- a/vms/subconfigure.com
+++ b/vms/subconfigure.com
@@ -58,6 +58,8 @@ $!
$! ##ADD NEW CONSTANTS HERE##
$ perl_i_sysmount="undef"
$ perl_d_fstatfs="undef"
+$ perl_i_machcthreads="undef"
+$ perl_i_pthread="define"
$ perl_d_fstatvfs="undef"
$ perl_d_statfsflags="undef"
$ perl_i_sysstatvfs="undef"
@@ -2483,6 +2485,8 @@ $ WC "i_sysmount='" + perl_i_sysmount + "'"
$ WC "d_fstatfs='" + perl_d_fstatfs + "'"
$ WC "d_statfsflags='" + perl_d_statfsflags + "'"
$ WC "i_sysstatvfs='" + perl_i_sysstatvfs + "'"
+$ WC "i_machcthreads='" + perl_i_machcthreads + "'"
+$ WC "i_pthread='" + perl_i_pthread + "'"
$ WC "d_fstatvfs='" + perl_d_fstatvfs + "'"
$ WC "i_mntent='" + perl_i_mntent + "'"
$ WC "d_getmntent='" + perl_d_getmntent + "'"