summaryrefslogtreecommitdiff
path: root/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix.h')
-rw-r--r--unix.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/unix.h b/unix.h
deleted file mode 100644
index 42259d1..0000000
--- a/unix.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 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 */