summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-24 20:12:16 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-24 22:31:52 -0400
commitb19ee02c9e71bfad5bfbbb7e20a238f6db8048b0 (patch)
tree402c1401553f6f039df96a3a67e7268be92448c9 /config_h.SH
parentadd0623764a32547ebb7fda010f508ce3c242bf7 (diff)
downloadperl-b19ee02c9e71bfad5bfbbb7e20a238f6db8048b0.tar.gz
Configure scan for fp_classl().
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH8
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 8d09829963..d947b79ba8 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3561,6 +3561,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_fp_class HAS_FP_CLASS /**/
+/* HAS_FP_CLASSL:
+ * This symbol, if defined, indicates that the fp_classl routine is
+ * available to classify doubles. Available for example in Digital UNIX.
+ * See HAS_FP_CLASS.
+ *
+ */
+#$d_fp_classl HAS_FP_CLASSL /**/
+
/* HAS_FP_CLASSIFY:
* This symbol, if defined, indicates that the fp_classify routine is
* available to classify doubles.