*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 1 Oct 2005 09:49:40 +0000 (09:49 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Oct 2005 09:49:40 +0000 (09:49 +0000)
lib/ChangeLog

index 66b4e93..448ff13 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-01  Simon Josefsson  <jas@extundo.com>
+
+       * getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
+       Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
+       AI_* and EAI_* definitions.  Protect function declarations.
+
 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        * openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.