home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / dnet / dnet2.3.2 / amiga / lib / lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-29  |  216 b   |  19 lines

  1.  
  2. /*
  3.  *  LIB.H
  4.  */
  5.  
  6. #include "dnet/dnet.h"
  7.  
  8. #include "dnet/channel.h"
  9. #include "dnetlib.h"
  10.  
  11.  
  12. #ifndef IFDEBUG
  13. #ifdef DEBUG
  14. #define IFDEBUG(foo) foo
  15. #else
  16. #define IFDEBUG(foo) 
  17. #endif /* DEBUG */
  18. #endif /* ! IFDEBUG */
  19.