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

Comparing ircd-hybrid-8/configure.ac (file contents):
Revision 1520 by michael, Thu Aug 30 15:11:32 2012 UTC vs.
Revision 1521 by michael, Sun Sep 9 10:41:35 2012 UTC

# Line 4 | Line 4
4   AC_REVISION([$Id$])
5  
6   AC_PREREQ(2.69)
7 < AC_INIT([ircd-hybrid], [8rc1], [bugs@ircd-hybrid.org])
7 > AC_INIT([ircd-hybrid], [8.0.0rc1], [bugs@ircd-hybrid.org])
8   AM_INIT_AUTOMAKE(1.12.3)
9   AM_MAINTAINER_MODE
10   AC_CONFIG_HEADER(config.h)
# Line 148 | Line 148 | AS_IF([test "$assert" = "no"],
148    [AC_DEFINE(NDEBUG, 1, [Define to disable assert() statements.])])
149  
150  
151 < AC_ARG_ENABLE(small-net, AS_HELP_STRING([--enable-small-net],
152 <                                        [Enable small network support.]),
153 < [small_net=$enableval], [small_net=no])
154 <
155 < AS_IF([test "$small_net" = "yes"], [
156 <  AC_DEFINE([NICKNAMEHISTORYLENGTH], 2048, [Size of the WHOWAS array.])
157 <  AC_DEFINE([CHANNEL_HEAP_SIZE], 256, [Size of the channel heap.])
158 <  AC_DEFINE([BAN_HEAP_SIZE], 128, [Size of the ban heap.])
159 <  AC_DEFINE([CLIENT_HEAP_SIZE], 256, [Size of the client heap.])
160 <  AC_DEFINE([LCLIENT_HEAP_SIZE], 128, [Size of the local client heap.])
161 <  AC_DEFINE([DNODE_HEAP_SIZE], 256, [Size of the dlink_node heap.])
162 <  AC_DEFINE([TOPIC_HEAP_SIZE], 256, [Size of the topic heap.])
163 <  AC_DEFINE([DBUF_HEAP_SIZE], 64, [Size of the dbuf heap.])
164 <  AC_DEFINE([AUTH_HEAP_SIZE], 128, [Size of the auth heap.])
165 <  AC_DEFINE([DNS_HEAP_SIZE], 128, [Size of the dns heap.])], [
166 <
167 <  AC_DEFINE([NICKNAMEHISTORYLENGTH], 16384, [Size of the WHOWAS array.])
168 <  AC_DEFINE([CHANNEL_HEAP_SIZE], 1024, [Size of the channel heap.])
169 <  AC_DEFINE([BAN_HEAP_SIZE], 1024, [Size of the ban heap.])
170 <  AC_DEFINE([CLIENT_HEAP_SIZE], 1024, [Size of the client heap.])
171 <  AC_DEFINE([LCLIENT_HEAP_SIZE], 512, [Size of the local client heap.])
172 <  AC_DEFINE([DNODE_HEAP_SIZE], 1024, [Size of the dlink_node heap.])
173 <  AC_DEFINE([TOPIC_HEAP_SIZE], 1024, [Size of the topic heap.])
174 <  AC_DEFINE([DBUF_HEAP_SIZE], 512, [Size of the dbuf heap.])
175 <  AC_DEFINE([AUTH_HEAP_SIZE], 512, [Size of the auth heap.])
176 <  AC_DEFINE([DNS_HEAP_SIZE], 512, [Size of the dns heap.])])
151 > AC_DEFINE([NICKNAMEHISTORYLENGTH], 16384, [Size of the WHOWAS array.])
152 > AC_DEFINE([CHANNEL_HEAP_SIZE], 1024, [Size of the channel heap.])
153 > AC_DEFINE([BAN_HEAP_SIZE], 1024, [Size of the ban heap.])
154 > AC_DEFINE([CLIENT_HEAP_SIZE], 1024, [Size of the client heap.])
155 > AC_DEFINE([LCLIENT_HEAP_SIZE], 512, [Size of the local client heap.])
156 > AC_DEFINE([DNODE_HEAP_SIZE], 1024, [Size of the dlink_node heap.])
157 > AC_DEFINE([DBUF_HEAP_SIZE], 512, [Size of the dbuf heap.])
158 > AC_DEFINE([AUTH_HEAP_SIZE], 256, [Size of the auth heap.])
159 > AC_DEFINE([DNS_HEAP_SIZE], 256, [Size of the dns heap.])])
160  
161  
162   # Argument processing.

Diff Legend

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