summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
commitb0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (patch)
tree13b7c351570e65be160f03e42d206c203a01b7df /Configure
parent9969cdde14140755eb30d589cbe9cc9376b9fe3d (diff)
downloadperl-b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55.tar.gz
Add probe for clearenv (), like #25733 for unsetenv ()
p4raw-id: //depot/perl@25793
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index e445bdb946..b282a16a10 100755
--- a/Configure
+++ b/Configure
@@ -26,7 +26,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# 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]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -362,6 +362,7 @@ d_chown=''
d_chroot=''
d_chsize=''
d_class=''
+d_clearenv=''
d_closedir=''
d_void_closedir=''
d_cmsghdr_s=''
@@ -10504,6 +10505,10 @@ eval $inlibc
set class d_class
eval $inlibc
+: see if clearenv exists
+set clearenv d_clearenv
+eval $inlibc
+
hasstruct='varname=$1; struct=$2; shift; shift;
while $test $# -ge 2; do
case "$1" in
@@ -20978,6 +20983,7 @@ d_chown='$d_chown'
d_chroot='$d_chroot'
d_chsize='$d_chsize'
d_class='$d_class'
+d_clearenv='$d_clearenv'
d_closedir='$d_closedir'
d_cmsghdr_s='$d_cmsghdr_s'
d_const='$d_const'