mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-21 09:43:33 +08:00
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
menuconfig RTT_POSIX_TESTCASE_ARPA_INET_H
|
|
bool "<arpa/inet.h>"
|
|
default n
|
|
|
|
if RTT_POSIX_TESTCASE_ARPA_INET_H
|
|
|
|
config ARPA_INET_H_INTERFACE
|
|
bool "<arpa/inet.h> -> htonl, htons, ntohl, ntohs, inet_addr, inet_ntoa, inet_ntop, inet_pton"
|
|
default n
|
|
|
|
endif
|