diff options
author | Jim Jagielski <jim@apache.org> | 2011-02-04 14:24:39 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-02-04 14:24:39 +0100 |
commit | 3b7deb691f1ee7a225fe5337b434a2bae3ca8663 (patch) | |
tree | 1fffb2d5fe8a5637d43332391332fbe76542ae69 /server/main.c | |
parent | Reload resolv.conf on graceful restarts (diff) | |
download | apache2-3b7deb691f1ee7a225fe5337b434a2bae3ca8663.tar.xz apache2-3b7deb691f1ee7a225fe5337b434a2bae3ca8663.zip |
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
Diffstat (limited to 'server/main.c')
-rw-r--r-- | server/main.c | 4 |
1 files 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); } |