]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2357] Rename macro to avoid conflict with another one
authorMukund Sivaraman <muks@isc.org>
Thu, 25 Oct 2012 04:26:58 +0000 (09:56 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 25 Oct 2012 04:36:40 +0000 (10:06 +0530)
A macro in bin/auth/ shared name with a macro in lib/datasrc/. :)

src/bin/auth/datasrc_config.h

index 77a4177b4203094f86ef05f5b5c0160a3ad57624..1723161f660955b1fdaf540261e09b382ed8e5c4 100644 (file)
@@ -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++