summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-04-30 13:14:25 +0000
committerSteve Peters <steve@fisharerojo.org>2006-04-30 13:14:25 +0000
commit92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7 (patch)
tree37413ac4d2ab7ee095f94b2345db362c75a89a4a /win32
parentb9ea4ed635ce80660161459fbde22a8c65d414db (diff)
downloadperl-92f6af9f34268f0eae9b7cd58a369acbf8c5f1b7.tar.gz
OK, Win32 must no have snprintf()/vsnprintf
p4raw-id: //depot/perl@28024
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.bc4
-rw-r--r--win32/config_H.gc4
-rw-r--r--win32/config_H.vc4
-rw-r--r--win32/config_H.vc644
4 files changed, 8 insertions, 8 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 166322c9df..f0102dd3b1 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 c28f1a41db..60113f82b4 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
diff --git a/win32/config_H.vc b/win32/config_H.vc
index f394791096..0be227b521 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -2318,8 +2318,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.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