global.sym appears to have become out of date. Oops.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 1372f61..ff36eb9 100644 (file)
  */
 /*#define HAS_MADVISE          /**/
 
-/* HAS_MALLOC_SIZE:
- *     This symbol, if defined, indicates that the malloc_size
- *     routine is available for use.
- */
-/*#define HAS_MALLOC_SIZE              /**/
-
-/* HAS_MALLOC_GOOD_SIZE:
- *     This symbol, if defined, indicates that the malloc_good_size
- *     routine is available for use.
- */
-/*#define HAS_MALLOC_GOOD_SIZE /**/
-
 /* HAS_MEMCHR:
  *     This symbol, if defined, indicates that the memchr routine is available
  *     to locate characters within a C string.
  */
 /*#define HAS_UNORDERED                /**/
 
+/* HAS_UNSETENV:
+ *     This symbol, if defined, indicates that the unsetenv () routine is
+ *     available for use.
+ */
+/*#define HAS_UNSETENV         /**/
+
 /* HAS_USTAT:
  *     This symbol, if defined, indicates that the ustat system call is
  *     available to query file system statistics by dev_t.
  */
 /*#define HAS_AINTL            / **/
 
+/* HAS_CLEARENV:
+ *     This symbol, if defined, indicates that the clearenv () routine is
+ *     available for use.
+ */
+/*#define HAS_CLEARENV         /**/
+
 /* HAS_COPYSIGNL:
  *     This symbol, if defined, indicates that the copysignl routine is
  *     available.  If aintl is also present we can emulate modfl.
  */
 /*#define LIBM_LIB_VERSION         /**/
 
+/* HAS_MALLOC_SIZE:
+ *     This symbol, if defined, indicates that the malloc_size
+ *     routine is available for use.
+ */
+/*#define HAS_MALLOC_SIZE              /**/
+
+/* HAS_MALLOC_GOOD_SIZE:
+ *     This symbol, if defined, indicates that the malloc_good_size
+ *     routine is available for use.
+ */
+/*#define HAS_MALLOC_GOOD_SIZE /**/
+
 /* HAS_NL_LANGINFO:
  *     This symbol, if defined, indicates that the nl_langinfo routine is
  *     available to return local data.  You will also need <langinfo.h>
  */
 /*#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