Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / ppc403 / isatty.c
diff --git a/apps/Hawk/CVEiCL/EiC/src/ppc403/isatty.c b/apps/Hawk/CVEiCL/EiC/src/ppc403/isatty.c
deleted file mode 100644 (file)
index f224328..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* isatty.c -- chek the terminal device.\r
- * \r
- * Copyright (c) 1995 Cygnus Support\r
- *\r
- * The authors hereby grant permission to use, copy, modify, distribute,\r
- * and license this software and its documentation for any purpose, provided\r
- * that existing copyright notices are retained in all copies and that this\r
- * notice is included verbatim in any distributions. No written agreement,\r
- * license, or royalty fee is required for any of the authorized uses.\r
- * Modifications to this software may be copyrighted by their authors\r
- * and need not follow the licensing terms described here, provided that\r
- * the new terms are clearly indicated on the first page of each file where\r
- * they apply.\r
- */\r
-#include "glue.h"\r
-\r
-/*\r
- * isatty -- returns 1 if connected to a terminal device,\r
- *           returns 0 if not. Since we're hooked up to a\r
- *           serial port, we'll say yes _AND return a 1.\r
- */\r
-int\r
-_DEFUN (isatty, (fd),\r
-       int fd)\r
-{\r
-  #ifdef debuglg\r
-  prs("[isatty]\n");\r
-  inbyte();\r
-  #endif\r
-  return (1);\r
-}\r