diff options
author | Steve Hay <SteveHay@planit.com> | 2005-10-18 15:03:50 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-10-18 15:03:50 +0000 |
commit | 96803be7ff19a3614dff16bb395b21946532b2dc (patch) | |
tree | 6e54fa7c08cb46badd05710c913dd1855cb90e8e /win32 | |
parent | b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (diff) | |
download | perl-96803be7ff19a3614dff16bb395b21946532b2dc.tar.gz |
Update win32 config files w.r.t. change #25793
p4raw-link: @25793 on //depot/perl: b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55
p4raw-id: //depot/perl@25794
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 30 | ||||
-rw-r--r-- | win32/config_H.gc | 30 | ||||
-rw-r--r-- | win32/config_H.vc | 30 | ||||
-rw-r--r-- | win32/config_H.vc64 | 30 |
8 files changed, 76 insertions, 48 deletions
diff --git a/win32/config.bc b/win32/config.bc index 2ffe490e14..8e5133312f 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -119,6 +119,7 @@ d_chown='undef' d_chroot='undef' d_chsize='define' d_class='undef' +d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' d_const='define' diff --git a/win32/config.gc b/win32/config.gc index 45a34034d4..f054ba541c 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -119,6 +119,7 @@ d_chown='undef' d_chroot='undef' d_chsize='define' d_class='undef' +d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' d_const='define' diff --git a/win32/config.vc b/win32/config.vc index c87724725d..c744b264a5 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -119,6 +119,7 @@ d_chown='undef' d_chroot='undef' d_chsize='define' d_class='undef' +d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' d_const='define' diff --git a/win32/config.vc64 b/win32/config.vc64 index e8832945e6..2dd40fa05d 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -119,6 +119,7 @@ d_chown='undef' d_chroot='undef' d_chsize='define' d_class='undef' +d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' d_const='define' diff --git a/win32/config_H.bc b/win32/config_H.bc index d03a79d384..37bfcb3e90 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1924,18 +1924,6 @@ */ /*#define HAS_MADVISE /**/ -/* HAS_MALLOC_SIZE: - * This symbol, if defined, indicates that the malloc_size - * routine is available for use. - */ -/*#define HAS_MALLOC_SIZE /**/ - -/* HAS_MALLOC_GOOD_SIZE: - * This symbol, if defined, indicates that the malloc_good_size - * routine is available for use. - */ -/*#define HAS_MALLOC_GOOD_SIZE /**/ - /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -3819,6 +3807,12 @@ */ /*#define HAS_AINTL / **/ +/* HAS_CLEARENV: + * This symbol, if defined, indicates that the clearenv () routine is + * available for use. + */ +/*#define HAS_CLEARENV /**/ + /* HAS_COPYSIGNL: * This symbol, if defined, indicates that the copysignl routine is * available. If aintl is also present we can emulate modfl. @@ -3883,6 +3877,18 @@ */ /*#define LIBM_LIB_VERSION /**/ +/* HAS_MALLOC_SIZE: + * This symbol, if defined, indicates that the malloc_size + * routine is available for use. + */ +/*#define HAS_MALLOC_SIZE /**/ + +/* HAS_MALLOC_GOOD_SIZE: + * This symbol, if defined, indicates that the malloc_good_size + * routine is available for use. + */ +/*#define HAS_MALLOC_GOOD_SIZE /**/ + /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need <langinfo.h> diff --git a/win32/config_H.gc b/win32/config_H.gc index 75dd31532a..215ad65fc5 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1924,18 +1924,6 @@ */ /*#define HAS_MADVISE /**/ -/* HAS_MALLOC_SIZE: - * This symbol, if defined, indicates that the malloc_size - * routine is available for use. - */ -/*#define HAS_MALLOC_SIZE /**/ - -/* HAS_MALLOC_GOOD_SIZE: - * This symbol, if defined, indicates that the malloc_good_size - * routine is available for use. - */ -/*#define HAS_MALLOC_GOOD_SIZE /**/ - /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -3823,6 +3811,12 @@ */ /*#define HAS_AINTL / **/ +/* HAS_CLEARENV: + * This symbol, if defined, indicates that the clearenv () routine is + * available for use. + */ +/*#define HAS_CLEARENV /**/ + /* HAS_COPYSIGNL: * This symbol, if defined, indicates that the copysignl routine is * available. If aintl is also present we can emulate modfl. @@ -3887,6 +3881,18 @@ */ /*#define LIBM_LIB_VERSION /**/ +/* HAS_MALLOC_SIZE: + * This symbol, if defined, indicates that the malloc_size + * routine is available for use. + */ +/*#define HAS_MALLOC_SIZE /**/ + +/* HAS_MALLOC_GOOD_SIZE: + * This symbol, if defined, indicates that the malloc_good_size + * routine is available for use. + */ +/*#define HAS_MALLOC_GOOD_SIZE /**/ + /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need <langinfo.h> diff --git a/win32/config_H.vc b/win32/config_H.vc index 1c53a9b080..e2d31db68d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1924,18 +1924,6 @@ */ /*#define HAS_MADVISE /**/ -/* HAS_MALLOC_SIZE: - * This symbol, if defined, indicates that the malloc_size - * routine is available for use. - */ -/*#define HAS_MALLOC_SIZE /**/ - -/* HAS_MALLOC_GOOD_SIZE: - * This symbol, if defined, indicates that the malloc_good_size - * routine is available for use. - */ -/*#define HAS_MALLOC_GOOD_SIZE /**/ - /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -3819,6 +3807,12 @@ */ /*#define HAS_AINTL / **/ +/* HAS_CLEARENV: + * This symbol, if defined, indicates that the clearenv () routine is + * available for use. + */ +/*#define HAS_CLEARENV /**/ + /* HAS_COPYSIGNL: * This symbol, if defined, indicates that the copysignl routine is * available. If aintl is also present we can emulate modfl. @@ -3883,6 +3877,18 @@ */ /*#define LIBM_LIB_VERSION /**/ +/* HAS_MALLOC_SIZE: + * This symbol, if defined, indicates that the malloc_size + * routine is available for use. + */ +/*#define HAS_MALLOC_SIZE /**/ + +/* HAS_MALLOC_GOOD_SIZE: + * This symbol, if defined, indicates that the malloc_good_size + * routine is available for use. + */ +/*#define HAS_MALLOC_GOOD_SIZE /**/ + /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need <langinfo.h> diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 864efe0ad6..a3121f1b61 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -1924,18 +1924,6 @@ */ /*#define HAS_MADVISE /**/ -/* HAS_MALLOC_SIZE: - * This symbol, if defined, indicates that the malloc_size - * routine is available for use. - */ -/*#define HAS_MALLOC_SIZE /**/ - -/* HAS_MALLOC_GOOD_SIZE: - * This symbol, if defined, indicates that the malloc_good_size - * routine is available for use. - */ -/*#define HAS_MALLOC_GOOD_SIZE /**/ - /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. @@ -3819,6 +3807,12 @@ */ /*#define HAS_AINTL / **/ +/* HAS_CLEARENV: + * This symbol, if defined, indicates that the clearenv () routine is + * available for use. + */ +/*#define HAS_CLEARENV /**/ + /* HAS_COPYSIGNL: * This symbol, if defined, indicates that the copysignl routine is * available. If aintl is also present we can emulate modfl. @@ -3883,6 +3877,18 @@ */ /*#define LIBM_LIB_VERSION /**/ +/* HAS_MALLOC_SIZE: + * This symbol, if defined, indicates that the malloc_size + * routine is available for use. + */ +/*#define HAS_MALLOC_SIZE /**/ + +/* HAS_MALLOC_GOOD_SIZE: + * This symbol, if defined, indicates that the malloc_good_size + * routine is available for use. + */ +/*#define HAS_MALLOC_GOOD_SIZE /**/ + /* HAS_NL_LANGINFO: * This symbol, if defined, indicates that the nl_langinfo routine is * available to return local data. You will also need <langinfo.h> |