ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/configure.ac
(Generate patch)

Comparing ircd-hybrid/trunk/configure.ac (file contents):
Revision 1856 by michael, Wed Apr 24 19:43:22 2013 UTC vs.
Revision 1908 by michael, Sat Apr 27 21:25:11 2013 UTC

# Line 153 | Line 153 | AS_IF([test "$assert" = "no"],
153    [AC_DEFINE(NDEBUG, 1, [Define to disable assert() statements.])])
154  
155  
156 < AC_DEFINE([NICKNAMEHISTORYLENGTH], 16384, [Size of the WHOWAS array.])
156 > AC_DEFINE([NICKNAMEHISTORYLENGTH], 32768, [Size of the WHOWAS array.])
157   AC_DEFINE([MP_CHUNK_SIZE_CHANNEL], 64*1024, [Size of the channel mempool chunk.])
158   AC_DEFINE([MP_CHUNK_SIZE_MEMBER], 32*1024, [Size of the channel mempool chunk.])
159   AC_DEFINE([MP_CHUNK_SIZE_BAN], 16*1024, [Size of the ban mempool chunk.])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines