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

Comparing ircd-hybrid/branches/8.2.x/configure.ac (file contents):
Revision 6120 by michael, Thu Jun 11 14:10:38 2015 UTC vs.
Revision 6124 by michael, Thu Jun 11 14:25:14 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
> Changed lines