From: Steve Peters Date: Sun, 30 Apr 2006 13:14:25 +0000 (+0000) Subject: OK, Win32 must no have snprintf()/vsnprintf X-Git-Tag: upstream/5.16.3~17794 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7;p=platform%2Fupstream%2Fperl.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 166322c9df..f0102dd3b1 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 c28f1a41db..60113f82b4 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 f394791096..0be227b521 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 82beceb1d3..8301920d5d 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