diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 23:01:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 23:01:35 +0000 |
commit | 923fc586b1fab31a3ea5c3c618e37488eaa31d07 (patch) | |
tree | 22a485a9f2028cc51ed4cba6f107e4c7c89f4201 /vms | |
parent | 599649045af8fc42ea4ac9000b4ad466dbe279fb (diff) | |
download | perl-923fc586b1fab31a3ea5c3c618e37488eaa31d07.tar.gz |
Add libsunmath (long double math library for Solaris,
SUNWspro cc only) awareness; fix various Solaris nits.
p4raw-id: //depot/cfgperl@5374
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 + "'" |