rt-thread/examples/utest/testcases/posix/netdb_h/Kconfig

12 lines
239 B
Plaintext
Raw Normal View History

2022-07-04 10:20:04 +08:00
menuconfig RTT_POSIX_TESTCASE_NETDB_H
bool "<netdb.h>"
default n
if RTT_POSIX_TESTCASE_NETDB_H
config NETDB_H_ADDRINFO
bool "<netdb.h> -> getaddrinfo, gai_strerror, getnameinfo, freeaddrinfo"
default n
endif