X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/f0718c93d5942ed1b33587d4319bbc57eccc5aad..6da38a0a5db4111cd50bdd9856c106e8d8f1e60f:/configure diff --git a/configure b/configure index 870206f6..422cc316 100755 --- a/configure +++ b/configure @@ -668,7 +668,6 @@ PKG_CONFIG ZLIB_LD ENCSPEED ALLOCA -VICONF CRYPT_LIB PKGLIBEXECDIR pkglibexecdir @@ -853,8 +852,6 @@ with_custom_version enable_assert enable_iodebug enable_profile -enable_balloc -enable_small_net with_nicklen with_topiclen enable_warnings @@ -1515,8 +1512,6 @@ Optional Features: hard(aborts the daemon) --enable-iodebug Enable IO Debugging hooks --enable-profile Enable profiling - --disable-balloc Disable the block allocator. - --enable-small-net Enable small network support. --enable-warnings Enable all sorts of warnings for debugging. Optional Packages: @@ -13456,9 +13451,6 @@ eval "LTDLOPEN=\"$libname_spec\"" build_ltdl=$with_included_ltdl -#if test x"$build_ltdl" = x"yes"; then -# AC_CONFIG_SUBDIRS([libltdl]) -#fi if test x"$build_ltdl" = x"yes"; then BUILD_LTDL_TRUE= BUILD_LTDL_FALSE='#' @@ -15077,14 +15069,6 @@ fi -if test "$ac_cv_header_sys_wait_h" = yes -o "$ac_cv_header_wait_h" = yes; then - VICONF=viconf - else - VICONF="" -fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : @@ -16539,78 +16523,6 @@ else $as_echo "no" >&6; } fi -# Check whether --enable-balloc was given. -if test "${enable_balloc+set}" = set; then : - enableval=$enable_balloc; balloc=$enableval -else - balloc=yes -fi - - -if test "$balloc" = no; then - -$as_echo "#define NOBALLOC 1" >>confdefs.h - -fi - -# Check whether --enable-small-net was given. -if test "${enable_small_net+set}" = set; then : - enableval=$enable_small_net; small_net=$enableval -else - small_net=no -fi - - -if test "$small_net" = yes; then - -$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h - - -$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h - - -$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h - - -$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define PCLIENT_HEAP_SIZE 32" >>confdefs.h - - -$as_echo "#define USER_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h - - -$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h - - -$as_echo "#define LINEBUF_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define MEMBER_HEAP_SIZE 256" >>confdefs.h - - -$as_echo "#define ND_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define CONFITEM_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define MONITOR_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define FD_HEAP_SIZE 128" >>confdefs.h - - -$as_echo "#define AWAY_HEAP_SIZE 128" >>confdefs.h - -else $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h @@ -16659,7 +16571,6 @@ $as_echo "#define FD_HEAP_SIZE 1024" >>confdefs.h $as_echo "#define AWAY_HEAP_SIZE 512" >>confdefs.h -fi # Check whether --with-nicklen was given. @@ -20381,8 +20292,6 @@ Configuration of ${BRANDING_NAME}-${BRANDING_VERSION}: Ziplinks : $zlib OpenSSL : $openssl - Small network : $small_net - Block allocator : $balloc Nickname length : $NICKLEN Topic length : $TOPICLEN