From 6c1d86dcdb30f52d7f64179b982b253f1ba6951c Mon Sep 17 00:00:00 2001 From: Ricard Wanderlof Date: Fri, 27 Jun 2008 09:08:44 +0000 Subject: Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to getaddrinfo(3). --- libc/inet/netlinkaccess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/inet/netlinkaccess.h') diff --git a/libc/inet/netlinkaccess.h b/libc/inet/netlinkaccess.h index 2fa0d76b3..acadcb544 100644 --- a/libc/inet/netlinkaccess.h +++ b/libc/inet/netlinkaccess.h @@ -62,13 +62,13 @@ struct netlink_handle }; -#if 0 /* unused code */ +#ifdef __UCLIBC_SUPPORT_AI_ADDRCONFIG__ #if __ASSUME_NETLINK_SUPPORT == 0 extern smallint __no_netlink_support attribute_hidden; #else # define __no_netlink_support 0 #endif -#endif /* unused code */ +#endif /* __UCLIBC_SUPPORT_AI_ADDRCONFIG__ */ extern int __netlink_open (struct netlink_handle *h) attribute_hidden; -- cgit v1.2.3