summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-11 11:55:01 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-13 22:20:26 -0400
commit688e39e5be03cbe5de5756e5f52d834807649477 (patch)
tree135ea1551e043a67510ac458cac05de5a5009816 /config_h.SH
parentdc91db6cfbf31ad1bbc0d43f7c74251f6411d2d2 (diff)
downloadperl-688e39e5be03cbe5de5756e5f52d834807649477.tar.gz
Configure scan for ldexpl
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index ff7308e860..168feee160 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3617,6 +3617,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_frexpl HAS_FREXPL /**/
+/* HAS_LDEXPL:
+ * This symbol, if defined, indicates that the ldexpl routine is
+ * available to shift a long double floating-point number
+ * by an integral power of 2.
+ */
+#$d_ldexpl HAS_LDEXPL /**/
+
/* HAS_STRUCT_FS_DATA:
* This symbol, if defined, indicates that the struct fs_data
* to do statfs() is supported.