// detection_engine.h author Russ Combs <rucombs@cisco.com>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "detection_engine.h"
#include "events/sfeventq.h"
// regex_offload.cc author Russ Combs <rucombs@cisco.com>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "regex_offload.h"
#include <assert.h>
// Dan Roelker <droelker@sourcefire.com>
// Marc Norton <mnorton@sourcefire.com>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "rtn_checks.h"
#include "main/snort_debug.h"
HttpEnums::STAT_NOT_PRESENT };
MimeSession* mime_state[2] = { nullptr, nullptr };
UtfDecodeSession* utf_state = nullptr; // SRC_SERVER only
- class HttpMsgSection* latest_section = nullptr;
uint64_t expected_trans_num[2] = { 1, 1 };
HttpMsgSection* latest_section = nullptr;