diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-10 02:51:17 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-10 13:47:17 +0000 |
commit | bdf33aa7435b6e4ab927ed6430f3f240f211d879 (patch) | |
tree | a299ee94deb80f4b0c34ca4f35d3cb29277cf35f /Porting | |
parent | d777f87b25bb5c6e143d4115a86ecdbccd957eae (diff) | |
download | perl-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 'Porting')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 3f18f4135d..95427e2836 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2183,6 +2183,10 @@ d_unordered (d_unordered.U): This variable conditionally defines the HAS_UNORDERED symbol, which indicates to the C program that the unordered() routine is available. +d_unsetenv (d_unsetenv.U): + This variable conditionally defines the HAS_UNSETENV symbol, which + indicates to the C program that the unsetenv () routine is available. + d_usleep (d_usleep.U): This variable conditionally defines HAS_USLEEP if usleep() is available to do high granularity sleeps. |