home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / nn6.4 / part22 / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-07  |  496 b   |  20 lines

  1. /*
  2.  *    (c) Copyright 1990, Kim Fabricius Storm.  All rights reserved.
  3.  *
  4.  *    Debug flags and defines
  5.  *
  6.  *    Notice:  no modules are conditioned by this file in the
  7.  *         makefile.  touch the source file to have a change
  8.  *         in debugging setup to reflect the program behaviour
  9.  */
  10.  
  11.  
  12. /* debugging */
  13.  
  14. #define RC_TEST        1    /* rc file updates */
  15. #define DG_TEST        2     /* digest decoding */
  16. #define SEQ_TEST    4    /* sequence file decoding */
  17. #define SEQ_DUMP    8    /* dump sequence after read */
  18.  
  19. extern int Debug;
  20.