diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
commit | dc814df18cd354aa2bad87c5b7f94c6b2d38af48 (patch) | |
tree | f7882175d91b9c7c060f8284c6f1d8f3b79bcd5a /Configure | |
parent | 80b7d6d21a210be1e3f8b895dc124aa24c96d7df (diff) | |
download | perl-dc814df18cd354aa2bad87c5b7f94c6b2d38af48.tar.gz |
revive probe for futimes ()
p4raw-id: //depot/perl@25935
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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' |