From: Juanma Barranquero Date: Sat, 29 Sep 2012 17:06:28 +0000 (+0200) Subject: nt/config.nt: Sync with autogen/config.in X-Git-Tag: emacs-24.2.90~244^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd155987b5ac2f9d7ce2ba72ba31e5ad8fae2fd2;p=emacs.git nt/config.nt: Sync with autogen/config.in (HAVE_TIMER_SETTIME): New macro. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 9f7b4df2e81..d615151310e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-09-29 Juanma Barranquero + + * config.nt: Sync with autogen/config.in + (HAVE_TIMER_SETTIME): New macro. + 2012-09-23 Eli Zaretskii * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort. diff --git a/nt/config.nt b/nt/config.nt index 23b33731a36..f8ba4ff9c6c 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -968,6 +968,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the tiff library (-ltiff). */ #undef HAVE_TIFF +/* Define to 1 if you have the `timer_settime' function. */ +#undef HAVE_TIMER_SETTIME + /* Define if struct tm has the tm_gmtoff member. */ #undef HAVE_TM_GMTOFF