X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..54015b5fea2584a35aa605ebe37217010b448cff:/INSTALL diff --git a/INSTALL b/INSTALL index fe8f958..2fe2dc9 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,6 @@ Hybrid INSTALL Document - $Id: INSTALL 1837 2006-08-22 14:05:58Z nenolod $ + $Id: INSTALL 3384 2007-04-03 22:45:04Z jilles $ Copyright (c) 2001 by ircd-hybrid team Copyright (c) 2002-2004 ircd-ratbox development team @@ -105,17 +105,6 @@ --with-nicklen - Sets the maximum NICK length. Note that this must be consistant across your entire network. - * - - --with-maxclients - Sets the maximum number of clients support by - the server. Note that this also twiddles the HARD_FDLIMIT_ define - so it is no longer necessary to modify include/config.h for this. - If HARD_FDLIMIT_ ends up being larger that FD_SETSIZE when using - select() for your I/O loop, s_bsd_select.c will refuse to compile - (and tell you to use poll instead). Take this error's advice and - use --enable-poll or something a bit more efficient. You'll be - happier at the end of the day for it. - 3. Look over the "include/config.h" file. This allows you to change the