diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-21 19:57:08 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-21 19:57:08 +0000 |
commit | fc05827621fe0c623d2fedf9dcb47c17d57bea16 (patch) | |
tree | 11a6cc4dedd80802520e454f888c0f1e6cbe08aa /include/config.h | |
parent | 04bf65525ab0db8393b89c12c3aeae52b91fe4ac (diff) |
Made usermax and hostmax configurable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2829 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index 42bacccf0..601013e86 100644 --- a/include/config.h +++ b/include/config.h @@ -53,12 +53,6 @@ /* Maximum length of a password */ #define PASSMAX 32 -/* Maximum length of a username */ -#define USERMAX 10 - -/* Maximum length of a domain */ -#define HOSTMAX 64 - /**************************************************************************/ #endif /* CONFIG_H */ |