From: hadaq Date: Tue, 20 Aug 2002 12:48:49 +0000 (+0000) Subject: BUGFIX -- mm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4f66d1ee607ed110e8c22fa125428f2cb4795981;p=daqdata.git BUGFIX -- mm --- diff --git a/compat/syslog.h b/compat/syslog.h index e70baf6..e88334f 100644 --- a/compat/syslog.h +++ b/compat/syslog.h @@ -3,8 +3,6 @@ #include -#if !defined(LOG_PERROR) || defined(LOG_PERROR_DOESNT_WORK) - #if !defined(LOG_PERROR) #define LOG_PERROR 0x20 /* log to stderr as well */ #endif @@ -20,4 +18,3 @@ int SYSLOG_setlogmask(int maskpri); #define setlogmask SYSLOG_setlogmask #endif -#endif