From fc3b4fcd3e0ef14f4eabddd4c84c0928f30c54d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Jul 2011 14:17:09 -0700 Subject: [PATCH] drop unused KRB4 bits --- appl/popper/pop_auth.h | 3 --- configure.ac | 6 ------ windows/NTMakefile.config | 3 --- 3 files changed, 12 deletions(-) diff --git a/appl/popper/pop_auth.h b/appl/popper/pop_auth.h index 4d9cd673f..7a900df2f 100644 --- a/appl/popper/pop_auth.h +++ b/appl/popper/pop_auth.h @@ -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__ */ diff --git a/configure.ac b/configure.ac index 598b599c0..cc3be1575 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/windows/NTMakefile.config b/windows/NTMakefile.config index defabfa43..b7b916850 100644 --- a/windows/NTMakefile.config +++ b/windows/NTMakefile.config @@ -38,9 +38,6 @@ VER_PRERELEASE=1 # Enable Kerberos v5 support in applications KRB5=1 -# Enable Kerberos v4 -# KRB4=1 - # Enable PKINIT PKINIT=1 -- 2.11.4.GIT