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-types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'syslogd-types.h') diff --git a/syslogd-types.h b/syslogd-types.h index 1eb79125..14bc5c53 100644 --- a/syslogd-types.h +++ b/syslogd-types.h @@ -24,7 +24,6 @@ */ #ifndef SYSLOGD_TYPES_INCLUDED #define SYSLOGD_TYPES_INCLUDED 1 -#include "config.h" /* make sure we have autoconf macros */ #include "stringbuf.h" #include "net.h" @@ -42,14 +41,11 @@ #define MAXUNAMES 20 /* maximum number of user names */ #define MAXFNAME 200 /* max file pathname length */ -#ifdef WITH_DB -#include "mysql/mysql.h" #define _DB_MAXDBLEN 128 /* maximum number of db */ #define _DB_MAXUNAMELEN 128 /* maximum number of user name */ #define _DB_MAXPWDLEN 128 /* maximum number of user's pass */ #define _DB_DELAYTIMEONERROR 20 /* If an error occur we stop logging until a delayed time is over */ -#endif /* we define features of the syslog code. This features can be used -- cgit v1.2.3