:orphan: .. title:: CONFIG_APP_LINK_WITH_POSIX_SUBSYS .. kconfig:: CONFIG_APP_LINK_WITH_POSIX_SUBSYS CONFIG_APP_LINK_WITH_POSIX_SUBSYS ################################# *Make POSIX headers available to application* Type: ``bool`` Help ==== .. code-block:: none Add POSIX subsystem header files to the 'app' include path. Direct dependencies =================== \ :kconfig:`POSIX_API ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/posix/Kconfig:104`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries .. code-block:: kconfig config APP_LINK_WITH_POSIX_SUBSYS bool "Make POSIX headers available to application" default y depends on POSIX_API help Add POSIX subsystem header files to the 'app' include path. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*