X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.h;h=80b753c8a83442b3e278858a8cb54528bf9868d1;hb=ae5cca244ff291c17df1cc36e28f19376958a2eb;hp=6886c123716e8fdb77e176d0edc5f23c4f651fd0;hpb=5c78be034ebf8edbf2ae98e9163a38b2d61fbb68;p=collectd.git diff --git a/src/daemon/collectd.h b/src/daemon/collectd.h index 6886c123..80b753c8 100644 --- a/src/daemon/collectd.h +++ b/src/daemon/collectd.h @@ -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;