From a39dd07546ab48648021f03e87b2831ffaf50df8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Jan 2009 23:31:33 +0000 Subject: some cleanup --- src/log.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 29f3cb8..b6baf6f 100644 --- a/src/log.h +++ b/src/log.h @@ -34,7 +34,7 @@ #include #include -#ifndef NOSYSLOG +#ifndef NO_SYSLOG #include #endif @@ -43,7 +43,7 @@ #define STERROR_TEXT_MAX 100 -#ifndef NOCRYPT +#ifndef NO_CRYPT #ifndef USE_SSL_CRYPTO #include @@ -86,7 +86,7 @@ private: class Log : public std::ostringstream { public: -#ifndef NOSYSLOG +#ifndef NO_SYSLOG static const int FAC_USER = LOG_USER; static const int FAC_MAIL = LOG_MAIL; static const int FAC_DAEMON = LOG_DAEMON; -- cgit v1.2.3