diff options
| author | Glenn Morris | 2012-07-11 21:18:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 21:18:45 -0400 |
| commit | ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d (patch) | |
| tree | d9f93f7b3ab366382612635cdade8b390096fa27 /ChangeLog | |
| parent | c5564388a3d737538a48a202b9668cefa776794d (diff) | |
| download | emacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.tar.gz emacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.zip | |
Move some AIX defines from src/s to configure
* configure.ac (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPOLL)
(BROKEN_SIGPTY): Move here from src/s.
* src/s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
(BROKEN_SIGPOLL): Let configure set them.
* src/s/syssignal.h: Comment fix.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,8 @@ | |||
| 3 | * configure.ac (NO_MATHERR): Unconditionally define for Darwin; | 3 | * configure.ac (NO_MATHERR): Unconditionally define for Darwin; |
| 4 | as src/s/darwin.h used to. | 4 | as src/s/darwin.h used to. |
| 5 | 5 | ||
| 6 | * configure.ac (NARROWPROTO, NO_ABORT): Move here from src/s. | 6 | * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_FIONREAD, BROKEN_SIGAIO): |
| 7 | (BROKEN_SIGPOLL, BROKEN_SIGPTY): Move here from src/s. | ||
| 7 | 8 | ||
| 8 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 9 | 2012-07-11 Glenn Morris <rgm@gnu.org> |
| 9 | 10 | ||