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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 07fbc0315b..9d3ec3d4e5 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2370,6 +2370,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$i_socks I_SOCKS /**/ +/* I_SUNMATH: + * This symbol, if defined, indicates that <sunmath.h> exists and + * should be included. + */ +#$i_sunmath I_SUNMATH /**/ + /* I_SYSLOG: * This symbol, if defined, indicates that <syslog.h> exists and * should be included. |