diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-13 16:11:54 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-13 16:11:54 +0000 |
commit | 28ff893ce64e2a46b62fb517c268ed1785c009c2 (patch) | |
tree | 13b6f0beef0e468875418f618d05d28b6ae92bf4 /linux/Makefile | |
parent | 4ae1f8a765772d21446ad7f8158fd9d882d06c40 (diff) | |
download | rsyslog-28ff893ce64e2a46b62fb517c268ed1785c009c2.tar.gz rsyslog-28ff893ce64e2a46b62fb517c268ed1785c009c2.tar.bz2 rsyslog-28ff893ce64e2a46b62fb517c268ed1785c009c2.zip |
some restructuring, mostly preparation for an eventual move to a
dual-threading model
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 a7765232..50d3d5a5 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=0 +FEATURE_RFC3195=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=0 +FEATURE_DEBUG=1 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, |