]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r792554 for mod_info.c
authorTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 14:32:34 +0000 (14:32 +0000)
committerTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 14:32:34 +0000 (14:32 +0000)
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

modules/generators/mod_info.c

index 06bee4c8a711ffad697560592d6ce427dc16d63a..9d8495ca47bc0157136c1537b00f4bd2d1aaa817 100644 (file)
@@ -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)
                "<dt><strong>Server Built:</strong> "
                "<font size=\"+1\"><tt>%s</tt></font></dt>\n",
                ap_get_server_built());
-    ap_rprintf(r,
-               "<dt><strong>Server loaded APR Version:</strong> "
-               "<tt>%s</tt></dt>\n", apr_version_string());
-    ap_rprintf(r,
-               "<dt><strong>Compiled with APR Version:</strong> "
-               "<tt>%s</tt></dt>\n", APR_VERSION_STRING);
-#if APR_MAJOR_VERSION < 2
-    ap_rprintf(r,
-               "<dt><strong>Server loaded APU Version:</strong> "
-               "<tt>%s</tt></dt>\n", apu_version_string());
-    ap_rprintf(r,
-               "<dt><strong>Compiled with APU Version:</strong> "
-               "<tt>%s</tt></dt>\n", APU_VERSION_STRING);
-#endif
     ap_rprintf(r,
                "<dt><strong>Module Magic Number:</strong> "
                "<tt>%d:%d</tt></dt>\n", MODULE_MAGIC_NUMBER_MAJOR,