BSD 4_3_Net_2 release
[unix-history] / usr / src / kerberosIV / krb / debug_decl.c
CommitLineData
6e1bead6
C
1/*
2 * $Source: /mit/kerberos/src/lib/krb/RCS/debug_decl.c,v $
3 * $Author: shanzer $
4 *
5 * Copyright 1988 by the Massachusetts Institute of Technology.
6 *
7 * For copying and distribution information, please see the file
8 * <mit-copyright.h>.
9 */
10
11#ifndef lint
12static char rcsid_debug_decl_c[] =
13"$Header: debug_decl.c,v 4.5 88/10/07 06:07:49 shanzer Exp $";
14#endif lint
15
16#include <mit-copyright.h>
17
18/* Declare global debugging variables. */
19
20int krb_ap_req_debug = 0;
21int krb_debug = 0;