commit | 4e957907aa117c07214ab84ba2a58f2fc1666931 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 27 18:08:49 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 27 18:13:53 2014 +0200 |
tree | 75644d5a42d18ac532330ed4fca962fb2c007461 | |
parent | ca3094d0b1531ce62fc1970aa7396a01330bb5c1 [diff] |
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.