diff options
| author | Juanma Barranquero | 2012-09-10 09:37:53 -0400 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-10 09:37:53 -0400 |
| commit | 8c718c585297ef4faaa4d30f5d0a7744dd6ed1bf (patch) | |
| tree | 64837c1159ba9dafd916227942d73e379bbf4634 | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-8c718c585297ef4faaa4d30f5d0a7744dd6ed1bf.tar.gz emacs-8c718c585297ef4faaa4d30f5d0a7744dd6ed1bf.zip | |
nt/config.nt: Sync with autogen/config.in.
(FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
(HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
| -rw-r--r-- | nt/ChangeLog | 6 | ||||
| -rw-r--r-- | nt/config.nt | 16 |
2 files changed, 6 insertions, 16 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index fd528315e2a..49da46ad946 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-09-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP) | ||
| 5 | (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove. | ||
| 6 | |||
| 1 | 2012-09-08 Eli Zaretskii <eliz@gnu.org> | 7 | 2012-09-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * configure.bat <use_extensions>: Don't leave it set in the | 9 | * configure.bat <use_extensions>: Don't leave it set in the |
diff --git a/nt/config.nt b/nt/config.nt index 5dc171bae44..ee62b6d2242 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -161,10 +161,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 161 | */ | 161 | */ |
| 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, | ||
| 165 | or signaling SIGFPE. */ | ||
| 166 | #undef FLOAT_CHECK_DOMAIN | ||
| 167 | |||
| 168 | /* Enable compile-time and run-time bounds-checking, and some warnings, | 164 | /* Enable compile-time and run-time bounds-checking, and some warnings, |
| 169 | without upsetting glibc 2.15+. */ | 165 | without upsetting glibc 2.15+. */ |
| 170 | #if defined __OPTIMIZE__ && __OPTIMIZE__ | 166 | #if defined __OPTIMIZE__ && __OPTIMIZE__ |
| @@ -377,9 +373,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 377 | /* Define to 1 if you have the <fcntl.h> header file. */ | 373 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 378 | #undef HAVE_FCNTL_H | 374 | #undef HAVE_FCNTL_H |
| 379 | 375 | ||
| 380 | /* Define to 1 if you have the `fmod' function. */ | ||
| 381 | #define HAVE_FMOD 1 | ||
| 382 | |||
| 383 | /* Define to 1 if you have the `fork' function. */ | 376 | /* Define to 1 if you have the `fork' function. */ |
| 384 | #undef HAVE_FORK | 377 | #undef HAVE_FORK |
| 385 | 378 | ||
| @@ -392,9 +385,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 392 | /* Define to 1 if using the freetype and fontconfig libraries. */ | 385 | /* Define to 1 if using the freetype and fontconfig libraries. */ |
| 393 | #undef HAVE_FREETYPE | 386 | #undef HAVE_FREETYPE |
| 394 | 387 | ||
| 395 | /* Define to 1 if you have the `frexp' function. */ | ||
| 396 | #define HAVE_FREXP 1 | ||
| 397 | |||
| 398 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ | 388 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| 399 | #undef HAVE_FSEEKO | 389 | #undef HAVE_FSEEKO |
| 400 | 390 | ||
| @@ -549,9 +539,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 549 | /* Define to 1 if you have the <inttypes.h> header file. */ | 539 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 550 | #undef HAVE_INTTYPES_H | 540 | #undef HAVE_INTTYPES_H |
| 551 | 541 | ||
| 552 | /* Define if you have the functions acosh, asinh, and atanh. */ | ||
| 553 | #undef HAVE_INVERSE_HYPERBOLIC | ||
| 554 | |||
| 555 | /* Define to 1 if you have the jpeg library (-ljpeg). */ | 542 | /* Define to 1 if you have the jpeg library (-ljpeg). */ |
| 556 | #undef HAVE_JPEG | 543 | #undef HAVE_JPEG |
| 557 | 544 | ||
| @@ -1192,9 +1179,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1192 | /* Define if XEditRes should not be used. */ | 1179 | /* Define if XEditRes should not be used. */ |
| 1193 | #undef NO_EDITRES | 1180 | #undef NO_EDITRES |
| 1194 | 1181 | ||
| 1195 | /* Define to 1 if you don't have struct exception in math.h. */ | ||
| 1196 | #define NO_MATHERR 1 | ||
| 1197 | |||
| 1198 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 1182 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 1199 | #undef NO_MINUS_C_MINUS_O | 1183 | #undef NO_MINUS_C_MINUS_O |
| 1200 | 1184 | ||