This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid a warning from the Irix C compiler.
[perl5.git] / win32 / config_H.vc
index 070f2bc..d30d648 100644 (file)
  */
 /*#define      USE_SITECUSTOMIZE               /**/
 
+/* HAS_SNPRINTF:
+ *     This symbol, if defined, indicates that the snprintf () library
+ *     function is available for use.
+ */
+/* HAS_VSNPRINTF:
+ *     This symbol, if defined, indicates that the vsnprintf () library
+ *     function is available for use.
+ */
+#define HAS_SNPRINTF   /**/
+#define HAS_VSNPRINTF  /**/
+
 /* HAS_SOCKET:
  *     This symbol, if defined, indicates that the BSD socket interface is
  *     supported.