summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/config.bc1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config_H.bc6
-rw-r--r--win32/config_H.gc6
-rw-r--r--win32/config_H.vc6
6 files changed, 21 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index a47e40534f..86b4d51c85 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -129,6 +129,7 @@ d_endpwent='undef'
d_endsent='undef'
d_eofnblk='define'
d_eunice='undef'
+d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
d_fcntl='undef'
diff --git a/win32/config.gc b/win32/config.gc
index 38c7a15f6b..463631662f 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -129,6 +129,7 @@ d_endpwent='undef'
d_endsent='undef'
d_eofnblk='define'
d_eunice='undef'
+d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
d_fcntl='undef'
diff --git a/win32/config.vc b/win32/config.vc
index 2e0bae22e0..176aabe718 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -129,6 +129,7 @@ d_endpwent='undef'
d_endsent='undef'
d_eofnblk='define'
d_eunice='undef'
+d_fchdir='undef'
d_fchmod='undef'
d_fchown='undef'
d_fcntl='undef'
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 6f1d3c1914..3fcbce8ac3 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -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().
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().
diff --git a/win32/config_H.vc b/win32/config_H.vc
index e48c157707..cb63dba0cf 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -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().