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

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 982 by michael, Thu Aug 13 22:15:08 2009 UTC vs.
Revision 998 by michael, Sun Aug 23 12:43:17 2009 UTC

# Line 191 | Line 191 | if test "$small_net" = yes; then
191    AC_DEFINE([DNODE_HEAP_SIZE], 256, [Size of the dlink_node heap.])
192    AC_DEFINE([TOPIC_HEAP_SIZE], 256, [Size of the topic heap.])
193    AC_DEFINE([DBUF_HEAP_SIZE], 64, [Size of the dbuf heap.])
194 +  AC_DEFINE([AUTH_HEAP_SIZE], 128, [Size of the auth heap.])
195 +  AC_DEFINE([DNS_HEAP_SIZE], 128, [Size of the dns heap.])
196   else
197    AC_DEFINE([NICKNAMEHISTORYLENGTH], 15000, [Size of the WHOWAS array.])
198    AC_DEFINE([CHANNEL_HEAP_SIZE], 1024, [Size of the channel heap.])
# Line 200 | Line 202 | else
202    AC_DEFINE([DNODE_HEAP_SIZE], 1024, [Size of the dlink_node heap.])
203    AC_DEFINE([TOPIC_HEAP_SIZE], 1024, [Size of the topic heap.])
204    AC_DEFINE([DBUF_HEAP_SIZE], 512, [Size of the dbuf heap.])
205 +  AC_DEFINE([AUTH_HEAP_SIZE], 512, [Size of the auth heap.])
206 +  AC_DEFINE([DNS_HEAP_SIZE], 512, [Size of the dns heap.])
207   fi
208  
209  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines