You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2011/02/04 14:24:39 UTC

svn commit: r1067177 - /httpd/httpd/trunk/server/main.c

Author: jim
Date: Fri Feb  4 13:24:39 2011
New Revision: 1067177

URL: http://svn.apache.org/viewvc?rev=1067177&view=rev
Log:
Until this is fixed to link in lresolv, exclude.

Modified:
    httpd/httpd/trunk/server/main.c

Modified: httpd/httpd/trunk/server/main.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/main.c?rev=1067177&r1=1067176&r2=1067177&view=diff
==============================================================================
--- httpd/httpd/trunk/server/main.c (original)
+++ httpd/httpd/trunk/server/main.c Fri Feb  4 13:24:39 2011
@@ -688,7 +688,7 @@ int main(int argc, const char * const ar
         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 ar
                          "Resolver initialization failed.");
         }
 #endif
-
+#endif
         for (mod = ap_prelinked_modules; *mod != NULL; mod++) {
             ap_register_hooks(*mod, pconf);
         }