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