inet_ntop.c (c-ares-1.17.1) | : | inet_ntop.c (c-ares-1.17.2) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
*/ | */ | |||
#include "ares_setup.h" | #include "ares_setup.h" | |||
#ifdef HAVE_NETINET_IN_H | #ifdef HAVE_NETINET_IN_H | |||
# include <netinet/in.h> | # include <netinet/in.h> | |||
#endif | #endif | |||
#ifdef HAVE_ARPA_INET_H | #ifdef HAVE_ARPA_INET_H | |||
# include <arpa/inet.h> | # include <arpa/inet.h> | |||
#endif | #endif | |||
#ifdef HAVE_ARPA_NAMESER_H | ||||
# include <arpa/nameser.h> | #include "ares_nameser.h" | |||
#else | ||||
# include "nameser.h" | ||||
#endif | ||||
#ifdef HAVE_ARPA_NAMESER_COMPAT_H | ||||
# include <arpa/nameser_compat.h> | ||||
#endif | ||||
#include "ares.h" | #include "ares.h" | |||
#include "ares_ipv6.h" | #include "ares_ipv6.h" | |||
#ifndef HAVE_INET_NTOP | #ifndef HAVE_INET_NTOP | |||
/* | /* | |||
* WARNING: Don't even consider trying to compile this on a system where | * WARNING: Don't even consider trying to compile this on a system where | |||
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX. | * sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX. | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 2 lines changed or added |