summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-31 17:50:05 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-31 17:50:05 +0000
commitdc814df18cd354aa2bad87c5b7f94c6b2d38af48 (patch)
treef7882175d91b9c7c060f8284c6f1d8f3b79bcd5a /handy.h
parent80b7d6d21a210be1e3f8b895dc124aa24c96d7df (diff)
downloadperl-dc814df18cd354aa2bad87c5b7f94c6b2d38af48.tar.gz
revive probe for futimes ()
p4raw-id: //depot/perl@25935
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index bb4c3422c4..7f1e1dd4cd 100644
--- a/handy.h
+++ b/handy.h
@@ -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