summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-18 09:57:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-20 09:33:08 -0400
commitfa484e6086b60c4cc6a365098cfb23e1c00d69a9 (patch)
tree2fa44a3eb993c17b7433bc455ebeb8eb3dd9165f /config_h.SH
parent2bb3725dfe9edb3ec056dbc691826cda14d85a48 (diff)
downloadperl-fa484e6086b60c4cc6a365098cfb23e1c00d69a9.tar.gz
Configure for isfinitel / isinfl.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH13
1 files changed, 13 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 5dad5567a2..f8c4fed675 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3763,12 +3763,25 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_isfinite HAS_ISFINITE /**/
+/* HAS_ISFINITEL:
+ * This symbol, if defined, indicates that the isfinite routine is
+ * available to check whether a long double is finitel
+ * (non-infinity non-NaN).
+ */
+#$d_isfinitel HAS_ISFINITEL /**/
+
/* HAS_ISINF:
* This symbol, if defined, indicates that the isinf routine is
* available to check whether a double is an infinity.
*/
#$d_isinf HAS_ISINF /**/
+/* HAS_ISINF:
+ * This symbol, if defined, indicates that the isinf routine is
+ * available to check whether a long double is an infinity.
+ */
+#$d_isinfl HAS_ISINFL /**/
+
/* HAS_ISNAN:
* This symbol, if defined, indicates that the isnan routine is
* available to check whether a double is a NaN.