From 3250072c6e46961e2979c875ce07697ef37206c7 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 28 Feb 2008 13:18:03 -0500 Subject: define _AI_ADDRCONFIG if not defined so that we can compile with an older glibc --- dbus/dbus-sysdeps-unix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dbus/dbus-sysdeps-unix.c') diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index 7db70fee..d9a9030c 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -75,6 +75,10 @@ #define O_BINARY 0 #endif +#ifndef _AI_ADDRCONFIG +#define _AI_ADDRCONFIG 0 +#endif + #ifndef HAVE_SOCKLEN_T #define socklen_t int #endif -- cgit