From: Jens Granseuer Date: Thu, 7 Aug 2008 18:45:51 +0000 (-0400) Subject: Bug 13387: Fix compilation failure with AI_ADDRCONFIG X-Git-Tag: dbus-1.2.4~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8ea01bd07eedb3c98bc0725e5799fe08499262a;p=thirdparty%2Fdbus.git Bug 13387: Fix compilation failure with AI_ADDRCONFIG Signed-off-by: Colin Walters --- diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c index 18b4967b1..3f963bca9 100644 --- a/dbus/dbus-sysdeps-unix.c +++ b/dbus/dbus-sysdeps-unix.c @@ -79,8 +79,8 @@ #define O_BINARY 0 #endif -#ifndef _AI_ADDRCONFIG -#define _AI_ADDRCONFIG 0 +#ifndef AI_ADDRCONFIG +#define AI_ADDRCONFIG 0 #endif #ifndef HAVE_SOCKLEN_T