drop unused KRB4 bits
This commit is contained in:
@@ -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__ */
|
||||||
|
@@ -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)
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user