Code

exec plugin: Don't pass an invalid egid to setgroups() if no group was given.
[collectd.git] / src / collectd.h
index 282e632520ce08cb1a755588c251a10f53aa4e24..9951d8a91013d929bc831a4e40ad49b9bce08893 100644 (file)
 # include <kstat.h>
 #endif
 
-#if HAVE_RRD_H
-# include <rrd.h>
-#endif
 #if HAVE_PTH_H
 # include <pth.h>
 #endif
 #define PLUGINDIR PREFIX "/lib/" PACKAGE_NAME
 #endif
 
-#define MODE_SERVER 0x01
-#define MODE_CLIENT 0x02
-#define MODE_LOCAL  0x04
-#define MODE_LOG    0x08
-
 #ifndef COLLECTD_GRP_NAME
 # define COLLECTD_GRP_NAME "collectd"
 #endif