diff options
| author | Eli Zaretskii | 2010-03-13 04:02:01 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-13 04:02:01 -0500 |
| commit | 9565d1e6f3d09d5cd5afebd1b30a7571a27199cc (patch) | |
| tree | 2a9b626a132c400e4305163d14a940fa7c3ac7a1 /src/term.c | |
| parent | f866d742007347ca7a6002cea3be13bdf582c5e7 (diff) | |
| parent | a96f6398e13a611aa825ee6e09566d2f0c5fce35 (diff) | |
| download | emacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.tar.gz emacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.zip | |
Merge from mainline.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/term.c b/src/term.c index dbfdf80d905..718a20d4164 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -66,15 +66,10 @@ static int been_here = -1; | |||
| 66 | /* For now, don't try to include termcap.h. On some systems, | 66 | /* For now, don't try to include termcap.h. On some systems, |
| 67 | configure finds a non-standard termcap.h that the main build | 67 | configure finds a non-standard termcap.h that the main build |
| 68 | won't find. */ | 68 | won't find. */ |
| 69 | |||
| 70 | #if defined HAVE_TERMCAP_H && 0 | ||
| 71 | #include <termcap.h> | ||
| 72 | #else | ||
| 73 | extern void tputs P_ ((const char *, int, int (*)(int))); | 69 | extern void tputs P_ ((const char *, int, int (*)(int))); |
| 74 | extern int tgetent P_ ((char *, const char *)); | 70 | extern int tgetent P_ ((char *, const char *)); |
| 75 | extern int tgetflag P_ ((char *id)); | 71 | extern int tgetflag P_ ((char *id)); |
| 76 | extern int tgetnum P_ ((char *id)); | 72 | extern int tgetnum P_ ((char *id)); |
| 77 | #endif | ||
| 78 | 73 | ||
| 79 | #include "cm.h" | 74 | #include "cm.h" |
| 80 | #ifdef HAVE_X_WINDOWS | 75 | #ifdef HAVE_X_WINDOWS |