diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 02:10:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 02:10:01 +0000 |
commit | 8e858c0b3848dae7efc722f353d7f17ce1333a30 (patch) | |
tree | ca93f6925f40d048b6ace5b75e946449cb0e6a94 /vms | |
parent | 9c1391b69a2befe2120136591bc00863e0b9cf40 (diff) | |
parent | 3141530c492792a17327a0ff80df3353f97c80ea (diff) | |
download | perl-8e858c0b3848dae7efc722f353d7f17ce1333a30.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5385
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 6f7c4a09df..585ab643d3 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -72,6 +72,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" @@ -4008,6 +4009,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 + "'" |