summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-05-13 15:48:24 +0000
committerNicholas Clark <nick@ccl4.org>2006-05-13 15:48:24 +0000
commit9802685f01199cb057aa21dd571a78932fb81070 (patch)
tree97b27073562777d68d3bc888d7510329bf246022 /config_h.SH
parentfd655d330c4a545eb836be2bf58736622e036e45 (diff)
downloadperl-9802685f01199cb057aa21dd571a78932fb81070.tar.gz
A Configure probe for C99 variadic macros, based on code from Jarkko.
p4raw-id: //depot/perl@28189
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 463910269e..ee4c292f0e 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -4421,4 +4421,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#endif
#endif
+
+/* HAS_C99_VARIADIC_MACROS:
+ * If defined, the compiler supports C99 variadic macros.
+ */
+#$d_c99_variadic_macros HAS_C99_VARIADIC_MACROS /**/
+
!GROK!THIS!