From: Andrew Boardman Date: Fri, 25 Aug 2006 06:44:10 +0000 (+0000) Subject: Conditionalize debugging stuff X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca66b2b4b82aec99505539e013643da5b159fc79;p=thirdparty%2Fkrb5.git Conditionalize debugging stuff git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18534 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 469ea10985..eb82862881 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -1,3 +1,5 @@ +#define DEBUG_REFERRALS + /* * include/krb5.h * @@ -265,8 +267,10 @@ typedef const krb5_principal_data *krb5_const_principal; #define KRB5_REFERRAL_REALM "" #define KRB5_REFERRAL_MAXHOPS 5 +#ifdef DEBUG_REFERRALS /* temporary hack */ void amb_dump_principal(); +#endif /* * end "base-defs.h"