]> granicus.if.org Git - apache/commitdiff
Until this is fixed to link in lresolv, exclude.
authorJim Jagielski <jim@apache.org>
Fri, 4 Feb 2011 13:24:39 +0000 (13:24 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 4 Feb 2011 13:24:39 +0000 (13:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067177 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index de9ac5236adcdb3300dddd97a596a498580c0abd..97a91e249892d1361a47ddbcef5e4073ffc1c734 100644 (file)
@@ -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);
         }