]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: make MAX_SYSLOG_LEN overridable at build time
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Jun 2014 16:08:49 +0000 (18:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Jun 2014 16:13:53 +0000 (18:13 +0200)
commit4e957907aa117c07214ab84ba2a58f2fc1666931
tree75644d5a42d18ac532330ed4fca962fb2c007461
parentca3094d0b1531ce62fc1970aa7396a01330bb5c1
MINOR: log: make MAX_SYSLOG_LEN overridable at build time

This value was set in log.h without any #ifndef around, so when one
wanted to change it, a patch was needed. Let's move it to defaults.h
with the usual #ifndef so that it's easier to change it.
include/common/defaults.h
include/types/log.h