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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2dad6bedfcb..eb83ed67017 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h: | ||
| 4 | * s/hpux10-20.h, s/template.h, s/usg5-4-common.h: | ||
| 5 | Move HAVE_PTYS and HAVE_SOCKETS to configure. | ||
| 6 | |||
| 1 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914) | 9 | * s/sol2-6.h (HAVE_LIBKSTAT): Remove. (Bug#11914) |