home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc190.zip / ckoker.h < prev    next >
C/C++ Source or Header  |  1994-07-31  |  232b  |  12 lines

  1. #ifndef CKOKER_H
  2. #define CKOKER_H
  3. #define NOJC
  4. /* For OS/2 debugging... */
  5. #ifdef __IBMC__
  6. #ifdef __DEBUG
  7. #define __DEBUG_ALLOC__
  8. #pragma strings(readonly)
  9. #endif /* __DEBUG */
  10. #endif /* __IBMC__ */
  11. #endif /* CKOKER_H */
  12.