From 28ff893ce64e2a46b62fb517c268ed1785c009c2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 13 Oct 2005 16:11:54 +0000 Subject: some restructuring, mostly preparation for an eventual move to a dual-threading model --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') 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, -- cgit