diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 19:40:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 19:40:34 +0000 |
commit | d0ccdcc4becd38ee97eb2a077d686b7b532533e7 (patch) | |
tree | a38200b10ed29f673d11721bf1c9621126705778 /Configure | |
parent | e1733af1488db88e4ea796c9369d83a9dabeaea5 (diff) | |
download | perl-d0ccdcc4becd38ee97eb2a077d686b7b532533e7.tar.gz |
Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
p4raw-id: //depot/perl@10797
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Jun 21 18:44:48 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Thu Jun 21 23:22:43 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -353,6 +353,7 @@ d_endnent='' d_endpent='' d_endpwent='' d_endsent='' +d_fchdir='' d_fchmod='' d_fchown='' d_fcntl='' @@ -9824,6 +9825,10 @@ EOCP esac $rm -f try try.* .out core head.c mtry +: see if fchdir exists +set fchdir d_fchdir +eval $inlibc + : see if fchmod exists set fchmod d_fchmod eval $inlibc @@ -16615,6 +16620,7 @@ d_endpwent='$d_endpwent' d_endsent='$d_endsent' d_eofnblk='$d_eofnblk' d_eunice='$d_eunice' +d_fchdir='$d_fchdir' d_fchmod='$d_fchmod' d_fchown='$d_fchown' d_fcntl='$d_fcntl' |