summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-31 17:50:05 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-31 17:50:05 +0000
commitdc814df18cd354aa2bad87c5b7f94c6b2d38af48 (patch)
treef7882175d91b9c7c060f8284c6f1d8f3b79bcd5a /Configure
parent80b7d6d21a210be1e3f8b895dc124aa24c96d7df (diff)
downloadperl-dc814df18cd354aa2bad87c5b7f94c6b2d38af48.tar.gz
revive probe for futimes ()
p4raw-id: //depot/perl@25935
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0ac41e6ced..fba1111829 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 Tue Oct 25 01:58:55 CEST 2005 [metaconfig 3.0 PL70]
+# Generated on Mon Oct 31 19:12:32 CET 2005 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -441,6 +441,7 @@ d_fsync=''
d_ftello=''
d_ftime=''
d_gettimeod=''
+d_futimes=''
d_Gconvert=''
d_getcwd=''
d_getespwnam=''
@@ -12555,6 +12556,10 @@ case "$longsize" in
8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
esac
+: see if futimes exists
+set futimes d_futimes
+eval $inlibc
+
: see if getcwd exists
set getcwd d_getcwd
eval $inlibc
@@ -21123,6 +21128,7 @@ d_fstatvfs='$d_fstatvfs'
d_fsync='$d_fsync'
d_ftello='$d_ftello'
d_ftime='$d_ftime'
+d_futimes='$d_futimes'
d_getcwd='$d_getcwd'
d_getespwnam='$d_getespwnam'
d_getfsstat='$d_getfsstat'