From ecfda0fc252232b127c41eab29c47bba8ca9e5e3 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 28 Apr 2016 13:20:11 +0200 Subject: resolv: Remove SUNSECURITY preprocessor conditionals The macro is never defined. --- resolv/nss_dns/dns-host.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'resolv/nss_dns/dns-host.c') diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 93fee1038e..5f9e35701b 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -520,11 +520,6 @@ _nss_dns_gethostbyaddr2_r (const void *addr, socklen_t len, int af, if (status != NSS_STATUS_SUCCESS) return status; -#ifdef SUNSECURITY - This is not implemented because it is not possible to use the current - source from bind in a multi-threaded program. -#endif - result->h_addrtype = af; result->h_length = len; memcpy (host_data->host_addr, addr, len); -- cgit 1.4.1