home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / krb / debug_decl.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-06  |  486 b   |  22 lines

  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
  12. static 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.  
  20. int krb_ap_req_debug = 0;
  21. int krb_debug = 0;
  22.