summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-04-30 14:27:08 +0000
committerSteve Peters <steve@fisharerojo.org>2006-04-30 14:27:08 +0000
commitf71c8be366afc67b84ea5caf78d04d21dcb8be51 (patch)
tree14c453052f65321c1b636e65565f38c09604ec8e /win32/config_H.gc
parent92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7 (diff)
downloadperl-f71c8be366afc67b84ea5caf78d04d21dcb8be51.tar.gz
I was mistaken. Borland and gcc do have snprintf() and vsnprintf()
on Win32. p4raw-id: //depot/perl@28025
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 60113f82b4..c28f1a41db 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