]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Nov 2012 12:44:58 +0000 (13:44 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Nov 2012 12:44:58 +0000 (13:44 +0100)
(GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.

nt/ChangeLog
nt/config.nt

index e2e50f11d9b8715e704957be503cbbc99f389731..b970754c09eb31c6a487a96c9c79e531c66f461f 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
+
 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
 
        * config.nt (PENDING_OUTPUT_N_BYTES): Define.
index 8f4cf8589108a6da6e823f97fa26e271d6a31e71..94af5bf571ecc5af518ab73fcfd6a2818b5b40ff 100644 (file)
@@ -196,6 +196,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define this to enable glyphs debugging code. */
 /* #undef GLYPH_DEBUG */
 
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+   whether the gnulib module close-stream shall be considered present. */
+#undef GNULIB_CLOSE_STREAM
+
 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
    whether the gnulib module fscanf shall be considered present. */
 #undef GNULIB_FSCANF
@@ -318,6 +322,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    */
 #define HAVE_DECL_TZNAME 1
 
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
+   don't. */
+#undef HAVE_DECL___FPENDING
+
 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
    don't. */
 #undef HAVE_DECL___SYS_SIGLIST