ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/configure.ac
(Generate patch)

Comparing ircd-hybrid/trunk/configure.ac (file contents):
Revision 6119 by michael, Thu Jun 11 14:10:27 2015 UTC vs.
Revision 6123 by michael, Thu Jun 11 14:25:03 2015 UTC

# Line 51 | Line 51 | AC_CHECK_HEADERS_ONCE(crypt.h        \
51  
52   AC_SEARCH_LIBS(crypt, crypt)
53  
54 AC_DEFINE([NICKNAMEHISTORYLENGTH], 32768, [Size of the WHOWAS array.])
54   AC_DEFINE([MP_CHUNK_SIZE_CHANNEL], 1024*1024, [Size of the channel mempool chunk.])
55   AC_DEFINE([MP_CHUNK_SIZE_MEMBER], 2048*1024, [Size of the channel-member mempool chunk.])
56   AC_DEFINE([MP_CHUNK_SIZE_BAN], 1024*1024, [Size of the ban mempool chunk.])

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)