xref: /netbsd-src/external/bsd/ekermit/dist/unix.h (revision 82d56013d7b633d116a93943de88e08335357a7c)
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