mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +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:
@@ -12,8 +12,8 @@
|
|||||||
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
// PERFORMANCE OF THIS SOFTWARE.
|
// PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#ifndef DATASRC_CONFIG_H
|
#ifndef AUTH_DATASRC_CONFIG_H
|
||||||
#define DATASRC_CONFIG_H
|
#define AUTH_DATASRC_CONFIG_H
|
||||||
|
|
||||||
#include <cc/data.h>
|
#include <cc/data.h>
|
||||||
#include <datasrc/client_list.h>
|
#include <datasrc/client_list.h>
|
||||||
@@ -75,7 +75,7 @@ configureDataSourceGeneric(const isc::data::ConstElementPtr& config) {
|
|||||||
isc::datasrc::ClientListMapPtr
|
isc::datasrc::ClientListMapPtr
|
||||||
configureDataSource(const isc::data::ConstElementPtr& config);
|
configureDataSource(const isc::data::ConstElementPtr& config);
|
||||||
|
|
||||||
#endif // DATASRC_CONFIG_H
|
#endif // AUTH_DATASRC_CONFIG_H
|
||||||
|
|
||||||
// Local Variables:
|
// Local Variables:
|
||||||
// mode: c++
|
// mode: c++
|
||||||
|
Reference in New Issue
Block a user