From 943def6a01b2e9692a676cb0b8bb9ae7411a737d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Dec 2006 17:47:56 +0000 Subject: Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S to avoid one of the itoa()'s git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6125 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 2c2c4bd9b..5be14d833 100755 --- a/configure +++ b/configure @@ -1190,6 +1190,7 @@ sub writefiles { #define VERSION "$version" #define REVISION "$revision2" #define MAXCLIENTS $config{MAX_CLIENT} +#define MAXCLIENTS_S "$config{MAX_CLIENT}" #define MAX_DESCRIPTORS $config{MAX_DESCRIPTORS} #define NICKMAX $NL #define CHANMAX $CL -- cgit v1.2.3