diff options
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r-- | vos/config.alpha.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h index 3f47acfcd0..72a0e3db90 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -1281,6 +1281,12 @@ */ #define HAS_ENDSERVENT /**/ +/* HAS_FCHDIR: + * This symbol, if defined, indicates that the fchdir routine is + * available to change directory using a file descriptor. + */ +/*#define 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. |