mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Remove hardcoded DBL_MAX definition
This commit is contained in:
parent
413af19555
commit
7d074091db
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue