Move all the xxxpvs() macros to handy.h.
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index 6ab4b5b..434522e 100644 (file)
  */
 /*#define HAS_FTELLO           /**/
 
+/* HAS_FUTIMES:
+ *     This symbol, if defined, indicates that the futimes routine is
+ *     available to change file descriptor time stamps with struct timevals.
+ */
+/*#define HAS_FUTIMES          /**/
+
 /* Gconvert:
  *     This preprocessor macro is defined to convert a floating point
  *     number to a string without a trailing decimal point.  This
  */
 /*#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_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 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_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.