/* W3C Listen Tool W3C LISTEN TOOL */ /* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */ /* The W3C Listen Tool input on a socket to stderr. The module is implemented by HTListen.c, and it is a part of the W3C Listen Tool. */ #ifndef HTLISTEN_H #define HTLISTEN_H /* */ #define STDOUT stdout #define OUTPUT stderr /* output is a global target for output redirection */ /* */ #endif /* HTLISTEN_H */ /* End of Declaration */