From 4d64875a837a2d338bf776872f5f76522b707099 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 7 Sep 2012 14:15:08 +0200 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (NO_ABORT, SIGNAL_H_AHB): Remove. --- nt/ChangeLog | 5 +++++ nt/config.nt | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 7ec327f302..d861b386b1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-09-07 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (NO_ABORT, SIGNAL_H_AHB): Remove. + 2012-09-07 Eli Zaretskii * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl. diff --git a/nt/config.nt b/nt/config.nt index e97d10d9ce..5dc171bae4 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -162,7 +162,7 @@ along with GNU Emacs. If not, see . */ #define FIRST_PTY_LETTER 'a' /* Define if the float library doesn't handle errors by either setting errno, - or signaling SIGFPE/SIGILL. */ + or signaling SIGFPE. */ #undef FLOAT_CHECK_DOMAIN /* Enable compile-time and run-time bounds-checking, and some warnings, @@ -1189,9 +1189,6 @@ along with GNU Emacs. If not, see . */ `NO'. */ #undef NARROWPROTO -/* Do not define abort in emacs.c. */ -#undef NO_ABORT - /* Define if XEditRes should not be used. */ #undef NO_EDITRES @@ -1313,9 +1310,6 @@ along with GNU Emacs. If not, see . */ /* Make process_send_signal work by "typing" a signal character on the pty. */ #undef SIGNALS_VIA_CHARACTERS -/* Define if AH_BOTTOM should include signal.h. */ -#undef SIGNAL_H_AHB - /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ #undef SIG_ATOMIC_T_SUFFIX -- 2.20.1