summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-21 19:40:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-21 19:40:34 +0000
commitb363b71387982836a5629ce821dc43de9f38573c (patch)
treea38200b10ed29f673d11721bf1c9621126705778 /uconfig.h
parent00536bfc9b527920fdb38d3e40d0078a06ab314d (diff)
downloadperl-b363b71387982836a5629ce821dc43de9f38573c.tar.gz
Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
p4raw-id: //depot/perl@10797
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 4d51056e86..8c862f1f7b 100644
--- a/uconfig.h
+++ b/uconfig.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.