Add snprintf() and vsnprintf() to the various Win32 configuration
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 070f2bc..434522e 100644 (file)
 #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.
  */
 /*#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.