From ca66b2b4b82aec99505539e013643da5b159fc79 Mon Sep 17 00:00:00 2001 From: Andrew Boardman Date: Fri, 25 Aug 2006 06:44:10 +0000 Subject: [PATCH] Conditionalize debugging stuff git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18534 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.hin | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.2