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

Comparing ircd-hybrid-7.2/configure (file contents):
Revision 989 by michael, Sun Aug 16 14:02:51 2009 UTC vs.
Revision 998 by michael, Sun Aug 23 12:43:17 2009 UTC

# Line 13070 | Line 13070 | $as_echo "#define TOPIC_HEAP_SIZE 256" >
13070  
13071   $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13072  
13073 +
13074 + $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13075 +
13076 +
13077 + $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13078 +
13079   else
13080  
13081   $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
# Line 13095 | Line 13101 | $as_echo "#define TOPIC_HEAP_SIZE 1024"
13101  
13102   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13103  
13104 +
13105 + $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13106 +
13107 +
13108 + $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13109 +
13110   fi
13111  
13112  

Diff Legend

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