/* Unix platform.h for EK */ #include #include #include #include #include #include #undef X_OK /* namespace collision between kermit.h and unistd.h */ #ifndef IBUFLEN #define IBUFLEN 4096 /* File input buffer size */ #endif /* IBUFLEN */ #ifndef OBUFLEN #define OBUFLEN 8192 /* File output buffer size */ #endif /* OBUFLEN */