c-user: Document CONFIGURE_IMFS_ENABLE_MKFIFO

Close #3840.
This commit is contained in:
Sebastian Huber 2019-12-12 09:46:22 +01:00
parent 93d5323230
commit d954241f01

View File

@ -2583,6 +2583,29 @@ DESCRIPTION:
In case this configuration option is defined, then the support to remove
nodes is disabled in the root IMFS.
.. index:: CONFIGURE_IMFS_ENABLE_MKFIFO
.. _CONFIGURE_IMFS_ENABLE_MKFIFO:
CONFIGURE_IMFS_ENABLE_MKFIFO
----------------------------
CONSTANT:
``CONFIGURE_IMFS_ENABLE_MKFIFO``
DATA TYPE:
Boolean feature macro.
RANGE:
Defined or undefined.
DEFAULT VALUE:
This is not defined by default.
DESCRIPTION:
In case this configuration option is defined, then the support to make FIFOs
is enabled in the root IMFS.
Block Device Cache Configuration
================================