Browse Source

[2357] Rename macro to avoid conflict with another one

A macro in bin/auth/ shared name with a macro in lib/datasrc/. :)
Mukund Sivaraman 12 years ago
parent
commit
fa6cef4dfb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/auth/datasrc_config.h

+ 3 - 3
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 <cc/data.h>
 #include <datasrc/client_list.h>
@@ -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++