diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 13:57:28 +0000 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-13 13:57:28 +0000 |
| commit | a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa (patch) | |
| tree | 6d320ec927c274f16892e78f4eddbd3ab3e6157e /linux | |
| parent | 1edd0c29aae07ca22f59a460bfa7b804e7570f91 (diff) | |
| download | rsyslog-a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa.tar.gz rsyslog-a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa.tar.xz rsyslog-a1b8bbd8a22702232d4fe23ea7cf7d93bcea1daa.zip | |
merged Andres Riancho's regex extensions into the code (hopefully
correctly)
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/Makefile | 3 |
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 # # -------------------- # |
