diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-03 03:19:11 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-03 03:19:11 (GMT) |
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 bf36039..d0999c5 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -53,7 +53,6 @@ char *strpcat (char *dest, const char *src, const char *str); | |||
53 | 53 | ||
54 | char *state_text (int result); | 54 | char *state_text (int result); |
55 | 55 | ||
56 | #define LABELLEN 63 | ||
57 | #define STRLEN 64 | 56 | #define STRLEN 64 |
58 | #define TXTBLK 128 | 57 | #define TXTBLK 128 |
59 | 58 | ||