Home | History | Annotate | Line # | Download | only in dist
      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