summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-22 10:51:18 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-19 09:26:45 -0400
commit4e5044f034f5b5d064c8d998817c4476bf4842a3 (patch)
tree9b95c364b63c0bce96c45b207917e5d4da906a43 /config_h.SH
parent688d9ed14d976fe7ce810427ec76afcdd23d4757 (diff)
downloadperl-4e5044f034f5b5d064c8d998817c4476bf4842a3.tar.gz
Configure for <quadmath.h>
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 1af5d4c254..948a156542 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -2882,6 +2882,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_pwgecos PWGECOS /**/
#$d_pwpasswd PWPASSWD /**/
+/* I_QUADMATH:
+ * This symbol, if defined, indicates to the C program that it should
+ * include <quadmath.h>.
+ */
+#$i_quadmath I_QUADMATH /**/
+
/* I_SYS_ACCESS:
* This symbol, if defined, indicates to the C program that it should
* include <sys/access.h>.