diff options
author | Steve Hay <SteveHay@planit.com> | 2006-01-05 09:21:52 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-01-05 09:21:52 +0000 |
commit | aeb8b986a1665673ee977bbacc4401c792f66cd1 (patch) | |
tree | e2781f91de00d251e61feaa0499d317c312b8ddc /win32/config_H.gc | |
parent | c0c4672b5033d47f4516735388e834db238a50b0 (diff) | |
download | perl-aeb8b986a1665673ee977bbacc4401c792f66cd1.tar.gz |
Reorder changes made in change 26630
(Keep the order in win32/config.* and win32/config_H.* the same as in
Configure and config_H.SH for easier diffing)
p4raw-id: //depot/perl@26655
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index e8f7230b63..f61e354633 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2297,6 +2297,17 @@ */ /*#define USE_SITECUSTOMIZE /**/ +/* HAS_SNPRINTF: + * This symbol, if defined, indicates that the snprintf () library + * function is available for use. + */ +/* HAS_VSNPRINTF: + * This symbol, if defined, indicates that the vsnprintf () library + * function is available for use. + */ +#define HAS_SNPRINTF /**/ +#define HAS_VSNPRINTF /**/ + /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is * supported. @@ -2664,12 +2675,6 @@ #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. @@ -3946,12 +3951,6 @@ */ /*#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. |