From f71c8be366afc67b84ea5caf78d04d21dcb8be51 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Sun, 30 Apr 2006 14:27:08 +0000 Subject: [PATCH] I was mistaken. Borland and gcc do have snprintf() and vsnprintf() on Win32. p4raw-id: //depot/perl@28025 --- win32/config_H.bc | 4 ++-- win32/config_H.gc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4