summaryrefslogtreecommitdiff
path: root/NetWare
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc6
2 files changed, 7 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 1a55ef5ecf..29168eadd2 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -130,6 +130,7 @@ d_endsent='undef'
d_endspent='undef'
d_eofnblk='define'
d_eunice='undef'
+d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
d_fcntl='undef'
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().