X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.vc;h=434522e869419c92f16ab3ea5f2a485a1a9e9b80;hb=4ae8a42e2d893d542fe5ac274d3d7a2fb77e0f25;hp=070f2bccb0f3ef4f5d4713eea20a1bd8b25a9341;hpb=91180f33e1f7e43922a89029151c79d3c61304ff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.vc b/win32/config_H.vc index 070f2bc..434522e 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -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.