summaryrefslogtreecommitdiff
path: root/unix.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-16 16:05:32 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-16 20:53:05 -0400
commit7733c95be8a9e93ae4398c13c721b334239780fe (patch)
tree23167248232e093961cc1ef152a0b65e476ed688 /unix.h
parent04d48e513f2094345eb697c0a34345daff63a87b (diff)
Initial cleanup
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 */