mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 06:30:25 +08:00
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
|
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
|