#include "util-print.h"
#ifdef PROFILING
+#ifdef HAVE_LIBJANSSON
static void DumpFp(const SigMatch *sm, char *pat_orig, uint32_t pat_orig_sz, char *pat_chop, uint32_t pat_chop_sz)
{
int fast_pattern_chop_set = 0;
json_object_clear(js);
json_decref(js);
}
+#endif /* HAVE_LIBJANSSON */
#endif /* PROFILING */
SGH_PROFILING_RECORD(det_ctx, det_ctx->sgh);
#ifdef PROFILING
+#ifdef HAVE_LIBJANSSON
if (match_cnt >= de_ctx->profile_match_logging_threshold)
RulesDumpMatchArray(det_ctx, p);
+#endif
#endif
uint32_t sflags, next_sflags = 0;