1# Copyright (c) 2024 Tenstorrent AI ULC 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config XSI_SYSTEM_LOGGING 6 bool "X/Open system logging" 7 help 8 This option provides support for closelog(), openlog(), syslog(), 9 setlogmask(), and vsyslog(). 10 11 For more information, please see 12 https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html 13