summaryrefslogtreecommitdiff
path: root/epoc
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 /epoc
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 'epoc')
-rw-r--r--epoc/config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh
index d7e9469f8e..217b6c8ba8 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -134,6 +134,7 @@ d_crypt_r='undef'
d_csh='undef'
d_ctermid_r='undef'
d_ctime_r='undef'
+d_c99_variadic_macros='undef'
d_cuserid='undef'
d_dbl_dig='undef'
d_dbminitproto='undef'