diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
commit | dc814df18cd354aa2bad87c5b7f94c6b2d38af48 (patch) | |
tree | f7882175d91b9c7c060f8284c6f1d8f3b79bcd5a /handy.h | |
parent | 80b7d6d21a210be1e3f8b895dc124aa24c96d7df (diff) | |
download | perl-dc814df18cd354aa2bad87c5b7f94c6b2d38af48.tar.gz |
revive probe for futimes ()
p4raw-id: //depot/perl@25935
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ typedef U64TYPE U64; #endif /* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ -#if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE) && defined(HAS_CLEARENV) +#if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE) && defined(HAS_CLEARENV) && defined(HAS_FUTIMES) /* Not (yet) used at top level, but mention them for metaconfig */ #endif |