diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-03 03:19:11 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-03 03:19:11 +0000 |
commit | 725cbf9a632c4552cc25543292cd1d2406e5b8b5 (patch) | |
tree | 56236232a47abf8faa1f800d2701fe600d266d18 /plugins/utils.c | |
parent | 81a0d72b54806c0a55620ca33e12ebef270e1566 (diff) | |
download | monitoring-plugins-725cbf9a632c4552cc25543292cd1d2406e5b8b5.tar.gz |
remove LABELLEN
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@582 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index bf36039e..d0999c58 100644 --- a/plugins/utils.c +++ b/plugins/utils.c @@ -53,7 +53,6 @@ char *strpcat (char *dest, const char *src, const char *str); char *state_text (int result); -#define LABELLEN 63 #define STRLEN 64 #define TXTBLK 128 |