/* $Source$ * $State$ * $Revision$ */ #include #include #include int isatty(int fd) { return 1; }