From 41ce3186a7c0be5e4b7dc0d4e6b5896f188c1473 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 24 Jul 1999 00:22:03 +0000 Subject: 1999-07-23 Roland McGrath * term.h (ILCASE, OLCASE): Use IUCLC, OLCUC if defined. --- term/term.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'term') diff --git a/term/term.h b/term/term.h index 6dae4f03..da3d373a 100644 --- a/term/term.h +++ b/term/term.h @@ -44,8 +44,16 @@ #define CTRL_BIT 0x40 /* XXX These belong in */ +#ifdef IUCLC +#define ILCASE IUCLC +#else #define ILCASE (1 << 14) +#endif +#ifdef OLCUC +#define OLCASE OLCUC +#else #define OLCASE (1 << 9) +#endif #define OTILDE (1 << 10) /* used in mdmctl device call */ -- cgit v1.2.3