mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-08 11:08:53 +08:00
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
|
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
|