diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-17 10:29:04 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-17 10:29:04 +0000 |
commit | 4657ed14463008d08f8633d50103ec0522cffdae (patch) | |
tree | 2169a3002f65a11986ee3c6a8fc7b7b3fc889222 /termcodes.c | |
parent | 4a52217ed410dfbfdceee4688688d756fa0d097e (diff) |
#ifdef for PENDIN
--HG--
extra : convert_revision : a9c59907d9b02918f78f5d0f9e7bc67be0b7ca6f
Diffstat (limited to 'termcodes.c')
-rw-r--r-- | termcodes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/termcodes.c b/termcodes.c index 78c3dd8..d59505c 100644 --- a/termcodes.c +++ b/termcodes.c @@ -131,7 +131,11 @@ const struct TermCode termcodes[MAX_TERMCODE+1] = { {IEXTEN, TERMCODE_LOCAL}, {ECHOCTL, TERMCODE_LOCAL}, {ECHOKE, TERMCODE_LOCAL}, +#ifdef PENDIN {PENDIN, TERMCODE_LOCAL}, +#else + {0, 0}, +#endif {0, 0}, /* 63 */ {0, 0}, {0, 0}, |