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 /epoc | |
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 'epoc')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index e0d7166ab7..7e913d6516 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -440,6 +440,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' |