From f3eefa2854823a0e4e526b68ffefac2066f32491 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Dec 2007 14:31:05 +0000 Subject: code cleanups thanks to Michael Biebl --- configure.ac | 4 ++-- omfwd.c | 3 +++ plugins/ommysql/.cvsignore | 4 ++-- syslogd.c | 1 - syslogd.h | 2 ++ 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 173d4e8a..d057318e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.61) AC_INIT([rsyslog],[2.0.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC @@ -145,7 +145,7 @@ AC_ARG_ENABLE(gssapi_krb5, if test $want_gssapi_krb5 = yes; then AC_CHECK_LIB(gssapi_krb5, gss_acquire_cred, [ AC_CHECK_HEADER(gssapi/gssapi.h, [ - AC_MSG_ERROR(GSS-API not ready for primt time yet -- wait for next release); + AC_MSG_ERROR(GSS-API not ready for prime time yet -- wait for next release); AC_DEFINE(USE_GSSAPI,, Define if you want to use GSSAPI) gss_libs="-lgssapi_krb5" diff --git a/omfwd.c b/omfwd.c index fe866327..e310e6fc 100644 --- a/omfwd.c +++ b/omfwd.c @@ -43,6 +43,9 @@ #include #include #include +#ifdef USE_NETZIP +#include +#endif #ifdef USE_PTHREADS #include #else diff --git a/plugins/ommysql/.cvsignore b/plugins/ommysql/.cvsignore index 1281f785..9730646f 100644 --- a/plugins/ommysql/.cvsignore +++ b/plugins/ommysql/.cvsignore @@ -2,5 +2,5 @@ .libs Makefile Makefile.in -ommysql.la -ommysql_la-ommysql.lo +*.la +*.lo diff --git a/syslogd.c b/syslogd.c index 483fd415..0ed4065c 100644 --- a/syslogd.c +++ b/syslogd.c @@ -197,7 +197,6 @@ #endif #ifdef USE_NETZIP -#include #include #endif diff --git a/syslogd.h b/syslogd.h index 43d4f0ea..c1d765eb 100644 --- a/syslogd.h +++ b/syslogd.h @@ -24,6 +24,8 @@ #include "objomsr.h" #ifdef USE_NETZIP +#include +#include /* config param: minimum message size to try compression. The smaller * the message, the less likely is any compression gain. We check for * gain before we submit the message. But to do so we still need to -- cgit v1.2.3