diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-11-04 15:53:57 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-11-04 15:53:57 (GMT) |
commit | 7d074091dba8c1d4081971bf62e694d0b1a03d41 (patch) | |
tree | dd8e1fa6c6d79090b66426def9f23dac7a3cceee | |
parent | 413af1955538b06803458c628099f1ba9da1966b (diff) | |
download | monitoring-plugins-7d074091dba8c1d4081971bf62e694d0b1a03d41.tar.gz |
Remove hardcoded DBL_MAX definition
-rw-r--r-- | plugins-root/check_icmp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index abd88c4..0d10d22 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -95,10 +95,6 @@ const char *email = "devel@monitoring-plugins.org"; | |||
95 | # define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 | 95 | # define ICMP_UNREACH_PRECEDENCE_CUTOFF 15 |
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | #ifndef DBL_MAX | ||
99 | # define DBL_MAX 9.9999999999e999 | ||
100 | #endif | ||
101 | |||
102 | typedef unsigned short range_t; /* type for get_range() -- unimplemented */ | 98 | typedef unsigned short range_t; /* type for get_range() -- unimplemented */ |
103 | 99 | ||
104 | typedef struct rta_host { | 100 | typedef struct rta_host { |