X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..afc20e91f7699b9125a4438ee268a8c167184bc1:/include/config.h.dist diff --git a/include/config.h.dist b/include/config.h.dist index 6c0d0bb..93e0177 100644 --- a/include/config.h.dist +++ b/include/config.h.dist @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: config.h.dist 438 2006-01-06 01:00:44Z jilles $ + * $Id: config.h.dist 3354 2007-04-03 09:21:31Z nenolod $ */ #ifndef INCLUDED_config_h @@ -81,8 +81,8 @@ /* HIDE_SERVERS_IPS * - * If this is undefined, opers will be unable to see servers ips and will be - * shown a masked ip, admins will be shown the real ip. + * If this is undefined, everybody can see a servers ip. This includes + * nonopers if flatten links is not enabled. * * If this is defined, nobody can see a servers ip. */ @@ -159,11 +159,6 @@ */ #define MAX_BUFFER 60 -/* HARD_FDLIMIT_ - * The maximum amount of FDs to use. MAX_CLIENTS is set in ./configure. - */ -#define HARD_FDLIMIT_ MAX_CLIENTS + MAX_BUFFER + 20 - #define CONFIG_RATBOX_LEVEL_2 #include "defaults.h"