X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftraffic.c;h=a7b70c5875a6d3946964b5896013437da3afa437;hb=4d6ddfa94bbfa545f4b5b751b2a57e15cdf0c711;hp=5c5e4f74efd7ccae34180706c7dd7f4456a655b2;hpb=919edb829d0164937a771415c217237959e59c05;p=collectd.git diff --git a/src/traffic.c b/src/traffic.c index 5c5e4f74..a7b70c58 100644 --- a/src/traffic.c +++ b/src/traffic.c @@ -4,8 +4,7 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. + * Free Software Foundation; only version 2 of the License is applicable. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -47,8 +46,6 @@ # include #endif -#define MODULE_NAME "traffic" - /* * Various people have reported problems with `getifaddrs' and varying versions * of `glibc'. That's why it's disabled by default. Since more statistics are @@ -67,8 +64,6 @@ # define TRAFFIC_HAVE_READ 0 #endif -#define BUFSIZE 512 - /* * (Module-)Global variables */ @@ -410,6 +405,3 @@ void module_register (void) plugin_register_read ("interface", traffic_read); #endif } - -#undef BUFSIZE -#undef MODULE_NAME