summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-10 02:51:17 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-10 13:47:17 +0000
commitbdf33aa7435b6e4ab927ed6430f3f240f211d879 (patch)
treea299ee94deb80f4b0c34ca4f35d3cb29277cf35f /handy.h
parentd777f87b25bb5c6e143d4115a86ecdbccd957eae (diff)
downloadperl-bdf33aa7435b6e4ab927ed6430f3f240f211d879.tar.gz
Add probe for unsetenv ()
Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
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..e28faa8099 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_UNSETENV)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif