From: Juanma Barranquero Date: Mon, 17 Sep 2012 13:22:45 +0000 (+0200) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.2.90~269^2~51 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/caf4040f9efbad61940651fc19cd8f931a007ffc?ds=sidebyside nt/config.nt: Sync with autogen/config.in. (BROKEN_SA_RESTART, SYNC_INPUT): Remove. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index f2a5281d1f..106f0e9169 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-09-17 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (BROKEN_SA_RESTART, SYNC_INPUT): Remove. + 2012-09-17 Glenn Morris * config.nt (COPYRIGHT): New. diff --git a/nt/config.nt b/nt/config.nt index 96217a8c58..23b33731a3 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -63,9 +63,6 @@ along with GNU Emacs. If not, see . */ /* Define on FreeBSD to work around an issue when reading from a PTY. */ #undef BROKEN_PTY_READ_AFTER_EAGAIN -/* Define if SA_RESTART should only be used in batch mode. */ -#undef BROKEN_SA_RESTART - /* Define if the system is compatible with BSD 4.2. */ #undef BSD4_2 @@ -1308,9 +1305,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 on System V Release 4. */ #undef SVR4 -/* Process async input synchronously. */ -#undef SYNC_INPUT - /* Define to use system malloc. */ #undef SYSTEM_MALLOC