2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2357] Rename macro to avoid conflict with another one

A macro in bin/auth/ shared name with a macro in lib/datasrc/. :)
This commit is contained in:
Mukund Sivaraman
2012-10-25 09:56:58 +05:30
parent e710685dce
commit fa6cef4dfb

View 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++