diff options
| author | Juanma Barranquero | 2012-09-07 14:15:08 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-07 14:15:08 +0200 |
| commit | 4d64875a837a2d338bf776872f5f76522b707099 (patch) | |
| tree | 0a37e3acab4f75f56c27999c75db055b6dddc314 | |
| parent | 0d7eb2ea07501271ad5aed5ba3e3492e1c145e03 (diff) | |
| download | emacs-4d64875a837a2d338bf776872f5f76522b707099.tar.gz emacs-4d64875a837a2d338bf776872f5f76522b707099.zip | |
nt/config.nt: Sync with autogen/config.in.
(NO_ABORT, SIGNAL_H_AHB): Remove.
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/config.nt | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 7ec327f3029..d861b386b1c 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (NO_ABORT, SIGNAL_H_AHB): Remove. | ||
| 5 | |||
| 1 | 2012-09-07 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-09-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl. | 8 | * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl. |
diff --git a/nt/config.nt b/nt/config.nt index e97d10d9cec..5dc171bae44 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -162,7 +162,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 162 | #define FIRST_PTY_LETTER 'a' | 162 | #define FIRST_PTY_LETTER 'a' |
| 163 | 163 | ||
| 164 | /* Define if the float library doesn't handle errors by either setting errno, | 164 | /* Define if the float library doesn't handle errors by either setting errno, |
| 165 | or signaling SIGFPE/SIGILL. */ | 165 | or signaling SIGFPE. */ |
| 166 | #undef FLOAT_CHECK_DOMAIN | 166 | #undef FLOAT_CHECK_DOMAIN |
| 167 | 167 | ||
| 168 | /* Enable compile-time and run-time bounds-checking, and some warnings, | 168 | /* Enable compile-time and run-time bounds-checking, and some warnings, |
| @@ -1189,9 +1189,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1189 | `NO'. */ | 1189 | `NO'. */ |
| 1190 | #undef NARROWPROTO | 1190 | #undef NARROWPROTO |
| 1191 | 1191 | ||
| 1192 | /* Do not define abort in emacs.c. */ | ||
| 1193 | #undef NO_ABORT | ||
| 1194 | |||
| 1195 | /* Define if XEditRes should not be used. */ | 1192 | /* Define if XEditRes should not be used. */ |
| 1196 | #undef NO_EDITRES | 1193 | #undef NO_EDITRES |
| 1197 | 1194 | ||
| @@ -1313,9 +1310,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1313 | /* Make process_send_signal work by "typing" a signal character on the pty. */ | 1310 | /* Make process_send_signal work by "typing" a signal character on the pty. */ |
| 1314 | #undef SIGNALS_VIA_CHARACTERS | 1311 | #undef SIGNALS_VIA_CHARACTERS |
| 1315 | 1312 | ||
| 1316 | /* Define if AH_BOTTOM should include signal.h. */ | ||
| 1317 | #undef SIGNAL_H_AHB | ||
| 1318 | |||
| 1319 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type | 1313 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 1320 | 'sig_atomic_t'. */ | 1314 | 'sig_atomic_t'. */ |
| 1321 | #undef SIG_ATOMIC_T_SUFFIX | 1315 | #undef SIG_ATOMIC_T_SUFFIX |