aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-17 15:22:45 +0200
committerJuanma Barranquero2012-09-17 15:22:45 +0200
commitcaf4040f9efbad61940651fc19cd8f931a007ffc (patch)
tree72c54ae4dc11271018469188ae2854817a05e7e8
parent0dee970c8850ab1c6334500011e36d530fc636c9 (diff)
downloademacs-caf4040f9efbad61940651fc19cd8f931a007ffc.tar.gz
emacs-caf4040f9efbad61940651fc19cd8f931a007ffc.zip
nt/config.nt: Sync with autogen/config.in.
(BROKEN_SA_RESTART, SYNC_INPUT): Remove.
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt6
2 files changed, 5 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f2a5281d1f8..106f0e91695 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-09-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
5
12012-09-17 Glenn Morris <rgm@gnu.org> 62012-09-17 Glenn Morris <rgm@gnu.org>
2 7
3 * config.nt (COPYRIGHT): New. 8 * config.nt (COPYRIGHT): New.
diff --git a/nt/config.nt b/nt/config.nt
index 96217a8c580..23b33731a36 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -63,9 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
63/* Define on FreeBSD to work around an issue when reading from a PTY. */ 63/* Define on FreeBSD to work around an issue when reading from a PTY. */
64#undef BROKEN_PTY_READ_AFTER_EAGAIN 64#undef BROKEN_PTY_READ_AFTER_EAGAIN
65 65
66/* Define if SA_RESTART should only be used in batch mode. */
67#undef BROKEN_SA_RESTART
68
69/* Define if the system is compatible with BSD 4.2. */ 66/* Define if the system is compatible with BSD 4.2. */
70#undef BSD4_2 67#undef BSD4_2
71 68
@@ -1308,9 +1305,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1308/* Define to 1 on System V Release 4. */ 1305/* Define to 1 on System V Release 4. */
1309#undef SVR4 1306#undef SVR4
1310 1307
1311/* Process async input synchronously. */
1312#undef SYNC_INPUT
1313
1314/* Define to use system malloc. */ 1308/* Define to use system malloc. */
1315#undef SYSTEM_MALLOC 1309#undef SYSTEM_MALLOC
1316 1310