summaryrefslogtreecommitdiff
path: root/vos/config.ga.h
diff options
context:
space:
mode:
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r--vos/config.ga.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 5b283e3f13..6cc7db0568 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.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.