+2005-09-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
+
2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
* check-decl.m4 (_gl_DECL_HEADERS): Don't bother checking for
-# getaddrinfo.m4 serial 3
-dnl Copyright (C) 2004 Free Software Foundation, Inc.
+# getaddrinfo.m4 serial 4
+dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_REQUIRE([gl_C_RESTRICT])
AC_REQUIRE([gl_SOCKET_FAMILIES])
AC_REQUIRE([AC_C_INLINE])
+ AC_CHECK_HEADERS_ONCE([netinet/in.h])
])