X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/be6960363c6a1dbed4816bc0e2f9f5e917e9c3b4..2d8ae01fa4630c6eaa18e730e17d81db9585a4b7:/configure diff --git a/configure b/configure index fef36e0..4b5902b 100755 --- 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