00001 00006 #include <unistd.h> // For prototype of isatty. 00007 00008 00015 int isatty(int fd) 00016 { 00017 return 0; 00018 } 00019