* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Oct 2005 21:39:09 +0000 (21:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Oct 2005 21:39:09 +0000 (21:39 +0000)
sys/socket.h, netdb.h, sys/types.h; the checks areno longer
needed, since the source code now assumes these .h files.

m4/ChangeLog
m4/getaddrinfo.m4

index b118d93f167993f38c7e1fc5039e3c5d213533d7..9d87ba409376937d5532e4224531de696679fd04 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
+       sys/socket.h, netdb.h, sys/types.h; the checks areno longer
+       needed, since the source code now assumes these .h files.
+
 2005-10-05  Simon Josefsson  <jas@extundo.com>
 
        * memxor.m4: New file.
index be44232d704b5237cf8f41a57adac2aa5a376849..3a1b3c864fcf56cd0b649dda0680ba020449864a 100644 (file)
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 6
+# getaddrinfo.m4 serial 7
 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,
@@ -19,7 +19,7 @@ AC_DEFUN([gl_PREREQ_GETADDRINFO], [
   AC_REQUIRE([gl_SOCKET_FAMILIES])
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([AC_GNU_SOURCE])
-  AC_CHECK_HEADERS_ONCE(sys/socket.h netdb.h sys/types.h netinet/in.h)
+  AC_CHECK_HEADERS_ONCE(netinet/in.h)
   AC_CHECK_DECLS([getaddrinfo, freeaddrinfo, gai_strerror],,,[
   /* sys/types.h is not needed according to POSIX, but the
      sys/socket.h in i386-unknown-freebsd4.10 and