1994-09-30 14:50:09 +00:00
|
|
|
/*
|
|
|
|
* Copyright 1988 by the Massachusetts Institute of Technology.
|
|
|
|
* For copying and distribution information, please see the file
|
|
|
|
* <Copyright.MIT>.
|
|
|
|
*
|
|
|
|
* from: debug_decl.c,v 4.5 88/10/07 06:07:49 shanzer Exp $
|
1995-08-25 22:52:32 +00:00
|
|
|
* $Id: debug_decl.c,v 1.3 1995/07/18 16:38:14 mark Exp $
|
1994-09-30 14:50:09 +00:00
|
|
|
*/
|
|
|
|
|
1995-08-25 22:52:32 +00:00
|
|
|
#if 0
|
1994-09-30 14:50:09 +00:00
|
|
|
#ifndef lint
|
|
|
|
static char rcsid[] =
|
1995-08-25 22:52:32 +00:00
|
|
|
"$Id: debug_decl.c,v 1.3 1995/07/18 16:38:14 mark Exp $";
|
1994-09-30 14:50:09 +00:00
|
|
|
#endif lint
|
1995-08-25 22:52:32 +00:00
|
|
|
#endif
|
1994-09-30 14:50:09 +00:00
|
|
|
|
|
|
|
/* Declare global debugging variables. */
|
|
|
|
|
|
|
|
int krb_ap_req_debug = 0;
|
|
|
|
int krb_debug = 0;
|