nt/config.nt: Sync with autogen/config.in.

(GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
This commit is contained in:
Juanma Barranquero 2012-11-04 13:44:58 +01:00
parent 6163a6801e
commit f200a427ff
2 changed files with 13 additions and 0 deletions

View 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.

View 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