summaryrefslogtreecommitdiff
path: root/unix.h
blob: 42259d1d1f99798432a485b98045a6280adbdbb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Unix platform.h for EK */

#include <stdio.h>
#include <sys/stat.h>

#ifndef IBUFLEN
#define IBUFLEN  4096			/* File input buffer size */
#endif /* IBUFLEN */

#ifndef OBUFLEN
#define OBUFLEN  8192                   /* File output buffer size */
#endif /* OBUFLEN */