]> granicus.if.org Git - apache/commitdiff
Move release.h to ap_release.h. This was done to namespace protect the
authorRyan Bloom <rbb@apache.org>
Mon, 5 Feb 2001 03:15:20 +0000 (03:15 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 5 Feb 2001 03:15:20 +0000 (03:15 +0000)
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

include/ap_release.h [moved from include/release.h with 98% similarity]

similarity index 98%
rename from include/release.h
rename to include/ap_release.h
index ee66f6d3778c0f0ef2ac4750bd46d0710d502582..8ff04158e842bf0e4eba2a1b70b174217019baa9 100644 (file)
@@ -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