From bc5f6d5bcebf06bd1f75f5a164b621a9084514be Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 05:29:16 +0400 Subject: [PATCH] AWAY_HEAP_SIZE added to configure.ac - just another part of ratbox3 away system port. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 0ebc52d8..3f36efac 100644 --- a/configure.ac +++ b/configure.ac @@ -929,6 +929,7 @@ 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([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 +947,7 @@ 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([AWAY_HEAP_SIZE], 512, [Size of away heap.]) fi AC_ARG_WITH(nicklen,