rt-thread/examples/utest/testcases/posix/sys/socket_h/Kconfig

12 lines
229 B
Plaintext
Raw Normal View History

2022-07-04 10:20:04 +08:00
menuconfig RTT_POSIX_TESTCASE_SYS_SOCKET_H
bool "<sys/shm.h>"
default n
if RTT_POSIX_TESTCASE_SYS_SOCKET_H
config SOCKET_H_SELECT
bool "<sys/socket.h> -> socket, accept, listen...."
default n
endif