win32/config*: all the supported compilers have isfinite()

This commit is contained in:
Tony Cook 2024-05-23 16:12:56 +10:00
parent cbe01cd7d9
commit 0fdc16a98b
4 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ d_ipv6_mreq='undef'
d_ipv6_mreq_source='undef'
d_isascii='define'
d_isblank='undef'
d_isfinite='undef'
d_isfinite='define'
d_isfinitel='undef'
d_isinf='define'
d_isinfl='undef'

View File

@ -317,7 +317,7 @@ d_ipv6_mreq='undef'
d_ipv6_mreq_source='undef'
d_isascii='define'
d_isblank='undef'
d_isfinite='undef'
d_isfinite='define'
d_isfinitel='undef'
d_isinf='undef'
d_isinfl='undef'

View File

@ -2827,7 +2827,7 @@
* This symbol, if defined, indicates that the isfinite routine is
* available to check whether a double is finite (non-infinity non-NaN).
*/
/*#define HAS_ISFINITE / **/
#define HAS_ISFINITE / **/
/* HAS_ISFINITEL:
* This symbol, if defined, indicates that the isfinitel routine is

View File

@ -2827,7 +2827,7 @@
* This symbol, if defined, indicates that the isfinite routine is
* available to check whether a double is finite (non-infinity non-NaN).
*/
/*#define HAS_ISFINITE / **/
#define HAS_ISFINITE / **/
/* HAS_ISFINITEL:
* This symbol, if defined, indicates that the isfinitel routine is