Bug 13387: Fix compilation failure with AI_ADDRCONFIG
authorJens Granseuer <jensgr@gmx.net>
Thu, 7 Aug 2008 18:45:51 +0000 (14:45 -0400)
committerColin Walters <walters@verbum.org>
Wed, 1 Oct 2008 19:00:10 +0000 (15:00 -0400)
Signed-off-by: Colin Walters <walters@verbum.org>
dbus/dbus-sysdeps-unix.c

index 18b4967..3f963bc 100644 (file)
@@ -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