From 1af199ccafdf68e0a1aefea44b9a6a47908f1cad Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 12 Oct 2005 14:11:02 +0000 Subject: final touches for 1.11.0 --- freebsd/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'freebsd') diff --git a/freebsd/Makefile b/freebsd/Makefile index a42edd08..27b2dac7 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -28,6 +28,9 @@ FEATURE_DB=1 # Enable regular expressions FEATURE_REGEXP=1 +# Enable RFC 3195 support (REQUIRES LIBLOGGING 0.6.0 or above!) +FEATURE_RFC3195=0 + # Enable debug mode (much slower code) FEATURE_DEBUG=0 @@ -55,6 +58,10 @@ MANDIR = /usr/share/man F_REGEXP=-DFEATURE_REGEXP .endif +.if $(FEATURE_RFC3195) == 1 + F_RFC3195=-DFEATURE_RFC3195 +.endif + .if $(FEATURE_DEBUG) == 0 DBG=-DNDEBUG .endif -- cgit