The latest development version of this page may be more current than this released 2.6.1-rc1 version.

Make POSIX headers available to application

Type: bool

Help

Add POSIX subsystem header files to the 'app' include path.

Direct dependencies

POSIX_API

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At lib/posix/Kconfig:104

Included via Kconfig:8Kconfig.zephyr:33lib/Kconfig:12

Menu path: (Top) → Additional libraries

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.)