diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-04-30 13:14:25 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-30 13:14:25 +0000 |
commit | 92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7 (patch) | |
tree | 37413ac4d2ab7ee095f94b2345db362c75a89a4a /win32/config_H.vc64 | |
parent | b9ea4ed635ce80660161459fbde22a8c65d414db (diff) | |
download | perl-92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7.tar.gz |
OK, Win32 must no have snprintf()/vsnprintf
p4raw-id: //depot/perl@28024
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r-- | win32/config_H.vc64 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |