From: Mukund Sivaraman Date: Thu, 25 Oct 2012 04:26:58 +0000 (+0530) Subject: [2357] Rename macro to avoid conflict with another one X-Git-Tag: trac2487_base~18^2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa6cef4dfbadd457c75ef5fc5f7ffe42d916a2de;p=thirdparty%2Fkea.git [2357] Rename macro to avoid conflict with another one A macro in bin/auth/ shared name with a macro in lib/datasrc/. :) --- diff --git a/src/bin/auth/datasrc_config.h b/src/bin/auth/datasrc_config.h index 77a4177b42..1723161f66 100644 --- a/src/bin/auth/datasrc_config.h +++ b/src/bin/auth/datasrc_config.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef DATASRC_CONFIG_H -#define DATASRC_CONFIG_H +#ifndef AUTH_DATASRC_CONFIG_H +#define AUTH_DATASRC_CONFIG_H #include #include @@ -75,7 +75,7 @@ configureDataSourceGeneric(const isc::data::ConstElementPtr& config) { isc::datasrc::ClientListMapPtr configureDataSource(const isc::data::ConstElementPtr& config); -#endif // DATASRC_CONFIG_H +#endif // AUTH_DATASRC_CONFIG_H // Local Variables: // mode: c++