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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index e4662b263f..5ff37c567e 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2643,6 +2643,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_unordered HAS_UNORDERED /**/ +/* HAS_UNSETENV: + * This symbol, if defined, indicates that the unsetenv () routine is + * available for use. + */ +#$d_unsetenv HAS_UNSETENV /**/ + /* HAS_USTAT: * This symbol, if defined, indicates that the ustat system call is * available to query file system statistics by dev_t. |