diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-18 13:50:15 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-18 13:50:15 +0000 |
commit | b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (patch) | |
tree | 13b7c351570e65be160f03e42d206c203a01b7df /handy.h | |
parent | 9969cdde14140755eb30d589cbe9cc9376b9fe3d (diff) | |
download | perl-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.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) +#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 |