emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109967: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109967: nt/config.nt: Sync with autogen/config.in.
Date: Mon, 10 Sep 2012 09:37:53 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109967
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-09-10 09:37:53 -0400
message:
  nt/config.nt: Sync with autogen/config.in.
  (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
  (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-09-08 11:20:32 +0000
+++ b/nt/ChangeLog      2012-09-10 13:37:53 +0000
@@ -1,3 +1,9 @@
+2012-09-10  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
+       (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
+
 2012-09-08  Eli Zaretskii  <address@hidden>
 
        * configure.bat <use_extensions>: Don't leave it set in the

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-09-07 12:15:08 +0000
+++ b/nt/config.nt      2012-09-10 13:37:53 +0000
@@ -161,10 +161,6 @@
    */
 #define FIRST_PTY_LETTER 'a'
 
-/* Define if the float library doesn't handle errors by either setting errno,
-   or signaling SIGFPE. */
-#undef FLOAT_CHECK_DOMAIN
-
 /* Enable compile-time and run-time bounds-checking, and some warnings,
       without upsetting glibc 2.15+. */
    #if defined __OPTIMIZE__ && __OPTIMIZE__
@@ -377,9 +373,6 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
-/* Define to 1 if you have the `fmod' function. */
-#define HAVE_FMOD 1
-
 /* Define to 1 if you have the `fork' function. */
 #undef HAVE_FORK
 
@@ -392,9 +385,6 @@
 /* Define to 1 if using the freetype and fontconfig libraries. */
 #undef HAVE_FREETYPE
 
-/* Define to 1 if you have the `frexp' function. */
-#define HAVE_FREXP 1
-
 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
 #undef HAVE_FSEEKO
 
@@ -549,9 +539,6 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define if you have the functions acosh, asinh, and atanh. */
-#undef HAVE_INVERSE_HYPERBOLIC
-
 /* Define to 1 if you have the jpeg library (-ljpeg). */
 #undef HAVE_JPEG
 
@@ -1192,9 +1179,6 @@
 /* Define if XEditRes should not be used. */
 #undef NO_EDITRES
 
-/* Define to 1 if you don't have struct exception in math.h. */
-#define NO_MATHERR 1
-
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]