From: Florian Forster Date: Thu, 15 Mar 2007 20:07:18 +0000 (+0100) Subject: src/collectd.h: Don't load `syslog.h'. X-Git-Tag: collectd-4.0.0-rc4~66 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=117f27db498156915cafd57c7ffbcd7ab5d95d55;p=collectd.git src/collectd.h: Don't load `syslog.h'. Plugins should use `plugin_log' now. --- 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