diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-04-30 14:27:08 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-30 14:27:08 +0000 |
commit | f71c8be366afc67b84ea5caf78d04d21dcb8be51 (patch) | |
tree | 14c453052f65321c1b636e65565f38c09604ec8e /win32/config_H.bc | |
parent | 92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7 (diff) | |
download | perl-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.bc')
-rw-r--r-- | win32/config_H.bc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index f0102dd3b1..166322c9df 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 |