Add fwalk() probe to the configuration files and regen perltoc.
[p5sagit/p5-mst-13.2.git] / uconfig.h
index b303890..218dc55 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
 /*#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.