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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 235369c4dc..de0480475d 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1305,6 +1305,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_endsent HAS_ENDSERVENT /**/ +/* HAS_FCHDIR: + * This symbol, if defined, indicates that the fchdir routine is + * available to change directory using a file descriptor. + */ +#$d_fchdir HAS_FCHDIR /**/ + /* FCNTL_CAN_LOCK: * This symbol, if defined, indicates that fcntl() can be used * for file locking. Normally on Unix systems this is defined. |