X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b57f37fb6a4d30ac9aaba3bbca06f5a3307c804a..a5497589929c9482cf26b39ceab0b1a45e8462a3:/configure.ac diff --git a/configure.ac b/configure.ac index 2537aaf..6d9b2ef 100644 --- a/configure.ac +++ b/configure.ac @@ -929,6 +929,8 @@ dnl AC_DEFINE([HASHSIZE], 4096, [Max number of buckets in hash tables.]) AC_DEFINE([ND_HEAP_SIZE], 128, [Size of the nick delay heap.]) AC_DEFINE([CONFITEM_HEAP_SIZE], 128, [Size of the confitem heap.]) AC_DEFINE([MONITOR_HEAP_SIZE], 128, [Size of the monitor heap.]) + AC_DEFINE([FD_HEAP_SIZE], 128, [Size of fd heap.]) + AC_DEFINE([AWAY_HEAP_SIZE], 128, [Size of away heap.]) else dnl These settings are for a large network like efnet..they will use lots of memory dnl so enable small net unless you really need this much support @@ -946,6 +948,8 @@ dnl so enable small net unless you really need this much support AC_DEFINE([ND_HEAP_SIZE], 512, [Size of the nick delay heap.]) AC_DEFINE([CONFITEM_HEAP_SIZE], 256, [Size of the confitem heap.]) AC_DEFINE([MONITOR_HEAP_SIZE], 1024, [Size of the monitor heap.]) + AC_DEFINE([FD_HEAP_SIZE], 1024, [Size of fd heap.]) + AC_DEFINE([AWAY_HEAP_SIZE], 512, [Size of away heap.]) fi AC_ARG_WITH(nicklen, @@ -1233,7 +1237,6 @@ fi AC_CONFIG_FILES( \ Makefile \ - libcharybdis/Makefile \ servlink/Makefile \ extensions/Makefile \ unsupported/Makefile \