summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc6
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index ce85240be0..cd73f0b3cd 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -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().