emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110797: nt/config.nt: Sync with autogen/config.in.
Date: Sun, 04 Nov 2012 13:44:58 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110797
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-04 13:44:58 +0100
message:
  nt/config.nt: Sync with autogen/config.in.
  (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-11-03 20:43:29 +0000
+++ b/nt/ChangeLog      2012-11-04 12:44:58 +0000
@@ -1,3 +1,8 @@
+2012-11-04  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
+
 2012-11-03  Eli Zaretskii  <address@hidden>
 
        * config.nt (PENDING_OUTPUT_N_BYTES): Define.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-11-03 20:43:29 +0000
+++ b/nt/config.nt      2012-11-04 12:44:58 +0000
@@ -197,6 +197,10 @@
 /* #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 @@
    */
 #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


reply via email to

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