summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-01-04 02:47:39 +0000
committerSteve Peters <steve@fisharerojo.org>2006-01-04 02:47:39 +0000
commit4ae8a42e2d893d542fe5ac274d3d7a2fb77e0f25 (patch)
tree6bc50c136a7982afb22e1752da1e1314872d5509 /win32/config_H.gc
parentf4551fcd8535f92b446c0bbb84dfd670a1f3eece (diff)
downloadperl-4ae8a42e2d893d542fe5ac274d3d7a2fb77e0f25.tar.gz
Add snprintf() and vsnprintf() to the various Win32 configuration
files. p4raw-id: //depot/perl@26630
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 2d8eb137c2..e8f7230b63 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -2664,6 +2664,12 @@
#define HAS_VPRINTF /**/
/*#define USE_CHAR_VSPRINTF /**/
+/* HAS_VSNPRINTF:
+ * This symbol, if defined, indicates that the vsnprintf routine is
+ * available for use.
+ */
+#define HAS_VSNPRINTF /**/
+
/* HAS_WRITEV:
* This symbol, if defined, indicates that the writev routine is
* available to do scatter writes.
@@ -3940,6 +3946,12 @@
*/
/*#define HAS_SIGPROCMASK /**/
+/* HAS_SNPRINTF:
+ * This symbol, if defined, indicates that the snprintf() library
+ * function is available for use.
+ */
+#define HAS_SNPRINTF /**/
+
/* HAS_SOCKATMARK:
* This symbol, if defined, indicates that the sockatmark routine is
* available to test whether a socket is at the out-of-band mark.