X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_mongodb.c;h=10f7832245c70dbddde7773d26ea894d8bf836a1;hb=4b05cf4141a735bcbc734ec8e68b905f16deef6c;hp=e175e1f3a68af3d82ccb0755493fba0505069031;hpb=eec0cd9ca51c5c132ed09fc4699c02f3bd12d748;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 : */