summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 838af4c)
raw | patch | inline | side by side (parent: 838af4c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 15 Mar 2007 20:07:18 +0000 (21:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 15 Mar 2007 20:07:18 +0000 (21:07 +0100) |
Plugins should use `plugin_log' now.
src/collectd.h | patch | blob | history |
diff --git a/src/collectd.h b/src/collectd.h
index 7bf2f565a9e2024f1fe4b98187bd3451a22e3f42..0e8f6f7cdbfce96cb0cb02ef462413229517fdeb 100644 (file)
--- a/src/collectd.h
+++ b/src/collectd.h
#if HAVE_ERRNO_H
# include <errno.h>
#endif
-#if HAVE_SYSLOG_H
-# include <syslog.h>
-#endif
#if HAVE_LIMITS_H
# include <limits.h>
#endif
# include <sys/param.h>
#endif
-#if !HAVE_SYSLOG
-# define syslog(...) /**/
-# define openlog(...) /**/
-# define closelog(...) /**/
-#endif
-
#if HAVE_KSTAT_H
# include <kstat.h>
#endif