diff options
| author | Juanma Barranquero | 2012-11-04 13:44:58 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-11-04 13:44:58 +0100 |
| commit | f200a427ffaa22f71908bd78448dcb714a15c82d (patch) | |
| tree | 55fb7527d04cfefd51d7cd98f4a30bccc19b59ee | |
| parent | 6163a6801e7c1091ec715810e7de809851e00d9e (diff) | |
| download | emacs-f200a427ffaa22f71908bd78448dcb714a15c82d.tar.gz emacs-f200a427ffaa22f71908bd78448dcb714a15c82d.zip | |
nt/config.nt: Sync with autogen/config.in.
(GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/config.nt | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index e2e50f11d9b..b970754c09e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros. | ||
| 5 | |||
| 1 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * config.nt (PENDING_OUTPUT_N_BYTES): Define. | 8 | * 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 | |||
| @@ -197,6 +197,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 197 | /* #undef GLYPH_DEBUG */ | 197 | /* #undef GLYPH_DEBUG */ |
| 198 | 198 | ||
| 199 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending | 199 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending |
| 200 | whether the gnulib module close-stream shall be considered present. */ | ||
| 201 | #undef GNULIB_CLOSE_STREAM | ||
| 202 | |||
| 203 | /* Define to a C preprocessor expression that evaluates to 1 or 0, depending | ||
| 200 | whether the gnulib module fscanf shall be considered present. */ | 204 | whether the gnulib module fscanf shall be considered present. */ |
| 201 | #undef GNULIB_FSCANF | 205 | #undef GNULIB_FSCANF |
| 202 | 206 | ||
| @@ -318,6 +322,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 318 | */ | 322 | */ |
| 319 | #define HAVE_DECL_TZNAME 1 | 323 | #define HAVE_DECL_TZNAME 1 |
| 320 | 324 | ||
| 325 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you | ||
| 326 | don't. */ | ||
| 327 | #undef HAVE_DECL___FPENDING | ||
| 328 | |||
| 321 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you | 329 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you |
| 322 | don't. */ | 330 | don't. */ |
| 323 | #undef HAVE_DECL___SYS_SIGLIST | 331 | #undef HAVE_DECL___SYS_SIGLIST |