]> jfr.im git - solanum.git/blobdiff - configure
ircd: newconf: impose a deprecation warning for plaintext listeners
[solanum.git] / configure
index 904769c6ac5d7f30a2d235d60062a6e7ae572162..422cc316b89c348a60cc397a917557b771ca311d 100755 (executable)
--- a/configure
+++ b/configure
@@ -563,7 +563,7 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
 SHELL=${CONFIG_SHELL-/bin/sh}
 
-lt_ltdl_dir='extra/libltdl'
+lt_ltdl_dir='libltdl'
 
 lt_dlopen_dir="$lt_ltdl_dir"
 
@@ -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
@@ -876,7 +873,6 @@ PKG_CONFIG_LIBDIR
 SQLITE_CFLAGS
 SQLITE_LIBS'
 ac_subdirs_all='libratbox
-extra/libltdl
 libltdl'
 
 # Initialize some variables set by options.
@@ -1516,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:
@@ -13365,7 +13359,7 @@ fi
 
 
 
-    subdirs="$subdirs extra/libltdl"
+    subdirs="$subdirs libltdl"
 
 
 
@@ -13457,10 +13451,6 @@ eval "LTDLOPEN=\"$libname_spec\""
 
 
 build_ltdl=$with_included_ltdl
-if test x"$build_ltdl" = x"yes"; then
-       subdirs="$subdirs libltdl"
-
-fi
  if test x"$build_ltdl" = x"yes"; then
   BUILD_LTDL_TRUE=
   BUILD_LTDL_FALSE='#'
 
 
 
-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 :
@@ -16541,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
 
@@ -16661,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.
@@ -20383,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