diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-05-13 15:48:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-05-13 15:48:24 +0000 |
commit | 9802685f01199cb057aa21dd571a78932fb81070 (patch) | |
tree | 97b27073562777d68d3bc888d7510329bf246022 /uconfig.sh | |
parent | fd655d330c4a545eb836be2bf58736622e036e45 (diff) | |
download | perl-9802685f01199cb057aa21dd571a78932fb81070.tar.gz |
A Configure probe for C99 variadic macros, based on code from Jarkko.
p4raw-id: //depot/perl@28189
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index fe046a7b9e..dc4940263b 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -72,6 +72,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' |