summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.def1
-rw-r--r--vos/config.alpha.h6
-rw-r--r--vos/config.ga.def1
-rw-r--r--vos/config.ga.h6
4 files changed, 14 insertions, 0 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def
index 31504f3454..8212ce18bc 100644
--- a/vos/config.alpha.def
+++ b/vos/config.alpha.def
@@ -16,6 +16,7 @@ $cppminus='-'
$cpprun='cc -E -'
$cppstdin='cc -E'
$crosscompile='undef'
+$d__fwalk='undef'
$d_access='undef'
$d_accessx='undef'
$d_alarm='define'
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index 656395bbbb..5736d9274c 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -165,6 +165,12 @@
*/
#define HAS_FCNTL /**/
+/* 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.
diff --git a/vos/config.ga.def b/vos/config.ga.def
index efc8c1a640..88cd75513b 100644
--- a/vos/config.ga.def
+++ b/vos/config.ga.def
@@ -16,6 +16,7 @@ $cppminus='-'
$cpprun='cc -E -'
$cppstdin='cc -E'
$crosscompile='undef'
+$d__fwalk='undef'
$d_access='define'
$d_accessx='undef'
$d_alarm='define'
diff --git a/vos/config.ga.h b/vos/config.ga.h
index f0b49de383..8a259a3205 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -165,6 +165,12 @@
*/
#define HAS_FCNTL /**/
+/* 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.