From: Steve Peters Date: Sun, 30 Apr 2006 13:14:25 +0000 (+0000) Subject: OK, Win32 must no have snprintf()/vsnprintf X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7;p=p5sagit%2Fp5-mst-13.2.git OK, Win32 must no have snprintf()/vsnprintf p4raw-id: //depot/perl@28024 --- diff --git a/win32/config_H.bc b/win32/config_H.bc index 166322c..f0102dd 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2305,8 +2305,8 @@ * This symbol, if defined, indicates that the vsnprintf () library * function is available for use. */ -#define HAS_SNPRINTF /**/ -#define HAS_VSNPRINTF /**/ +/*#define HAS_SNPRINTF /**/ +/*#define HAS_VSNPRINTF /**/ /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is diff --git a/win32/config_H.gc b/win32/config_H.gc index c28f1a4..60113f8 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2317,8 +2317,8 @@ * This symbol, if defined, indicates that the vsnprintf () library * function is available for use. */ -#define HAS_SNPRINTF /**/ -#define HAS_VSNPRINTF /**/ +/*#define HAS_SNPRINTF /**/ +/*#define HAS_VSNPRINTF /**/ /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is diff --git a/win32/config_H.vc b/win32/config_H.vc index f394791..0be227b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2318,8 +2318,8 @@ * This symbol, if defined, indicates that the vsnprintf () library * function is available for use. */ -#define HAS_SNPRINTF /**/ -#define HAS_VSNPRINTF /**/ +/*#define HAS_SNPRINTF /**/ +/*#define HAS_VSNPRINTF /**/ /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 82beceb..8301920 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2305,8 +2305,8 @@ * This symbol, if defined, indicates that the vsnprintf () library * function is available for use. */ -#define HAS_SNPRINTF /**/ -#define HAS_VSNPRINTF /**/ +/*#define HAS_SNPRINTF /**/ +/*#define HAS_VSNPRINTF /**/ /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is