aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 19:40:59 -0400
committerGlenn Morris2012-07-11 19:40:59 -0400
commitee1cf5cfae709b340f49e8c5591fe1e782a6ac34 (patch)
tree92fc231e596c7b0b15e4c7a7efc9f743f573c95b /ChangeLog
parenta464a6c73acf27b0d633d428919a36bc16a9d442 (diff)
downloademacs-ee1cf5cfae709b340f49e8c5591fe1e782a6ac34.tar.gz
emacs-ee1cf5cfae709b340f49e8c5591fe1e782a6ac34.zip
All platforms using configure support HAVE_PTYS and HAVE_SOCKETS
* configure.ac (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h: * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/template.h: * src/s/usg5-4-common.h: Move HAVE_PTYS and HAVE_SOCKETS to configure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31e14a661e4..802c2c0d4e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
12012-07-11 Glenn Morris <rgm@gnu.org> 12012-07-11 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.ac (INTERRUPT_INPUT): Move here from src/s. 3 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
4 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
4 5
52012-07-11 Paul Eggert <eggert@cs.ucla.edu> 62012-07-11 Paul Eggert <eggert@cs.ucla.edu>
6 7