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 /uconfig.h | |
parent | d5f4f26a609ca54aaae457e0dfefb1b93929a317 (diff) | |
download | perl-4c1a9b0c1cd511f382b94a6bf9698242dbf2342a.tar.gz |
POSIX math: Configure scan fpgetround
Legacy BSD way of fegetround.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -3635,6 +3635,12 @@ */ /*#define HAS_FPCLASSL / **/ +/* HAS_FPGETROUND: + * This symbol, if defined, indicates that the fpgetround routine is + * available to get the floating point rounding mode. + */ +/*#define HAS_FPGETROUND / **/ + /* HAS_FPOS64_T: * This symbol will be defined if the C compiler supports fpos64_t. */ @@ -4841,6 +4847,6 @@ #endif /* Generated from: - * 0486f11f3248b90661c12addfea9b9c4166aa7ab6b424d1b7b901b7bf1a62c89 config_h.SH - * a376d0ca25730310baa72472d022838903cee6091bc06eb4a01fc6c22d6f9c4a uconfig.sh + * 2f54acea42d3f924568021e83a8122d708d2beb715c56fd532dc312d69c2b3c3 config_h.SH + * c152ea695301aeff5abcae519813f0bc4f3a875ba6f38e4a841302baa7bb5c7b uconfig.sh * ex: set ro: */ |