diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 00:55:41 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:33 +0100 |
commit | 9d82a2b71ca36a0f03ce4676aab0bada365292a9 (patch) | |
tree | 96d319dc6c4321e6fbc992af2b26b54dc49f4bd4 /configure.com | |
parent | 3d97541cde09d330e1c16246cbe085f4717abb01 (diff) | |
download | perl-9d82a2b71ca36a0f03ce4676aab0bada365292a9.tar.gz |
Rely on C89 <stdarg.h>
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.com b/configure.com index 9f463661a5..19b62c9ddb 100644 --- a/configure.com +++ b/configure.com @@ -6579,7 +6579,6 @@ $ WC "i_rpcsvcdbm='undef'" $ WC "i_sgtty='undef'" $ WC "i_shadow='" + i_shadow + "'" $ WC "i_socks='" + i_socks + "'" -$ WC "i_stdarg='define'" $ IF ccname .EQS. "DEC" .AND. F$INTEGER(Dec_C_Version).GE.60400000 $ THEN $ WC "i_stdbool='define'" @@ -6627,8 +6626,6 @@ $ WC "i_unistd='" + i_unistd + "'" $ WC "i_ustat='undef'" $ WC "i_utime='" + i_utime + "'" $ WC "i_values='undef'" -$ WC "i_varargs='undef'" -$ WC "i_varhdr='stdarg.h'" $ WC "i_vfork='undef'" $ WC "i_wchar='undef'" $ WC "i_xlocale='undef'" |