drop unused KRB4 bits
authorLove Hörnquist Åstrand <lha@h5l.org>
Sat, 30 Jul 2011 21:17:09 +0000 (14:17 -0700)
committerLove Hörnquist Åstrand <lha@h5l.org>
Sat, 30 Jul 2011 21:17:09 +0000 (14:17 -0700)
appl/popper/pop_auth.h
configure.ac
windows/NTMakefile.config

index 4d9cd673fbb10da5c1ff83771f22fed9ae3f6252..7a900df2f5c4e64d61bbf96e1108d19e69cd7d8a 100644 (file)
@@ -52,9 +52,6 @@ void pop_auth_set_error(const char *message);
 #ifdef KRB5
 extern struct auth_mech gssapi_mech;
 #endif
-#ifdef KRB4
-extern struct auth_mech krb4_mech;
-#endif
 
 
 #endif /* __pop_auth_h__ */
index 598b599c016c822f7e3c8ff95547104b0af8ae8b..cc3be15755133b52d308223ee8965727d8b6a662 100644 (file)
@@ -196,12 +196,6 @@ DIR_hdbdir="$with_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(do_roken_rename, true)
 
index defabfa43ce2ff4a2a1f99c20de77ec5b5edaf63..b7b9168505c88a6e31e01413fe9d11dc7ab41cf5 100644 (file)
@@ -38,9 +38,6 @@ VER_PRERELEASE=1
 # Enable Kerberos v5 support in applications
 KRB5=1
 
-# Enable Kerberos v4
-# KRB4=1
-
 # Enable PKINIT
 PKINIT=1