1# Copyright (c) 2024 Tenstorrent AI ULC 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config XOPEN_STREAMS 6 bool "X/Open streams" 7 help 8 This option provides support for the X/Open Streams interface, including functions such as 9 fattach(), fdetach(), getmsg(), getpmsg(), putmsg(), and putpmsg(). 10 11 For more information, please see 12 https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap02.html#tag_02_01_05_09 13