]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Conditionalize debugging stuff
authorAndrew Boardman <amb@mit.edu>
Fri, 25 Aug 2006 06:44:10 +0000 (06:44 +0000)
committerAndrew Boardman <amb@mit.edu>
Fri, 25 Aug 2006 06:44:10 +0000 (06:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18534 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index 469ea10985bbd954d8ff240df8ce1925959a21ef..eb82862881e4ee42b043edde2689c01bf83a87fa 100644 (file)
@@ -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"