Mercurial > emacs
comparison src/ChangeLog @ 110441:a8b56c7dbb62
Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS):
* src/s/template.h (HAVE_TERMIOS):
* src/s/gnu-linux.h (HAVE_TERMIOS):
* src/s/darwin.h (HAVE_TERMIOS):
* src/s/cygwin.h (HAVE_TERMIOS):
* src/s/bsd-common.h (HAVE_TERMIOS):
* src/s/aix4-2.h (HAVE_TERMIOS):
* src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
defined on all non-MS platforms.
(HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 20 Sep 2010 14:38:50 +0300 |
parents | e71c4e4a16d7 |
children | 48428f365a8c |
comparison
equal
deleted
inserted
replaced
110440:e71c4e4a16d7 | 110441:a8b56c7dbb62 |
---|---|
1 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 Remove HAVE_TERMIOS definitions. | |
4 * s/usg5-4-common.h (HAVE_TERMIOS): | |
5 * s/template.h (HAVE_TERMIOS): | |
6 * s/gnu-linux.h (HAVE_TERMIOS): | |
7 * s/darwin.h (HAVE_TERMIOS): | |
8 * s/cygwin.h (HAVE_TERMIOS): | |
9 * s/bsd-common.h (HAVE_TERMIOS): | |
10 * s/aix4-2.h (HAVE_TERMIOS): | |
11 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed | |
12 defined on all non-MS platforms. | |
13 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it. | |
2 | 14 |
3 * xterm.c (xt_action_hook): Use const. | 15 * xterm.c (xt_action_hook): Use const. |
4 | 16 |
5 2010-09-20 Juanma Barranquero <lekktu@gmail.com> | 17 2010-09-20 Juanma Barranquero <lekktu@gmail.com> |
6 | 18 |