aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-06-12 13:43:09 -0400
committerGlenn Morris2012-06-12 13:43:09 -0400
commit45fa9c0fbf53ff12f78991698ec996737072d66e (patch)
tree36504687d23b4442c44c667a7420b8c079f21b87 /ChangeLog
parent03043c1b27476919e6327e3c18d6e6c2b6c70631 (diff)
downloademacs-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f19b1cba44..da39ee2e48d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 6
72012-06-12 Glenn Morris <rgm@gnu.org> 72012-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
112012-06-12 Chong Yidong <cyd@gnu.org> 132012-06-12 Chong Yidong <cyd@gnu.org>