summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile3
1 files changed, 3 insertions, 0 deletions
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 #
# -------------------- #