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