Change 26632 by [EMAIL PROTECTED] on 2006/01/04 03:43:20
Added snprintf() and vsnprintf() to configure.com as 'undef'.
Affected files ...
... //depot/perl/configure.com#221 edit
Differences ...
==== //depot/perl/configure.com#221 (text) ====
Index: perl/configure.com
--- perl/configure.com#220~26363~ 2005-12-14 19:59:21.000000000 -0800
+++ perl/configure.com 2006-01-03 19:43:20.000000000 -0800
@@ -5985,6 +5985,7 @@
$ WC "d_void_closedir='define'"
$ WC "d_volatile='define'"
$ WC "d_vprintf='define'"
+$ WC "d_vsnprintf='undef'"
$ WC "d_wait4='" + d_wait4 + "'"
$ WC "d_waitpid='define'"
$ WC "d_wcstombs='" + d_wcstombs + "'"
@@ -6401,6 +6402,7 @@
$ WC "d_setprotoent_r='undef'"
$ WC "d_setpwent_r='undef'"
$ WC "d_setservent_r='undef'"
+$ WC "d_snprintf='undef'"
$ WC "d_srand48_r='undef'"
$ WC "d_srandom_r='undef'"
$ WC "d_strerror_r='undef'"
End of Patch.