X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_mongodb.c;h=10f7832245c70dbddde7773d26ea894d8bf836a1;hb=5a90d0e758ee3dcf34fc5ecf852093ad38d50186;hp=e175e1f3a68af3d82ccb0755493fba0505069031;hpb=936c450a86c841eea89888c8550c9118fae90c25;p=collectd.git diff --git a/src/write_mongodb.c b/src/write_mongodb.c index e175e1f3..10f78322 100644 --- a/src/write_mongodb.c +++ b/src/write_mongodb.c @@ -34,11 +34,7 @@ #include "plugin.h" #include "utils_cache.h" -#if HAVE_STDINT_H #define MONGO_HAVE_STDINT 1 -#else -#define MONGO_USE_LONG_LONG_INT 1 -#endif #include #if (MONGO_MAJOR == 0) && (MONGO_MINOR < 8) @@ -348,5 +344,3 @@ static int wm_config(oconfig_item_t *ci) /* {{{ */ void module_register(void) { plugin_register_complex_config("write_mongodb", wm_config); } - -/* vim: set sw=2 sts=2 tw=78 et fdm=marker : */