blob: bd2ec904a6f957264a15c3e66678bf3b113fd564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* debug.c
*
* Copyright 1988 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
* <mit-copyright.h>.
*/
#include "mit-copyright.h"
/* Declare global debugging variables. */
int krb_ap_req_debug = 0;
int krb_debug = 0;
|