X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Farpa_inet.m4;fp=m4%2Fposix%2Farpa_inet.m4;h=0000000000000000000000000000000000000000;hp=647360712609d1a44a8d1e70348f392f60eac0cc;hb=4174d499fe105c6d8bd76d265e28e07f0db08b55;hpb=f090ccb51eb2ecc92a6cca8325c77d688cbbb61d diff --git a/m4/posix/arpa_inet.m4 b/m4/posix/arpa_inet.m4 deleted file mode 100644 index 6473607..0000000 --- a/m4/posix/arpa_inet.m4 +++ /dev/null @@ -1,11 +0,0 @@ -PSI_CHECK_ARPA_INET() { - PSI_DECL(uint32_t htonl, [(uint32_t l)]) - PSI_DECL(uint16_t htons, [(uint16_t s)]) - PSI_DECL(uint32_t ntohl, [(uint32_t l)]) - PSI_DECL(uint16_t ntohs, [(uint16_t s)]) - - PSI_DECL(in_addr_t inet_addr, [(const char *cp)]) - PSI_DECL(char *inet_ntoa, [(struct in_addr in)]) - PSI_DECL(const char *inet_ntop, [(int af, const void *src, char *dst, socklen_t size)]) - PSI_DECL(int inet_pton, [(int af, const char *src, void *dst)]) -} \ No newline at end of file