From 8a889b0a5ffbac79bea29658c7c0f4a89f9b7be8 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sun, 29 Aug 2010 01:16:28 -0400 Subject: [PATCH] Change the defaul nicklen back to 31. This is more efficient due to struct packing. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 49f9a5b..1aa3c60 100755 --- a/configure +++ b/configure @@ -7852,7 +7852,7 @@ $as_echo "$as_me: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" > fi else - NICKLEN=30 + NICKLEN=31 fi diff --git a/configure.ac b/configure.ac index 43f19d1..025b82c 100644 --- a/configure.ac +++ b/configure.ac @@ -873,7 +873,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 3 else NICKLEN="$withval" fi -], [NICKLEN=30]) +], [NICKLEN=31]) AC_ARG_WITH(topiclen, AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]),