summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-01-30 16:35:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-01-30 16:35:03 +0000
commit83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a (patch)
tree10d6825162b0e8163c4b0b2745d9602ae011e40f /linux
parentc23a70a68a1d8661c8928c8d08a24339fa323aac (diff)
downloadrsyslog-83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a.tar.gz
rsyslog-83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a.tar.xz
rsyslog-83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a.zip
changed the way the MySQL API is used
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index c8321a75..7fe6f6c5 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1
# Enable database support (off by default, must be turned
# on when support for MySQL is desired).
-FEATURE_DB=0
+FEATURE_DB=1
# Enable regular expressions
FEATURE_REGEXP=1