From: Takashi Sato Date: Thu, 9 Jul 2009 14:32:34 +0000 (+0000) Subject: Revert r792554 for mod_info.c X-Git-Tag: 2.2.12~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a886cb69f5c48f3bfe1027cd62141f8c9e6506;p=thirdparty%2Fapache%2Fhttpd.git Revert r792554 for mod_info.c I accidently and carelessly committed it. Sorry for SNAFU. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@792560 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index 06bee4c8a71..9d8495ca47b 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.c @@ -44,8 +44,6 @@ #include "apr.h" #include "apr_strings.h" #include "apr_lib.h" -#include "apr_version.h" -#include "apu_version.h" #define APR_WANT_STRFUNC #include "apr_want.h" @@ -353,20 +351,6 @@ static int show_server_settings(request_rec * r) "
Server Built: " "%s
\n", ap_get_server_built()); - ap_rprintf(r, - "
Server loaded APR Version: " - "%s
\n", apr_version_string()); - ap_rprintf(r, - "
Compiled with APR Version: " - "%s
\n", APR_VERSION_STRING); -#if APR_MAJOR_VERSION < 2 - ap_rprintf(r, - "
Server loaded APU Version: " - "%s
\n", apu_version_string()); - ap_rprintf(r, - "
Compiled with APU Version: " - "%s
\n", APU_VERSION_STRING); -#endif ap_rprintf(r, "
Module Magic Number: " "%d:%d
\n", MODULE_MAGIC_NUMBER_MAJOR,