diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-31 10:51:40 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-31 17:53:08 -0400 |
commit | 4c1a9b0c1cd511f382b94a6bf9698242dbf2342a (patch) | |
tree | 7ac98543727d6fd3e42ef67a5c61f7571e21a809 /config_h.SH | |
parent | d5f4f26a609ca54aaae457e0dfefb1b93929a317 (diff) | |
download | perl-4c1a9b0c1cd511f382b94a6bf9698242dbf2342a.tar.gz |
POSIX math: Configure scan fpgetround
Legacy BSD way of fegetround.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index d55726e5ce..3c48f93ba7 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3670,6 +3670,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_fpclassl HAS_FPCLASSL /**/ +/* HAS_FPGETROUND: + * This symbol, if defined, indicates that the fpgetround routine is + * available to get the floating point rounding mode. + */ +#$d_fpgetround HAS_FPGETROUND /**/ + /* HAS_FPOS64_T: * This symbol will be defined if the C compiler supports fpos64_t. */ |