mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
This floorf workaround is Nnot needed anymore since floorf is part of Gnulib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1928 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
ec0ebf1108
commit
ae3af0419b
1 changed files with 0 additions and 5 deletions
|
|
@ -182,11 +182,6 @@ enum {
|
|||
};
|
||||
#endif
|
||||
|
||||
/* Solaris does not have floorf, but floor works. Should probably be in configure */
|
||||
#if defined(__sun) || defined(__sun__)
|
||||
static inline float floorf (float x) { return floor(x); }
|
||||
#endif
|
||||
|
||||
enum {
|
||||
STATE_OK,
|
||||
STATE_WARNING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue