+2006-07-28 Simon Josefsson <jas@extundo.com>
+
+ * modules/inet_ntop (Depends-on): Depend on arpa_inet.
+ * modules/inet_pton (Depends-on): Likewise.
+
2006-07-25 Bruno Haible <bruno@clisp.org>
* modules/version-etc (Depends-on): Add stdarg.
+2006-07-28 Simon Josefsson <jas@extundo.com>
+
+ * inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
+ #include's.
+
2006-07-28 Bruno Haible <bruno@clisp.org>
* inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
-#if HAVE_ARPA_INET_H
-# include <arpa/inet.h>
-#endif
+#include <arpa/inet.h>
/* Converts an internet address from internal format to a printable,
presentable format.
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
-#if HAVE_ARPA_INET_H
-# include <arpa/inet.h>
-#endif
+#include <arpa/inet.h>
#if !HAVE_DECL_INET_PTON
extern int inet_pton (int af, const char *restrict src, void *restrict dst);
restrict
socklen
sys_socket
+arpa_inet
configure.ac:
gl_INET_NTOP
restrict
socklen
sys_socket
+arpa_inet
configure.ac:
gl_INET_PTON