home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / DLog Manager Sample / DLOGManager Sample / Source Code / debuggingConst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-05  |  304 b   |  17 lines

  1. /*** File: "debuggingConst.h"
  2.  *
  3.  *    Debugging constant.
  4.  *
  5.  *    First C++ version 06/0/95.
  6.  *
  7.  ****/
  8.  
  9. #ifndef __DEBUGGINGCONST__
  10. #define __DEBUGGINGCONST__
  11.  
  12. #include <stdio.h>
  13. #define    __DEBUG__CTEST__        0
  14. #define __DEBUG__CGETSOL__        0
  15. #define __DEBUG__CGLOBALERR__    0
  16. #define    __DEBUG__CTESTPACKAGE__    0
  17. #endif