From: Theodore Tso Date: Fri, 14 Jan 1994 20:19:39 +0000 (+0000) Subject: Added support for KRB5_KRB4_COMPAT flag X-Git-Tag: krb5-1.0-beta3~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=daa4296c6f3e19cdd1f2acd7854b992946143f26;p=krb5.git Added support for KRB5_KRB4_COMPAT flag git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3338 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index 65207dc06..fe1ade3d2 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -155,6 +155,10 @@ typedef int krb5_sigtype; #define KRB5_KDB_MAX_RLIFE (60*60*24*7) /* one week */ #define KRB5_KDB_EXPIRATION 2145830400 /* Thu Jan 1 00:00:00 2038 UTC */ +#ifdef Krb4Compat +#define KRB5_KRB4_COMPAT +#endif + /* * For paranoid DOE types that don't want to give helpful error * messages to the client....er, attacker