From: William A. Rowe Jr Date: Tue, 25 Apr 2006 19:49:03 +0000 (+0000) Subject: Add AP_SERVER_BASEPROJECT (distinct from AP_SERVER_BASEPRODUCT which -must- X-Git-Tag: 2.2.3~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=756cf9562b88ced3b5d1e1376ebfba1dd20e99af;p=thirdparty%2Fapache%2Fhttpd.git Add AP_SERVER_BASEPROJECT (distinct from AP_SERVER_BASEPRODUCT which -must- remain "Apache" for our server tokens string) to identify the Apache HTTP Project. This is to benefit our httpd.rc file, and eliminate a host of dependencies upon 'awk', coming shortly. Backports 1st file commit of r395418 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396964 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_release.h b/include/ap_release.h index eb945d1fbfc..0a9a3a1caef 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -40,6 +40,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" +#define AP_SERVER_BASEPROJECT "Apache HTTP Server" #define AP_SERVER_BASEPRODUCT "Apache" #define AP_SERVER_MAJORVERSION_NUMBER 2