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 /vos | |
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 'vos')
-rw-r--r-- | vos/config.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vos/config.def b/vos/config.def index bc294dc25e..c943b73e24 100644 --- a/vos/config.def +++ b/vos/config.def @@ -324,6 +324,7 @@ $i_stdarg='define' $i_stddef='define' $i_stdlib='define' $i_string='define' +$i_sunmath='undef' $i_sysaccess='undef' $i_sysdir='undef' $i_sysfile='undef' |