blob: 5ea119214df13cab24b7c04c1ae258f96f19215c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/output-plugins/op_plugbase.c.orig Sun Mar 28 18:14:19 2004
+++ src/output-plugins/op_plugbase.c Sun Jan 15 22:33:35 2006
@@ -27,7 +27,7 @@
#if defined(ENABLE_MYSQL) || defined(ENABLE_POSTGRES)
#include "op_acid_db.h"
#endif
-#ifdef ENABLE_MYSQL
+#ifdef ENABLE_TCL
#include "op_sguil.h"
#endif
#include "op_alert_csv.h"
@@ -47,7 +47,7 @@
#if defined(ENABLE_MYSQL) || defined(ENABLE_POSTGRES)
OpAcidDb_Init();
#endif
-#ifdef ENABLE_MYSQL
+#ifdef ENABLE_TCL
OpSguil_Init();
#endif
OpAlertCSV_Init();
|