From: Florian Forster Date: Fri, 9 Apr 2010 18:39:09 +0000 (+0200) Subject: pinba plugin: Remove the "NI_MAXSERV" define. X-Git-Tag: collectd-4.10.0~7^2~11 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=990708d9fe42a9a369040317ff3176d0a76dd310 pinba plugin: Remove the "NI_MAXSERV" define. --- diff --git a/src/pinba.c b/src/pinba.c index 489ba7cf..3d25a68e 100644 --- a/src/pinba.c +++ b/src/pinba.c @@ -54,10 +54,6 @@ # define PINBA_MAX_SOCKETS 16 #endif -#ifndef NI_MAXSERV -# define NI_MAXSERV 32 -#endif - /* * Private data structures */