diff options
| author | Glenn Morris | 2012-07-11 19:40:59 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 19:40:59 -0400 |
| commit | ee1cf5cfae709b340f49e8c5591fe1e782a6ac34 (patch) | |
| tree | 92fc231e596c7b0b15e4c7a7efc9f743f573c95b /ChangeLog | |
| parent | a464a6c73acf27b0d633d428919a36bc16a9d442 (diff) | |
| download | emacs-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 7 | ||