summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
parent4e5044f034f5b5d064c8d998817c4476bf4842a3 (diff)
downloadperl-d6d36205af417d227110bac72e1801d73862770f.tar.gz
Configure -Dusequadmath.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 778bee702c..81d5e063fe 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4814,6 +4814,14 @@
/*#define USE_LONG_DOUBLE / **/
#endif
+/* USE_QUADMATH:
+ * This symbol, if defined, indicates that the quadmath library should
+ * be used when available.
+ */
+#ifndef USE_QUADMATH
+/*#define USE_QUADMATH / **/
+#endif
+
/* USE_MORE_BITS:
* This symbol, if defined, indicates that 64-bit interfaces and
* long doubles should be used when available.
@@ -4857,6 +4865,6 @@
#endif
/* Generated from:
- * 8efb374b21480cf581be7abbe612d8fe38e1648e146cc8c19e16d9b533257b24 config_h.SH
- * b42f107a4c0dff0588550e034bef79028c4ac588dfda1fffcc777c3ce3adf867 uconfig.sh
+ * d7da79ac72d2191d6814ec98688e342f20eba70c64292c2e0b6b5622cdf3b6e6 config_h.SH
+ * a3cd0b705a952f6915cc1424cc116d4183481f54ba9605415baf93bc57e12122 uconfig.sh
* ex: set ro: */