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/config_H.vc | |
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/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 30 |
1 files changed, 18 insertions, 12 deletions
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> |