mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-07 07:19:35 -05:00
can print .bg key.
git-svn-id: file:///svn/unbound/trunk@1824 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d7dafa112b
commit
7ccf79d42d
3 changed files with 3 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -22871,7 +22871,7 @@ LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
|
|||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define MAXSYSLOGMSGLEN 5120
|
||||
#define MAXSYSLOGMSGLEN 10240
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -619,7 +619,7 @@ fi dnl end of use_ldns_builtin == yes
|
|||
ACX_STRIP_EXT_FLAGS
|
||||
LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
|
||||
|
||||
AC_DEFINE_UNQUOTED([MAXSYSLOGMSGLEN], [5120], [Define to the maximum message length to pass to syslog.])
|
||||
AC_DEFINE_UNQUOTED([MAXSYSLOGMSGLEN], [10240], [Define to the maximum message length to pass to syslog.])
|
||||
|
||||
AH_BOTTOM(
|
||||
dnl this must be first AH_CONFIG, to define the flags before any includes.
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
keep messages bogus in the cache for too long.
|
||||
- regression test for that bug.
|
||||
- documented that load_cache is meant for debugging.
|
||||
- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
|
||||
|
||||
8 September 2009: Wouter
|
||||
- fixup printing errors when load_cache, they were printed to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue