summaryrefslogtreecommitdiff
path: root/uconfig.h
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
commitdd80f948a04443b0153dcc58bf6252a40869bef6 (patch)
tree6d2eb90fe3f3281dc6ad24428da39f64d03b91bc /uconfig.h
parenta0d9e3145aceca58e340c1855d0edf2169ef8add (diff)
downloadperl-dd80f948a04443b0153dcc58bf6252a40869bef6.tar.gz
Add fwalk() probe to the configuration files and regen perltoc.
p4raw-id: //depot/perl@7705
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 b303890c84..218dc55546 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3187,6 +3187,12 @@
/*#define HAS_SETPGRP / **/
/*#define 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.
+ */
+/*#define 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.