summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-26 09:55:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-26 09:55:21 +0000
commit2519b966169632eb63c79443429e8b37266fd341 (patch)
tree5240cb5c762fee4fdd796cd15f34f005318fe4c7 /linux
parent192221ab8dd9b2f120a1eb1102713670e547a095 (diff)
downloadrsyslog-2519b966169632eb63c79443429e8b37266fd341.tar.gz
rsyslog-2519b966169632eb63c79443429e8b37266fd341.tar.xz
rsyslog-2519b966169632eb63c79443429e8b37266fd341.zip
preparing for 1.12.0 releasev1-12-0
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 0d341184..5ea4d1e7 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -31,13 +31,13 @@ FEATURE_DB=0
FEATURE_REGEXP=1
# Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!)
-FEATURE_RFC3195=1
+FEATURE_RFC3195=0
# Enable multithreading via pthreads (very experimental!)
FEATURE_PTHREADS=1
# Enable debug mode (much slower code)
-FEATURE_DEBUG=1
+FEATURE_DEBUG=0
# The following defines tell us where liblogging is located. This
# is only needed if we build with RFC 3195 support. By default,