diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-02 04:43:11 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-02 04:43:11 +0000 |
commit | 2880a34dbedbf432930afb9c6e16e70cd4961ecd (patch) | |
tree | 85adace676e9d102a407b29da6d4de4fc756787c /vms | |
parent | a76066050033ba221c033ac17bdf700dab6ef631 (diff) | |
parent | ccb170633023ae0e007caf5cfa96ad76d3aae429 (diff) | |
download | perl-2880a34dbedbf432930afb9c6e16e70cd4961ecd.tar.gz |
YA sync with mainline
p4raw-id: //depot/vmsperl@5435
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 47f7fe7014..30da056561 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -75,6 +75,7 @@ $ perl_d_sqrtl = "define" $ perl_d_statfs_f_flags = "undef" $ perl_d_statfs_s = "undef" $ perl_d_ustat = "undef" +$ perl_i_sunmath = "undef" $ perl_i_sysstatfs = "undef" $ perl_i_sysvfs = "undef" $ perl_i_ustat = "undef" @@ -116,6 +117,7 @@ $ perl_installusrbinperl="undef" $ perl_CONFIG="true" $ perl_d_fseeko="undef" $ perl_d_ftello="undef" +$ perl_d_qgcvt="undef" $ perl_d_readv="undef" $ perl_d_writev="undef" $ perl_i_machcthr="undef" @@ -4001,6 +4003,7 @@ $ WC "d_gethname='" + perl_d_gethname + "'" $ WC "d_phostname='" + perl_d_phostname + "'" $ WC "d_accessx='" + perl_d_accessx + "'" $ WC "d_eaccess='" + perl_d_eaccess + "'" +$ WC "i_sunmath='" + perl_i_sunmath + "'" $ WC "i_sysaccess='" + perl_i_sysaccess + "'" $ WC "i_syssecrt='" + perl_i_syssecrt + "'" $ WC "d_fd_set='" + perl_d_fd_set + "'" @@ -4018,6 +4021,7 @@ $ WC "d_cmsghdr_s='" + perl_d_cmsghdr_s + "'" $ WC "i_sysuio='" + perl_i_sysuio + "'" $ WC "d_fseeko='" + perl_d_fseeko + "'" $ WC "d_ftello='" + perl_d_ftello + "'" +$ WC "d_qgcvt='" + perl_d_qgcvt + "'" $ WC "d_readv='" + perl_d_readv + "'" $ WC "d_writev='" + perl_d_writev + "'" $ WC "i_machcthr='" + perl_i_machcthr + "'" |