summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-11-04 15:53:57 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-11-04 15:53:57 (GMT)
commit7d074091dba8c1d4081971bf62e694d0b1a03d41 (patch)
treedd8e1fa6c6d79090b66426def9f23dac7a3cceee
parent413af1955538b06803458c628099f1ba9da1966b (diff)
downloadmonitoring-plugins-7d07409.tar.gz
Remove hardcoded DBL_MAX definition
-rw-r--r--plugins-root/check_icmp.c4
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
102typedef unsigned short range_t; /* type for get_range() -- unimplemented */ 98typedef unsigned short range_t; /* type for get_range() -- unimplemented */
103 99
104typedef struct rta_host { 100typedef struct rta_host {