Move all the xxxpvs() macros to handy.h.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc64
index 66b3b4e..3c6ac54 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.