From: Steve Peters Date: Sun, 30 Apr 2006 14:27:08 +0000 (+0000) Subject: I was mistaken. Borland and gcc do have snprintf() and vsnprintf() X-Git-Tag: accepted/trunk/20130322.191538~17778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f71c8be366afc67b84ea5caf78d04d21dcb8be51;p=platform%2Fupstream%2Fperl.git I was mistaken. Borland and gcc do have snprintf() and vsnprintf() on Win32. p4raw-id: //depot/perl@28025 --- diff --git a/win32/config_H.bc b/win32/config_H.bc index f0102dd..166322c 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 60113f8..c28f1a4 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