summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-22 11:05:52 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-19 09:26:48 -0400
commitd6d36205af417d227110bac72e1801d73862770f (patch)
treed6e052f71467033a4e2b9ea86b1f298d03578f43 /config_h.SH
parent4e5044f034f5b5d064c8d998817c4476bf4842a3 (diff)
downloadperl-d6d36205af417d227110bac72e1801d73862770f.tar.gz
Configure -Dusequadmath.
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 948a156542..7aae94f05a 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -4849,6 +4849,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$uselongdouble USE_LONG_DOUBLE /**/
#endif
+/* USE_QUADMATH:
+ * This symbol, if defined, indicates that the quadmath library should
+ * be used when available.
+ */
+#ifndef USE_QUADMATH
+#$usequadmath USE_QUADMATH /**/
+#endif
+
/* USE_MORE_BITS:
* This symbol, if defined, indicates that 64-bit interfaces and
* long doubles should be used when available.