diff options
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |