From: Steve Peters Date: Wed, 4 Jan 2006 03:43:20 +0000 (+0000) Subject: Added snprintf() and vsnprintf() to configure.com as 'undef'. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed3e35345042264d83e70f04a3168d38072ed0b8;p=p5sagit%2Fp5-mst-13.2.git Added snprintf() and vsnprintf() to configure.com as 'undef'. p4raw-id: //depot/perl@26632 --- diff --git a/configure.com b/configure.com index f7dc5d5..371d40d 100644 --- a/configure.com +++ b/configure.com @@ -5985,6 +5985,7 @@ $ WC "d_vms_do_sockets='" + d_vms_do_sockets + "'" ! VMS $ 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_setnetent_r='undef'" $ 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'"