From a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Sep 2005 13:57:28 +0000 Subject: merged Andres Riancho's regex extensions into the code (hopefully correctly) --- linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index e7a23fda..d93fe933 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -27,6 +27,9 @@ FEATURE_LARGEFILE=1 # on when support for MySQL is desired). FEATURE_DB=0 +# Enable regular expressions +FEATURE_REGEXP=0 + ############################################################# # END OF USER SETTINGS # # -------------------- # -- cgit