From 117f27db498156915cafd57c7ffbcd7ab5d95d55 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 15 Mar 2007 21:07:18 +0100 Subject: [PATCH] src/collectd.h: Don't load `syslog.h'. Plugins should use `plugin_log' now. --- src/collectd.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/collectd.h b/src/collectd.h index 7bf2f565..0e8f6f7c 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -77,9 +77,6 @@ #if HAVE_ERRNO_H # include #endif -#if HAVE_SYSLOG_H -# include -#endif #if HAVE_LIMITS_H # include #endif @@ -149,12 +146,6 @@ # include #endif -#if !HAVE_SYSLOG -# define syslog(...) /**/ -# define openlog(...) /**/ -# define closelog(...) /**/ -#endif - #if HAVE_KSTAT_H # include #endif -- 2.11.0