diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 1869 2013-04-25 18:12:07Z michael . +# From configure.ac Id: configure.ac 1906 2013-04-27 21:19:31Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1beta2. # @@ -14011,7 +14011,7 @@ fi -$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h +$as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h diff --git a/configure.ac b/configure.ac index 5bada21..b8c6a99 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,7 @@ AS_IF([test "$assert" = "no"], [AC_DEFINE(NDEBUG, 1, [Define to disable assert() statements.])]) -AC_DEFINE([NICKNAMEHISTORYLENGTH], 16384, [Size of the WHOWAS array.]) +AC_DEFINE([NICKNAMEHISTORYLENGTH], 32768, [Size of the WHOWAS array.]) AC_DEFINE([MP_CHUNK_SIZE_CHANNEL], 64*1024, [Size of the channel mempool chunk.]) AC_DEFINE([MP_CHUNK_SIZE_MEMBER], 32*1024, [Size of the channel mempool chunk.]) AC_DEFINE([MP_CHUNK_SIZE_BAN], 16*1024, [Size of the ban mempool chunk.]) |