diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-19 07:22:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-19 07:22:34 +0000 |
commit | 68d4903c0b61c4d934b03bae806cb56100c9116c (patch) | |
tree | 885537d7099091e4b52c0c738bafd8d398254ccc /config_h.SH | |
parent | 41d0071308c758be3a84fe1108be85969569855d (diff) | |
download | perl-68d4903c0b61c4d934b03bae806cb56100c9116c.tar.gz |
Long double support: sqrtl et al are not available everywhere,
e.g. not in Solaris, even when long doubles are.
p4raw-id: //depot/cfgperl@4411
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 3aa55fda2a..c10e3369a8 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2267,6 +2267,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_sfio USE_SFIO /**/ +/* HAS_SQRTL: + * This symbol, if defined, indicates that the sqrtl routine is + * available to do long double square roots. + */ +#$d_sqrtl HAS_SQRTL /**/ + /* HAS_FSTATFS: * This symbol, if defined, indicates that the fstatfs routine is * available to stat filesystems of file descriptors. |