From 173c19b92bfe1022e929358739e12d824f927f8a Mon Sep 17 00:00:00 2001 From: joonicks Date: Mon, 25 May 2020 19:09:22 +0200 Subject: [PATCH] spystr_sysmon --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 3a155a5..d43e186 100644 --- a/src/global.h +++ b/src/global.h @@ -68,7 +68,7 @@ BEG const char SPYSTR_BOTNET[] MDEF("botnet"); #ifdef URLCAPTURE BEG const char SPYSTR_URL[] MDEF("url"); #endif /* URLCAPTURE */ -#ifdef URLCAPTURE +#if defined URLCAPTURE || defined HOSTINFO BEG const char SPYSTR_SYSMON[] MDEF("sysmon"); #endif /* URLCAPTURE */