summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-23 18:05:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-23 18:05:07 +0100
commit01405d78f4a8c090d5abe37380d60cff252efdc6 (patch)
tree6fcbe263118c29488da28cb1a5893f89cad804a9 /configure.ac
parentef34821a2737799f48c3032b9616418e4f7fa34f (diff)
downloadrsyslog-01405d78f4a8c090d5abe37380d60cff252efdc6.tar.gz
rsyslog-01405d78f4a8c090d5abe37380d60cff252efdc6.tar.xz
rsyslog-01405d78f4a8c090d5abe37380d60cff252efdc6.zip
refactored imklog linux driver, now combined with BSD driver
The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 011905a6..32029409 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ PKG_PROG_PKG_CONFIG
case "${host}" in
*-*-linux*)
+ AC_DEFINE([OS_LINUX], [1], [Indicator for a Linux OS])
os_type="linux"
;;
*-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)