diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-02-05 08:21:04 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-02-05 08:21:04 +0000 |
commit | 7de7c45688b15db11c1b7517835ddc06aaa46535 (patch) | |
tree | 6cb74e1bb4c4c239110473a9c075e0e9901bc570 /linux/Makefile | |
parent | 83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a (diff) | |
download | rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.gz rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.tar.xz rsyslog-7de7c45688b15db11c1b7517835ddc06aaa46535.zip |
preparing for releasing 1.13.1 (minor cleanup)
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 7fe6f6c5..c8321a75 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 # Enable regular expressions FEATURE_REGEXP=1 |