X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.h;h=80b753c8a83442b3e278858a8cb54528bf9868d1;hp=6886c123716e8fdb77e176d0edc5f23c4f651fd0;hb=0beb06563c5681975fd4f743c547e15f4facb29f;hpb=47e8dc00c85a8ffaf051d922112270910b8665b8 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;