H.Merijn Brand wrote:
Configure now probes for clearenv.
SteveH is faster than I can mail, and did the win32 stuff. Thanks.
Any takers for the VMS part?
It looks it will be at least this evening before I could get to it.
VMS does not have a clearenv() function or a wrapper to emulate it at
this time, so the change to configure.com should be to just add a line
to set the feature as undefined.
Change 25793 by [EMAIL PROTECTED] on 2005/10/18 13:50:15
Add probe for clearenv (), like #25733 for unsetenv ()
Affected files ...
... //depot/perl/Configure#589 edit
... //depot/perl/Porting/Glossary#157 edit
... //depot/perl/config_h.SH#305 edit
... //depot/perl/handy.h#102 edit
Differences ...
==== //depot/perl/Configure#589 (xtext) ====
29c29
< # Generated on Mon Oct 10 16:08:59 CEST 2005 [metaconfig 3.0 PL70]
---
# Generated on Tue Oct 18 16:11:43 CEST 2005 [metaconfig 3.0 PL70]
364a365
d_clearenv=''
10506a10508,10511
: see if clearenv exists
set clearenv d_clearenv
eval $inlibc
20980a20986
d_clearenv='$d_clearenv'
-John
[EMAIL PROTECTED]
Personal Opinion Only