]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure
Update TODO.
[irc/rqf/shadowircd.git] / configure
index fef36e0d75d0883f4779e3bfdb34105795c5bd99..4b5902ba989d7fabf38fbd1820356296f8976214 100755 (executable)
--- a/configure
+++ b/configure
@@ -1348,7 +1348,7 @@ Optional Features:
   --enable-iodebug        Enable IO Debugging hooks
   --enable-profile        Enable profiling
   --disable-balloc        Disable the block allocator.
-  --enable-small-net      Enable small network support.
+  --disable-small-net     Disable small network support.
   --enable-warnings       Enable all sorts of warnings for debugging.
 
 Optional Packages:
@@ -1359,7 +1359,7 @@ Optional Packages:
   --with-logdir=DIR       Directory where to write logfiles.
   --with-helpdir=DIR      Directory to install help files.
   --with-moduledir=DIR    Directory to install modules.
-  --with-nicklen=LENGTH   Set the nick length to LENGTH (default 15, max 50)
+  --with-nicklen=LENGTH   Set the nick length to LENGTH (default 31, max 50)
   --with-topiclen=NUMBER  Set the max topic length to NUMBER (default 390, max
                           390)
 
@@ -7732,7 +7732,7 @@ fi
 if test "${enable_small_net+set}" = set; then :
   enableval=$enable_small_net; small_net=$enableval
 else
-  small_net=no
+  small_net=yes
 fi