home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
old
/
ckermit5a190
/
ckoker.h
< prev
next >
Wrap
C/C++ Source or Header
|
2020-01-01
|
221b
|
12 lines
#ifndef CKOKER_H
#define CKOKER_H
#define NOJC
/* For OS/2 debugging... */
#ifdef __IBMC__
#ifdef __DEBUG
#define __DEBUG_ALLOC__
#pragma strings(readonly)
#endif /* __DEBUG */
#endif /* __IBMC__ */
#endif /* CKOKER_H */