1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

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

This commit is contained in:
Juanma Barranquero 2012-09-30 14:27:23 +02:00
parent 1bc834133d
commit 9ee2ee9f1b
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,10 @@
2012-09-30 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in.
2012-09-29 Juanma Barranquero <lekktu@gmail.com>
* config.nt: Sync with autogen/config.in
* config.nt: Sync with autogen/config.in.
(HAVE_TIMER_SETTIME): New macro.
2012-09-23 Eli Zaretskii <eliz@gnu.org>

View file

@ -1531,7 +1531,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.
_GL_INLINE_HEADER_END contains useful stuff to put
in the same include file, after uses of _GL_INLINE. */
#if __GNUC__ ? __GNUC_STDC_INLINE__ : 199901L <= __STDC_VERSION__
#if (__GNUC__ \
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
: 199901L <= __STDC_VERSION__)
# define _GL_INLINE inline
# define _GL_EXTERN_INLINE extern inline
#elif 2 < __GNUC__ + (7 <= __GNUC_MINOR__)
@ -1548,7 +1550,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
# if __GNUC_STDC_INLINE__
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
# define _GL_INLINE_HEADER_CONST_PRAGMA
# else
# define _GL_INLINE_HEADER_CONST_PRAGMA \