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 | |
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')
-rw-r--r-- | win32/config.bc | 2 | ||||
-rw-r--r-- | win32/config.gc | 2 | ||||
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config.vc64 | 2 | ||||
-rw-r--r-- | win32/config_H.bc | 23 | ||||
-rw-r--r-- | win32/config_H.gc | 23 | ||||
-rw-r--r-- | win32/config_H.vc | 23 | ||||
-rw-r--r-- | win32/config_H.vc64 | 23 |
8 files changed, 48 insertions, 52 deletions
diff --git a/win32/config.bc b/win32/config.bc index 2c080dfa38..8e09d47dd2 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -406,13 +406,13 @@ d_shmget='undef' d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' +d_snprintf='define' d_sockatmark='undef' d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' -d_snprintf='define' d_sprintf_returns_strlen='define' d_sqrtl='undef' d_srand48_r='undef' diff --git a/win32/config.gc b/win32/config.gc index bbc60a55f5..577bbc18f4 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -406,13 +406,13 @@ d_shmget='undef' d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' +d_snprintf='define' d_sockatmark='undef' d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' -d_snprintf='define' d_sprintf_returns_strlen='define' d_sqrtl='undef' d_srand48_r='undef' diff --git a/win32/config.vc b/win32/config.vc index 4a751e1130..bfe87736c0 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -406,13 +406,13 @@ d_shmget='undef' d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' +d_snprintf='define' d_sockatmark='undef' d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' -d_snprintf='define' d_sprintf_returns_strlen='define' d_sqrtl='undef' d_srand48_r='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 5242f24cc7..9c5bc7923b 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -406,13 +406,13 @@ d_shmget='undef' d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' +d_snprintf='define' d_sockatmark='undef' d_sockatmarkproto='undef' d_socket='define' d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' -d_snprintf='define' d_sprintf_returns_strlen='define' d_sqrtl='undef' d_srand48_r='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index f4779bf108..f9ee98f0da 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -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. @@ -3942,12 +3947,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. 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. diff --git a/win32/config_H.vc b/win32/config_H.vc index 434522e869..d30d648e0d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -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. @@ -3942,12 +3947,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. diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 3c6ac54ad4..b40b2bfeb0 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -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. @@ -3942,12 +3947,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. |