define _AI_ADDRCONFIG if not defined so that we can compile with an older glibc
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 28 Feb 2008 18:18:03 +0000 (13:18 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 28 Feb 2008 18:18:03 +0000 (13:18 -0500)
ChangeLog
dbus/dbus-sysdeps-unix.c

index 901e0b0..1fcc595 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-28  John (J5) Palmieri  <johnp@redhat.com>
+
+       * dbus/dbus-sysdeps-unix.c: define _AI_ADDRCONFIG as 0 if not
+         defined so that we can compile with an older glibc 
+
 2008-02-26  John (J5) Palmieri  <johnp@redhat.com>
 
        * Released 1.1.20
index 7db70fe..d9a9030 100644 (file)
 #define O_BINARY 0
 #endif
 
+#ifndef _AI_ADDRCONFIG
+#define _AI_ADDRCONFIG 0
+#endif
+
 #ifndef HAVE_SOCKLEN_T
 #define socklen_t int
 #endif