]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
BUGFIX -- mm
authorhadaq <hadaq>
Tue, 20 Aug 2002 12:48:49 +0000 (12:48 +0000)
committerhadaq <hadaq>
Tue, 20 Aug 2002 12:48:49 +0000 (12:48 +0000)
compat/syslog.h

index e70baf6942e863825f3e78bbad0ea68645b4cee7..e88334f6fea88ebe979cb6080e6c1f2c3ec3ff7b 100644 (file)
@@ -3,8 +3,6 @@
 
 #include </usr/include/syslog.h>
 
-#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