From 98e9139adc077eeaaa4d2afbcb93539b15e3b62b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 28 Oct 2007 09:58:18 +0100 Subject: [PATCH] collectd.h: Removed legacy definition of operation modes. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/collectd.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/collectd.h b/src/collectd.h index 2849db27..9951d8a9 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -195,11 +195,6 @@ #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 -- 2.11.0