(togkrbdebug): conditionalize on krb_disable_debug
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6342 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -452,7 +452,7 @@ togdebug()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef KRB4
|
#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG)
|
||||||
#include <krb.h>
|
#include <krb.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
@@ -675,7 +675,7 @@ static struct togglelist Togglelist[] = {
|
|||||||
togdebug,
|
togdebug,
|
||||||
&debug,
|
&debug,
|
||||||
"turn on socket level debugging" },
|
"turn on socket level debugging" },
|
||||||
#ifdef KRB4
|
#if defined(KRB4) && defined(HAVE_KRB_DISABLE_DEBUG)
|
||||||
{ "krb_debug",
|
{ "krb_debug",
|
||||||
"kerberos 4 debugging",
|
"kerberos 4 debugging",
|
||||||
togkrbdebug,
|
togkrbdebug,
|
||||||
|
Reference in New Issue
Block a user