From 88bbc402201c8bf088d310a9048bf38b77fb2f8e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 26 Sep 2007 10:24:14 +0000 Subject: applied patch provided by varmojfekoj to support building ommysql in its own way (now also resides in a plugin subdirectory) --- syslogd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 34e11d12..8e0d111e 100644 --- a/syslogd.c +++ b/syslogd.c @@ -217,7 +217,6 @@ #include "cfsysline.h" #include "omshell.h" #include "omusrmsg.h" -#include "ommysql.h" #include "omfwd.h" #include "omfile.h" #include "omdiscard.h" @@ -6031,11 +6030,6 @@ static void printVersion(void) #else printf("\tFEATURE_REGEXP:\t\t\t\tNo\n"); #endif -#ifdef WITH_DB - printf("\tFEATURE_DB (MySQL):\t\t\tYes\n"); -#else - printf("\tFEATURE_DB (MySQL):\t\t\tNo\n"); -#endif #ifndef NOLARGEFILE printf("\tFEATURE_LARGEFILE:\t\t\tYes\n"); #else -- cgit v1.2.3