summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-03 15:13:43 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-03 15:13:43 +0000
commitb4c7be2458373ae663cd9408c9bb4efbd13bb84a (patch)
tree50f0e378772d21bec2b3c1eb5ce7d308ab3ffe98
parent57608fe351cff19679b1d78fb5cbfb7cad89dfc1 (diff)
remove references to maxclient we forgot here, thx Zaba for reporting.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9284 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--make/configure.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/configure.pm b/make/configure.pm
index 42ea206bd..6a2faaef4 100644
--- a/make/configure.pm
+++ b/make/configure.pm
@@ -185,7 +185,6 @@ sub dumphash()
print "\e[0mConfig path:\e[1;32m\t\t\t$main::config{CONFIG_DIR}\e[0m\n";
print "\e[0mModule path:\e[1;32m\t\t\t$main::config{MODULE_DIR}\e[0m\n";
print "\e[0mLibrary path:\e[1;32m\t\t\t$main::config{LIBRARY_DIR}\e[0m\n";
- print "\e[0mMax connections:\e[1;32m\t\t$main::config{MAX_CLIENT}\e[0m\n";
print "\e[0mMax nickname length:\e[1;32m\t\t$main::config{NICK_LENGT}\e[0m\n";
print "\e[0mMax channel length:\e[1;32m\t\t$main::config{CHAN_LENGT}\e[0m\n";
print "\e[0mMax mode length:\e[1;32m\t\t$main::config{MAXI_MODES}\e[0m\n";
@@ -253,8 +252,6 @@ InspIRCd 1.0.x, are also allowed.
--enable-openssl Enable OpenSSL module [no]
--with-nick-length=[n] Specify max. nick length [32]
--with-channel-length=[n] Specify max. channel length [64]
- --with-max-clients=[n] Specify maximum number of users
- which may connect locally
--enable-optimization=[n] Optimize using -O[n] gcc flag
--enable-epoll Enable epoll() where supported [set]
--enable-kqueue Enable kqueue() where supported [set]