--- src/collectd.h.orig 2006-06-30 12:02:36 +0400 +++ src/collectd.h 2006-11-20 02:53:41 +0300 @@ -129,17 +129,6 @@ #endif #if HAVE_SYSLOG -# define syslog(...) syslog(__VA_ARGS__) -# if HAVE_OPENLOG -# define openlog(...) openlog(__VA_ARGS__) -# else -# define openlog(...) /**/ -# endif -# if HAVE_CLOSELOG -# define closelog(...) closelog(__VA_ARGS__) -# else -# define closelog(...) /**/ -# endif #else # define syslog(...) /**/ # define openlog(...) /**/