* term.c: Rename TCLFLSH to TCFLSH.
*/
#include <linux/termios.h>
-#include "xlat/tcxonc_options.h"
+#ifdef TCXONC
+# include "xlat/tcxonc_options.h"
+#endif
-#ifdef TCLFLSH
-#include "xlat/tcflsh_options.h"
+#ifdef TCFLSH
+# include "xlat/tcflsh_options.h"
#endif
#include "xlat/baud_options.h"
printxval(tcxonc_options, arg, "TC???");
return 1;
#endif
-#ifdef TCLFLSH
+#ifdef TCFLSH
case TCFLSH:
tprints(", ");
printxval(tcflsh_options, arg, "TC???");