summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:14:09 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:14:09 +0000
commita418b69cbced2ce64bf55796fdb890026233e65e (patch)
tree945735c7be9d437acfe7919a5d50afbc1a8a9b96 /zwgc
parentb6ea75cfc9712b77a0886c4348d6fb519641e40e (diff)
get various prototypes and externs from termcap.h if it exists
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/tty_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zwgc/tty_filter.c b/zwgc/tty_filter.c
index f2b6024..e1cfe98 100644
--- a/zwgc/tty_filter.c
+++ b/zwgc/tty_filter.c
@@ -24,7 +24,6 @@ static const char rcsid_tty_filter_c[] = "$Id$";
/* The tty & plain filters: */
/* */
/****************************************************************************/
-#define HAVE_TERMCAP_H
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif