X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc64;h=3c6ac54ad443462e6d22ff5bb708fc0c011df6fe;hb=ba3a79e7bc1290494bbec9ddd2cd46b87300eb54;hp=66b3b4ecf3c7638b8ed38d5d3b253ba02b698c05;hpb=91180f33e1f7e43922a89029151c79d3c61304ff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 66b3b4e..3c6ac54 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2664,6 +2664,12 @@ #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. @@ -3936,6 +3942,12 @@ */ /*#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.