summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-16 01:34:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-16 01:34:18 +0000
commit74cac757131a44f884c4728708d3a2e5d87b32d3 (patch)
tree6d2eb90fe3f3281dc6ad24428da39f64d03b91bc /config_h.SH
parenta56128cb6b3ea4627b6695edab03059309381357 (diff)
downloadperl-74cac757131a44f884c4728708d3a2e5d87b32d3.tar.gz
Add fwalk() probe to the configuration files and regen perltoc.
p4raw-id: //depot/perl@7705
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 846f65943f..e7c668ea44 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3211,6 +3211,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_setpgrp HAS_SETPGRP /**/
#$d_bsdsetpgrp USE_BSD_SETPGRP /**/
+/* HAS__FWALK:
+ * This symbol, if defined, indicates that the _fwalk system call is
+ * available to apply a function to all the file handles.
+ */
+#$d__fwalk HAS__FWALK /**/
+
/* FCNTL_CAN_LOCK:
* This symbol, if defined, indicates that fcntl() can be used
* for file locking. Normally on Unix systems this is defined.