diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-28 11:51:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-28 11:51:43 +0000 |
commit | 0c75060ecbda281e6505231eec39be10e6b56ec9 (patch) | |
tree | 1117e83281c390f6c381640e6339ccfa1213e550 /linux/Makefile | |
parent | 0840d2840b4b4ab00de1fcc6868b67d90f9db40f (diff) | |
download | rsyslog-0c75060ecbda281e6505231eec39be10e6b56ec9.tar.gz rsyslog-0c75060ecbda281e6505231eec39be10e6b56ec9.tar.xz rsyslog-0c75060ecbda281e6505231eec39be10e6b56ec9.zip |
reviewing TCP IPv6, done some changes, also some other minor text changes.
Checking in before leaving to Genesis concert ;)
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 5bd22e06..f4435725 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -47,7 +47,7 @@ FEATURE_PTHREADS=1 FEATURE_KLOGD=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=0 +FEATURE_DEBUG=1 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, |