summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.bc4
-rw-r--r--win32/config_H.gc4
2 files changed, 4 insertions, 4 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
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