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 /NetWare/config_H.wc | |
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 'NetWare/config_H.wc')
-rw-r--r-- | NetWare/config_H.wc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 93dd24f02d..e60411130d 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -127,6 +127,12 @@ */ #define HAS_DUP2 /**/ +/* HAS_FCHDIR: + * This symbol, if defined, indicates that the fchdir routine is + * available to change directory using a file descriptor. + */ +/*#define HAS_FCHDIR /**/ + /* HAS_FCHMOD: * This symbol, if defined, indicates that the fchmod routine is available * to change mode of opened files. If unavailable, use chmod(). |