diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 15:10:46 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 15:10:46 +0000 |
commit | aaa7dd429cded84357c6a791d0cd3f290df84d28 (patch) | |
tree | e52503508ee6d5eda05f062e82436edf2d43d960 /linux/Makefile | |
parent | 95495732701803b8c25d4d324b975d7b88f1432d (diff) | |
download | rsyslog-aaa7dd429cded84357c6a791d0cd3f290df84d28.tar.gz rsyslog-aaa7dd429cded84357c6a791d0cd3f290df84d28.tar.xz rsyslog-aaa7dd429cded84357c6a791d0cd3f290df84d28.zip |
preparing for building 1.11.1v1-11-1
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 50d3d5a5..a7765232 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -31,10 +31,10 @@ FEATURE_DB=0 FEATURE_REGEXP=1 # Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!) -FEATURE_RFC3195=1 +FEATURE_RFC3195=0 # 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, |