home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / panix / ek17.zip / platform.h < prev    next >
C/C++ Source or Header  |  2011-03-30  |  282b  |  13 lines

  1. /* Unix platform.h for EK */
  2.  
  3. #include <stdio.h>
  4. #include <sys/stat.h>
  5.  
  6. #ifndef IBUFLEN
  7. #define IBUFLEN  4096            /* File input buffer size */
  8. #endif /* IBUFLEN */
  9.  
  10. #ifndef OBUFLEN
  11. #define OBUFLEN  8192                   /* File output buffer size */
  12. #endif /* OBUFLEN */
  13.