Code

Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / daemon / collectd.h
index 6886c123716e8fdb77e176d0edc5f23c4f651fd0..80b753c8a83442b3e278858a8cb54528bf9868d1 100644 (file)
@@ -304,6 +304,10 @@ typedef int _Bool;
 # endif
 #endif
 
+#ifndef GAUGE_FORMAT
+# define GAUGE_FORMAT "%.15g"
+#endif
+
 /* Type for time as used by "utils_time.h" */
 typedef uint64_t cdtime_t;