global.sym appears to have become out of date. Oops.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc64
index a3121f1..956112e 100644 (file)
  */
 /*#define      HAS_SOCKATMARK_PROTO    /**/
 
+/* SPRINTF_RETURNS_STRLEN:
+ *      This variable defines whether sprintf returns the length of the string
+ *      (as per the ANSI spec). Some C libraries retain compatibility with
+ *      pre-ANSI C and return a pointer to the passed in buffer; for these
+ *      this variable will be undef.
+ */
+#define         SPRINTF_RETURNS_STRLEN       /**/
+
 /* HAS_SETRESGID_PROTO:
  *     This symbol, if defined, indicates that the system provides
  *     a prototype for the setresgid() function.  Otherwise, it is up