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 | b363b71387982836a5629ce821dc43de9f38573c (patch) | |
tree | a38200b10ed29f673d11721bf1c9621126705778 /vos/config.ga.def | |
parent | 00536bfc9b527920fdb38d3e40d0078a06ab314d (diff) | |
download | perl-b363b71387982836a5629ce821dc43de9f38573c.tar.gz |
Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
p4raw-id: //depot/perl@10797
Diffstat (limited to 'vos/config.ga.def')
-rw-r--r-- | vos/config.ga.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vos/config.ga.def b/vos/config.ga.def index 4d49cf53ad..8774ae7ad9 100644 --- a/vos/config.ga.def +++ b/vos/config.ga.def @@ -62,6 +62,7 @@ $d_endpent='define' $d_endpwent='undef' $d_endsent='define' $d_eofnblk='define' +$d_fchdir='undef' $d_fchmod='define' $d_fchown='undef' $d_fcntl='define' |