From e3bcf95ee996c058c73879c12ac5a487f8dcdf46 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 21 May 2014 01:26:22 +0100 Subject: Prefix all definitions in config.h to avoid potential collisions. --- src/inspircd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 24072868a..efbb013ca 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -236,7 +236,7 @@ void InspIRCd::WritePID(const std::string &filename) } InspIRCd::InspIRCd(int argc, char** argv) : - ConfigFileName(CONFIG_PATH "/inspircd.conf"), + ConfigFileName(INSPIRCD_CONFIG_PATH "/inspircd.conf"), /* Functor pointer initialisation. * @@ -369,7 +369,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : if (do_version) { - std::cout << std::endl << VERSION << " " << REVISION << std::endl; + std::cout << std::endl << INSPIRCD_VERSION << " " << INSPIRCD_REVISION << std::endl; Exit(EXIT_STATUS_NOERROR); } -- cgit v1.2.3