From 7733c95be8a9e93ae4398c13c721b334239780fe Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 16 Jun 2016 16:05:32 -0400 Subject: Initial cleanup --- unix.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 unix.h (limited to 'unix.h') 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 -#include - -#ifndef IBUFLEN -#define IBUFLEN 4096 /* File input buffer size */ -#endif /* IBUFLEN */ - -#ifndef OBUFLEN -#define OBUFLEN 8192 /* File output buffer size */ -#endif /* OBUFLEN */ -- cgit v1.2.3