diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:01:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:01:56 +0000 |
commit | c2da85bab803bec3ca5fa4521a7396803c18a76d (patch) | |
tree | 36e4cdb7232d235360030728abeab8871f8da1a3 /vms | |
parent | 454f2888fcb3cc0830fef0020890cac2dabe9d66 (diff) | |
download | perl-c2da85bab803bec3ca5fa4521a7396803c18a76d.tar.gz |
integrate changes#3091-3094 from maint-5.005
p4raw-link: @3091 on //depot/maint-5.005/perl: 74b502a1b27c7427d14366e729c0b76cb5ba79a6
p4raw-id: //depot/perl@3148
p4raw-integrated: from //depot/maint-5.005/perl@3147 'copy in'
vos/config_h.SH_orig (@2813..) README.hurd (@3093..) 'merge in'
vms/subconfigure.com (@2716..) vos/config.h (@2813..)
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 77dc15ce0e..5f0c6a8f3b 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -73,6 +73,8 @@ $ perl_i_sysmman="undef" $ perl_d_telldirproto="define" $ 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" @@ -3078,6 +3080,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 + "'" |