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

Comparing ircd-hybrid/trunk/config.h.in (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC

# Line 3 | Line 3
3   /* Define if building universal (internal helper macro) */
4   #undef AC_APPLE_UNIVERSAL_BUILD
5  
6 /* Size of the auth heap. */
7 #undef AUTH_HEAP_SIZE
8
9 /* Size of the ban heap. */
10 #undef BAN_HEAP_SIZE
11
12 /* Size of the channel heap. */
13 #undef CHANNEL_HEAP_SIZE
14
15 /* Size of the client heap. */
16 #undef CLIENT_HEAP_SIZE
17
6   /* Set to datadir. */
7   #undef DATADIR
8  
21 /* Size of the dbuf heap. */
22 #undef DBUF_HEAP_SIZE
23
24 /* Define to 1 to enable debugging. */
25 #undef DEBUG
26
27 /* Size of the dlink_node heap. */
28 #undef DNODE_HEAP_SIZE
29
30 /* Size of the dns heap. */
31 #undef DNS_HEAP_SIZE
32
9   /* Define to 1 if you want halfops support. */
10   #undef HALFOPS
11  
# Line 220 | Line 196
196   /* Define to 1 if you have IPv6 support. */
197   #undef IPV6
198  
223 /* Size of the local client heap. */
224 #undef LCLIENT_HEAP_SIZE
225
199   /* Set to libdir. */
200   #undef LIBDIR
201  
# Line 255 | Line 228
228   /* Define to the shared library suffix, say, ".dylib". */
229   #undef LT_SHARED_EXT
230  
231 < /* Define to 1 to disable debugging. */
231 > /* Size of the auth mempool chunk. */
232 > #undef MP_CHUNK_SIZE_AUTH
233 >
234 > /* Size of the ban mempool chunk. */
235 > #undef MP_CHUNK_SIZE_BAN
236 >
237 > /* Size of the channel mempool chunk. */
238 > #undef MP_CHUNK_SIZE_CHANNEL
239 >
240 > /* Size of the client mempool chunk. */
241 > #undef MP_CHUNK_SIZE_CLIENT
242 >
243 > /* Size of the dbuf mempool chunk. */
244 > #undef MP_CHUNK_SIZE_DBUF
245 >
246 > /* Size of the dlink_node mempool chunk. */
247 > #undef MP_CHUNK_SIZE_DNODE
248 >
249 > /* Size of the dns mempool chunk. */
250 > #undef MP_CHUNK_SIZE_DNS
251 >
252 > /* Size of the local client mempool chunk. */
253 > #undef MP_CHUNK_SIZE_LCLIENT
254 >
255 > /* Size of the channel mempool chunk. */
256 > #undef MP_CHUNK_SIZE_MEMBER
257 >
258 > /* Size of the watch mempool chunk. */
259 > #undef MP_CHUNK_SIZE_WATCH
260 >
261 > /* Define to disable assert() statements. */
262   #undef NDEBUG
263  
264   /* Define if dlsym() requires a leading underscore in symbol names. */

Diff Legend

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