From: Juanma Barranquero Date: Sun, 4 Nov 2012 12:44:58 +0000 (+0100) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.3.90~173^2~9^2~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f200a427ffaa22f71908bd78448dcb714a15c82d;p=emacs.git nt/config.nt: Sync with autogen/config.in. (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index e2e50f11d9b..b970754c09e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-11-04 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros. + 2012-11-03 Eli Zaretskii * config.nt (PENDING_OUTPUT_N_BYTES): Define. diff --git a/nt/config.nt b/nt/config.nt index 8f4cf858910..94af5bf571e 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -196,6 +196,10 @@ along with GNU Emacs. If not, see . */ /* 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 . */ */ #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