drop unused KRB4 bits

This commit is contained in:
Love Hörnquist Åstrand
2011-07-30 14:17:09 -07:00
parent 646906538b
commit fc3b4fcd3e
3 changed files with 0 additions and 12 deletions

View File

@@ -52,9 +52,6 @@ void pop_auth_set_error(const char *message);
#ifdef KRB5 #ifdef KRB5
extern struct auth_mech gssapi_mech; extern struct auth_mech gssapi_mech;
#endif #endif
#ifdef KRB4
extern struct auth_mech krb4_mech;
#endif
#endif /* __pop_auth_h__ */ #endif /* __pop_auth_h__ */

View File

@@ -196,12 +196,6 @@ DIR_hdbdir="$with_hdbdir"
AC_SUBST([DIR_hdbdir]) AC_SUBST([DIR_hdbdir])
dnl no kerberos4 any more
with_krb4=no
AC_SUBST(INCLUDE_krb4)
AC_SUBST(LIB_krb4)
AM_CONDITIONAL(KRB4, false)
AM_CONDITIONAL(KRB5, true) AM_CONDITIONAL(KRB5, true)
AM_CONDITIONAL(do_roken_rename, true) AM_CONDITIONAL(do_roken_rename, true)

View File

@@ -38,9 +38,6 @@ VER_PRERELEASE=1
# Enable Kerberos v5 support in applications # Enable Kerberos v5 support in applications
KRB5=1 KRB5=1
# Enable Kerberos v4
# KRB4=1
# Enable PKINIT # Enable PKINIT
PKINIT=1 PKINIT=1