home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / des / debug_decl.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-08  |  453 b   |  20 lines

  1. /*
  2.  * $Source: /mit/kerberos/src/lib/des/RCS/debug_decl.c,v $
  3.  * $Author: steiner $
  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.  * Declaration of debugging flag.
  11.  */
  12.  
  13. #ifndef    lint
  14. static char rcsid_debug_decl_c[] =
  15. "$Header: debug_decl.c,v 4.2 88/02/24 14:20:36 steiner Exp $";
  16. #endif    lint
  17.  
  18. #include <mit-copyright.h>
  19. int    des_debug    = 0;
  20.