diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-01-04 02:47:39 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-01-04 02:47:39 +0000 |
commit | 4ae8a42e2d893d542fe5ac274d3d7a2fb77e0f25 (patch) | |
tree | 6bc50c136a7982afb22e1752da1e1314872d5509 /win32/config_H.vc | |
parent | f4551fcd8535f92b446c0bbb84dfd670a1f3eece (diff) | |
download | perl-4ae8a42e2d893d542fe5ac274d3d7a2fb77e0f25.tar.gz |
Add snprintf() and vsnprintf() to the various Win32 configuration
files.
p4raw-id: //depot/perl@26630
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index 070f2bccb0..434522e869 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. |