remove old unused stuff
[ircu2.10.12-pk.git] / configure.in
index d3c75a3c2500407f739c85aabb9a38e1970d3171..afc222e7637827af7d3d309f3aaf714a6d404b4e 100644 (file)
@@ -714,36 +714,6 @@ AC_MSG_RESULT([$unet_cv_with_maxcon])
 AC_DEFINE_UNQUOTED(MAXCONNECTIONS, $unet_cv_with_maxcon,
 [Maximum number of network connections])
 
-dnl Old OGN ircu compatibility checks.
-unet_cv_enable_compat="yes"
-AC_MSG_CHECKING([whether to enable OGN-compat mode])
-AC_ARG_ENABLE([compat],
-  [  --enable-compat          Enables OGN-compat mode.],
-  [unet_cv_enable_compat=$enable_compat],
-)
-AC_MSG_RESULT([$unet_cv_enable_compat])
-
-if test $unet_cv_enable_compat = "no" ; then
-    # do nothing
-    unet_cv_enable_compat="no"
-else
-    AC_DEFINE([OLD_OGN_IRCU_COMPAT], 1, [Enable compatibility mode.])
-fi
-
-dnl Check whether to enable unstable features.
-unet_cv_enable_unstable="no"
-AC_MSG_CHECKING([whether to enable unstable features])
-AC_ARG_ENABLE([unstable],
-  [  --enable-unstable          Enables unstable features.],
-  [unet_cv_enable_unstable=$enable_unstable],
-)
-AC_MSG_RESULT([$unet_cv_enable_unstable])
-
-if test $unet_cv_enable_unstable = "yes" ; then
-    AC_DEFINE([WITH_UNSTABLE_FEAT], 1, [Enable unstable features.])
-fi
-
-
 unet_cv_enable_gnutls="no"
 unet_cv_enable_openssl="yes"
 
@@ -808,8 +778,6 @@ ircu is now hopefully configured for your system.
   Chroot:              $unet_cv_with_chroot
   OpenSSL:             $unet_cv_enable_openssl
   GnuTLS:              $unet_cv_enable_gnutls
-  Compatibility mode:  $unet_cv_enable_compat
-  Unstable features:   $unet_cv_enable_unstable
 
   Domain:              $unet_cv_with_domain
   DPath:               $unet_cv_with_dpath