diff options
| author | Glenn Morris | 2012-06-12 13:43:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 13:43:09 -0400 |
| commit | 45fa9c0fbf53ff12f78991698ec996737072d66e (patch) | |
| tree | 36504687d23b4442c44c667a7420b8c079f21b87 /ChangeLog | |
| parent | 03043c1b27476919e6327e3c18d6e6c2b6c70631 (diff) | |
| download | emacs-45fa9c0fbf53ff12f78991698ec996737072d66e.tar.gz emacs-45fa9c0fbf53ff12f78991698ec996737072d66e.zip | |
Move NO_TERMIO, BROKEN_SIGIO from src/s to configure
* configure.in (NO_TERMIO, BROKEN_SIGIO): New AC_DEFINEs.
* src/s/bsd-common.h, src/s/darwin.h, src/s/gnu-kfreebsd.h, src/s/hpux10-20.h:
Remove NO_TERMIO.
* src/s/hpux10-20.h, src/s/openbsd.h, src/s/usg5-4-common.h:
Remove BROKEN_SIGIO.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -6,6 +6,8 @@ | |||
| 6 | 6 | ||
| 7 | 2012-06-12 Glenn Morris <rgm@gnu.org> | 7 | 2012-06-12 Glenn Morris <rgm@gnu.org> |
| 8 | 8 | ||
| 9 | * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s. | ||
| 10 | |||
| 9 | * configure.in: Anticipate platforms with no src/s file. | 11 | * configure.in: Anticipate platforms with no src/s file. |
| 10 | 12 | ||
| 11 | 2012-06-12 Chong Yidong <cyd@gnu.org> | 13 | 2012-06-12 Chong Yidong <cyd@gnu.org> |