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). --- extra/Configs/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 892768500..884a59e8b 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1018,6 +1018,18 @@ config UCLIBC_USE_NETLINK Most people can safely answer N. +config UCLIBC_SUPPORT_AI_ADDRCONFIG + bool "Support the AI_ADDRCONFIG flag" + depends on UCLIBC_USE_NETLINK + default n + help + The implementation of AI_ADDRCONFIG is aligned with the glibc + implementation using netlink to query interfaces to find both + ipv4 and ipv6 support. This is only needed if an application uses + the AI_ADDRCONFIG flag. + + Most people can safely answer N. + config UCLIBC_HAS_BSD_RES_CLOSE bool "Support res_close() (bsd-compat)" default n -- cgit v1.2.3