:orphan: .. title:: MQUEUE_NAMELEN_MAX .. option:: CONFIG_MQUEUE_NAMELEN_MAX *Maximum size of a name length* Type: ``int`` Help ==== Mention length of message queue name in number of characters. Direct dependencies =================== \ :option:`POSIX_MQUEUE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``lib/posix/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:18`` Menu path: (Top) → Additional libraries → Enable POSIX message queue .. parsed-literal:: config MQUEUE_NAMELEN_MAX int "Maximum size of a name length" range 2 255 default 16 depends on \ :option:`POSIX_MQUEUE ` help Mention length of message queue name in number of characters. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*