summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/common.h b/plugins/common.h
index 6cb7cd4..39a28a9 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -182,11 +182,6 @@ enum {
182}; 182};
183#endif 183#endif
184 184
185/* Solaris does not have floorf, but floor works. Should probably be in configure */
186#if defined(__sun) || defined(__sun__)
187static inline float floorf (float x) { return floor(x); }
188#endif
189
190enum { 185enum {
191 STATE_OK, 186 STATE_OK,
192 STATE_WARNING, 187 STATE_WARNING,