diff options
author | Steve Hay <SteveHay@planit.com> | 2005-11-01 08:39:32 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-11-01 08:39:32 +0000 |
commit | 91180f33e1f7e43922a89029151c79d3c61304ff (patch) | |
tree | 9850a7c5f4eba9a4b9928aafebd7eb06c2b15166 /win32 | |
parent | d6067fe31ede7f6e23962055018443b632541189 (diff) | |
download | perl-91180f33e1f7e43922a89029151c79d3c61304ff.tar.gz |
Update win32 config files w.r.t. change #25935
p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48
p4raw-id: //depot/perl@25943
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 549bedc80e..49e36f694c 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -188,6 +188,7 @@ d_fstatvfs='undef' d_fsync='undef' d_ftello='undef' d_ftime='define' +d_futimes='undef' d_getcwd='define' d_getespwnam='undef' d_getfsstat='undef' diff --git a/win32/config.gc b/win32/config.gc index 368901cb07..03d3d88426 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -188,6 +188,7 @@ d_fstatvfs='undef' d_fsync='undef' d_ftello='undef' d_ftime='define' +d_futimes='undef' d_getcwd='define' d_getespwnam='undef' d_getfsstat='undef' diff --git a/win32/config.vc b/win32/config.vc index 40b38159be..cdc3bb0883 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -188,6 +188,7 @@ d_fstatvfs='undef' d_fsync='undef' d_ftello='undef' d_ftime='define' +d_futimes='undef' d_getcwd='define' d_getespwnam='undef' d_getfsstat='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 43cef8a6da..681e5ccd9c 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -188,6 +188,7 @@ d_fstatvfs='undef' d_fsync='undef' d_ftello='undef' d_ftime='define' +d_futimes='undef' d_getcwd='define' d_getespwnam='undef' d_getfsstat='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index b08252cecf..7cf8841915 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1434,6 +1434,12 @@ */ /*#define HAS_FTELLO /**/ +/* HAS_FUTIMES: + * This symbol, if defined, indicates that the futimes routine is + * available to change file descriptor time stamps with struct timevals. + */ +/*#define HAS_FUTIMES /**/ + /* Gconvert: * This preprocessor macro is defined to convert a floating point * number to a string without a trailing decimal point. This @@ -1924,6 +1930,18 @@ */ /*#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. @@ -3877,18 +3895,6 @@ */ /*#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 ddc89d3b22..2d8eb137c2 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1434,6 +1434,12 @@ */ /*#define HAS_FTELLO /**/ +/* HAS_FUTIMES: + * This symbol, if defined, indicates that the futimes routine is + * available to change file descriptor time stamps with struct timevals. + */ +/*#define HAS_FUTIMES /**/ + /* Gconvert: * This preprocessor macro is defined to convert a floating point * number to a string without a trailing decimal point. This @@ -1924,6 +1930,18 @@ */ /*#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. @@ -3881,18 +3899,6 @@ */ /*#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 6ab4b5b52d..070f2bccb0 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1434,6 +1434,12 @@ */ /*#define HAS_FTELLO /**/ +/* HAS_FUTIMES: + * This symbol, if defined, indicates that the futimes routine is + * available to change file descriptor time stamps with struct timevals. + */ +/*#define HAS_FUTIMES /**/ + /* Gconvert: * This preprocessor macro is defined to convert a floating point * number to a string without a trailing decimal point. This @@ -1924,6 +1930,18 @@ */ /*#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. @@ -3877,18 +3895,6 @@ */ /*#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 3386b035e7..66b3b4ecf3 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -1434,6 +1434,12 @@ */ /*#define HAS_FTELLO /**/ +/* HAS_FUTIMES: + * This symbol, if defined, indicates that the futimes routine is + * available to change file descriptor time stamps with struct timevals. + */ +/*#define HAS_FUTIMES /**/ + /* Gconvert: * This preprocessor macro is defined to convert a floating point * number to a string without a trailing decimal point. This @@ -1924,6 +1930,18 @@ */ /*#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. @@ -3877,18 +3895,6 @@ */ /*#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> |