nt/config.nt: Sync with autogen/config.in
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Sep 2012 17:06:28 +0000 (19:06 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Sep 2012 17:06:28 +0000 (19:06 +0200)
(HAVE_TIMER_SETTIME): New macro.

nt/ChangeLog
nt/config.nt

index 9f7b4df..d615151 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in
+       (HAVE_TIMER_SETTIME): New macro.
+
 2012-09-23  Eli Zaretskii  <eliz@gnu.org>
 
        * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
index 23b3373..f8ba4ff 100644 (file)
@@ -968,6 +968,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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