From: Steve Hay Date: Tue, 1 Nov 2005 08:39:32 +0000 (+0000) Subject: Update win32 config files w.r.t. change #25935 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91180f33e1f7e43922a89029151c79d3c61304ff;p=p5sagit%2Fp5-mst-13.2.git Update win32 config files w.r.t. change #25935 p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48 p4raw-id: //depot/perl@25943 --- diff --git a/win32/config.bc b/win32/config.bc index 549bedc..49e36f6 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 368901c..03d3d88 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 40b3815..cdc3bb0 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 43cef8a..681e5cc 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 b08252c..7cf8841 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 diff --git a/win32/config_H.gc b/win32/config_H.gc index ddc89d3..2d8eb13 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 diff --git a/win32/config_H.vc b/win32/config_H.vc index 6ab4b5b..070f2bc 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 diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 3386b03..66b3b4e 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