summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
commitb0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (patch)
tree13b7c351570e65be160f03e42d206c203a01b7df /handy.h
parent9969cdde14140755eb30d589cbe9cc9376b9fe3d (diff)
downloadperl-b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55.tar.gz
Add probe for clearenv (), like #25733 for unsetenv ()
p4raw-id: //depot/perl@25793
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 69ee8d34ab..bb4c3422c4 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)
+#if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE) && defined(HAS_CLEARENV)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif