From d2c15ffb1540c65291aba109e3439897cac92476 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 23 Jun 1999 05:59:41 +0000 Subject: [PATCH] (togkrbdebug): conditionalize on krb_disable_debug git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6342 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnet/commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/telnet/telnet/commands.c b/appl/telnet/telnet/commands.c index 2874f00ae..ddd2c9b7d 100644 --- a/appl/telnet/telnet/commands.c +++ b/appl/telnet/telnet/commands.c @@ -452,7 +452,7 @@ togdebug() return 1; } -#ifdef KRB4 +#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG) #include static int @@ -675,7 +675,7 @@ static struct togglelist Togglelist[] = { togdebug, &debug, "turn on socket level debugging" }, -#ifdef KRB4 +#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG) { "krb_debug", "kerberos 4 debugging", togkrbdebug,