From 3b7deb691f1ee7a225fe5337b434a2bae3ca8663 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 4 Feb 2011 13:24:39 +0000 Subject: [PATCH] Until this is fixed to link in lresolv, exclude. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067177 13f79535-47bb-0310-9956-ffa450edef68 --- server/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/main.c b/server/main.c index de9ac5236a..97a91e2498 100644 --- a/server/main.c +++ b/server/main.c @@ -688,7 +688,7 @@ int main(int argc, const char * const argv[]) apr_hook_deregister_all(); apr_pool_clear(pconf); ap_clear_auth_internal(); - +#if 0 /* glibc has __res_init that is #defined to res_init */ #if HAVE_RES_INIT || HAVE___RES_INIT /* @@ -699,7 +699,7 @@ int main(int argc, const char * const argv[]) "Resolver initialization failed."); } #endif - +#endif for (mod = ap_prelinked_modules; *mod != NULL; mod++) { ap_register_hooks(*mod, pconf); } -- 2.40.0