diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-12 14:11:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-12 14:11:02 +0000 |
commit | 1af199ccafdf68e0a1aefea44b9a6a47908f1cad (patch) | |
tree | 99e341f98d188f9c14beb8674fa78807619f1122 /linux | |
parent | 7e10c67a1737d19f5038ad1164b29804d47d9bce (diff) | |
download | rsyslog-1af199ccafdf68e0a1aefea44b9a6a47908f1cad.tar.gz rsyslog-1af199ccafdf68e0a1aefea44b9a6a47908f1cad.tar.xz rsyslog-1af199ccafdf68e0a1aefea44b9a6a47908f1cad.zip |
final touches for 1.11.0
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index 4ec862f4..7b8da0a8 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 ############################################################# # END OF USER SETTINGS # |