From cc7666e8f2a3a789103740d874b4563336474c86 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 May 2013 18:28:16 +0000 Subject: - Overhaul HELP system git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2031 82007160-df01-0410-b94d-b575c5fd34c7 --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 37c840f..7817d18 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_REVISION([$Id$]) AC_PREREQ(2.69) -AC_INIT([ircd-hybrid], [8.1beta4], [bugs@ircd-hybrid.org]) +AC_INIT([ircd-hybrid], [TRUNK], [bugs@ircd-hybrid.org]) AM_INIT_AUTOMAKE(1.13.1) AM_MAINTAINER_MODE AC_CONFIG_HEADER(config.h) @@ -146,7 +146,6 @@ AC_ARG_ENABLE(assert, AS_HELP_STRING([--enable-assert], AS_IF([test "$assert" = "no"], [AC_DEFINE(NDEBUG, 1, [Define to disable assert() statements.])]) - AC_DEFINE([NICKNAMEHISTORYLENGTH], 32768, [Size of the WHOWAS array.]) AC_DEFINE([MP_CHUNK_SIZE_CHANNEL], 1024*1024, [Size of the channel mempool chunk.]) AC_DEFINE([MP_CHUNK_SIZE_MEMBER], 2048*1024, [Size of the channel-member mempool chunk.]) @@ -162,7 +161,6 @@ AC_DEFINE([MP_CHUNK_SIZE_NAMEHOST], 64*1024, [Size of the namehost mempool chunk AC_DEFINE([MP_CHUNK_SIZE_USERHOST], 128*1024, [Size of the userhost mempool chunk.]) AC_DEFINE([MP_CHUNK_SIZE_IP_ENTRY], 128*1024, [Size of the ip_entry mempool chunk.]) - # Argument processing. AX_ARG_ENABLE_IOLOOP_MECHANISM AX_ARG_ENABLE_HALFOPS @@ -183,8 +181,6 @@ AC_CONFIG_FILES( \ modules/core/Makefile \ doc/Makefile \ help/Makefile \ - help/opers/Makefile \ - help/users/Makefile \ tools/Makefile) AC_OUTPUT -- cgit