From: Ryan Bloom Date: Mon, 5 Feb 2001 03:15:20 +0000 (+0000) Subject: Move release.h to ap_release.h. This was done to namespace protect the X-Git-Tag: APACHE_2_0_2001_02_09~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c87c56c5f88d6abfd11255db4cc3e3e4276da522;p=apache Move release.h to ap_release.h. This was done to namespace protect the release header file. While doing this, I also made sure that the file was only included once. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/release.h b/include/ap_release.h similarity index 98% rename from include/release.h rename to include/ap_release.h index ee66f6d377..8ff04158e8 100644 --- a/include/release.h +++ b/include/ap_release.h @@ -56,6 +56,8 @@ * University of Illinois, Urbana-Champaign. */ +#ifndef AP_RELEASE_H +#define AP_RELEASE_H #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" @@ -69,3 +71,4 @@ */ #define APACHE_RELEASE 20000009 +#endif