I was mistaken. Borland and gcc do have snprintf() and vsnprintf()
authorSteve Peters <steve@fisharerojo.org>
Sun, 30 Apr 2006 14:27:08 +0000 (14:27 +0000)
committerSteve Peters <steve@fisharerojo.org>
Sun, 30 Apr 2006 14:27:08 +0000 (14:27 +0000)
on Win32.

p4raw-id: //depot/perl@28025

win32/config_H.bc
win32/config_H.gc

index f0102dd..166322c 100644 (file)
  *     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
index 60113f8..c28f1a4 100644 (file)
  *     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