]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add AP_SERVER_BASEPROJECT (distinct from AP_SERVER_BASEPRODUCT which -must-
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Apr 2006 19:49:03 +0000 (19:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 25 Apr 2006 19:49:03 +0000 (19:49 +0000)
  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

include/ap_release.h

index eb945d1fbfc18978f285efefa27b9b6c18e2b3c1..0a9a3a1caefd1f8e6f73a33c399a19ea870459fc 100644 (file)
@@ -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