+Tue Aug 16 18:07:54 1994 Mark Eichin (eichin@cygnus.com)
+
+ * externs.h: don't hide termdata under defined(unix).
+ * commands.c: ditto.
+
Tue Aug 16 18:00:48 1994 Mark Eichin (eichin@cygnus.com)
* configure.in: use AC_VFORK (runtime test -- consider just using
0,
&showoptions,
"show option processing" },
-#if defined(unix)
{ "termdata",
"(debugging) toggle printing of hexadecimal terminal data",
0,
&termdata,
"print hexadecimal representation of terminal traffic" },
-#endif /* defined(unix) */
{ "?",
0,
togglehelp },
crmod,
netdata, /* Print out network data flow */
prettydump, /* Print "netdata" output in user readable format */
-#if defined(unix)
#if defined(TN3270)
cursesdata, /* Print out curses data flow */
apitrace, /* Trace API transactions */
#endif /* defined(TN3270) */
termdata, /* Print out terminal data flow */
-#endif /* defined(unix) */
debug; /* Debug level */
extern cc_t escape; /* Escape to command mode */