Remove hardcoded DBL_MAX definition

This commit is contained in:
RincewindsHat 2022-11-04 16:53:57 +01:00
parent 413af19555
commit 7d074091db

View file

@ -95,10 +95,6 @@ const char *email = "devel@monitoring-plugins.org";
# define ICMP_UNREACH_PRECEDENCE_CUTOFF 15
#endif
#ifndef DBL_MAX
# define DBL_MAX 9.9999999999e999
#endif
typedef unsigned short range_t; /* type for get_range() -- unimplemented */
typedef struct rta_host {