nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Sep 2012 13:22:45 +0000 (15:22 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Sep 2012 13:22:45 +0000 (15:22 +0200)
(BROKEN_SA_RESTART, SYNC_INPUT): Remove.

nt/ChangeLog
nt/config.nt

index f2a5281..106f0e9 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
+
 2012-09-17  Glenn Morris  <rgm@gnu.org>
 
        * config.nt (COPYRIGHT): New.
index 96217a8..23b3373 100644 (file)
@@ -63,9 +63,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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 <http://www.gnu.org/licenses/>.  */
 /* 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