From 59a629f121326093a3e7321e2ca66eb01921872f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Aug 2012 16:55:40 -0700 Subject: Fix tst-rfc3484* build failures from USE_NSCD move to config.h. --- posix/tst-rfc3484-2.c | 1 + posix/tst-rfc3484-3.c | 1 + posix/tst-rfc3484.c | 1 + 3 files changed, 3 insertions(+) (limited to 'posix') diff --git a/posix/tst-rfc3484-2.c b/posix/tst-rfc3484-2.c index 298fe6695c..a37be36e6a 100644 --- a/posix/tst-rfc3484-2.c +++ b/posix/tst-rfc3484-2.c @@ -53,6 +53,7 @@ _res_hconf_init (void) { } +#undef USE_NSCD #include "../sysdeps/posix/getaddrinfo.c" service_user *__nss_hosts_database attribute_hidden; diff --git a/posix/tst-rfc3484-3.c b/posix/tst-rfc3484-3.c index 701f534bb1..493e76015c 100644 --- a/posix/tst-rfc3484-3.c +++ b/posix/tst-rfc3484-3.c @@ -53,6 +53,7 @@ _res_hconf_init (void) { } +#undef USE_NSCD #include "../sysdeps/posix/getaddrinfo.c" service_user *__nss_hosts_database attribute_hidden; diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c index f77dc4c2cb..29e1461e11 100644 --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -53,6 +53,7 @@ _res_hconf_init (void) { } +#undef USE_NSCD #include "../sysdeps/posix/getaddrinfo.c" service_user *__nss_hosts_database attribute_hidden; -- cgit 1.4.1