[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99649: Don't use termcap.c on Posix
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99649: Don't use termcap.c on Posix platforms, only on MS-DOS. |
Date: |
Fri, 12 Mar 2010 11:34:27 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99649
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-12 11:34:27 -0500
message:
Don't use termcap.c on Posix platforms, only on MS-DOS.
configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
configure: Regenerated.
src/Makefilie.in (termcapobj): Move termcap.o from here...
(MSDOS_OBJ): ...to here.
(termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
now identical to when LIBS_TERMCAP is defined.
src/term.c: Remove (ifdef'ed away) inclusion of termcap.h.
src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
src/config.in: Regenerated.
modified:
ChangeLog
configure
configure.in
src/ChangeLog
src/cm.c
src/config.in
src/term.c
Diff too large for email (25598 lines, the limit is 10000).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99649: Don't use termcap.c on Posix platforms, only on MS-DOS.,
Eli Zaretskii <=