emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110244: nt/config.nt: Sync with auto


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110244: nt/config.nt: Sync with autogen/config.in
Date: Sat, 29 Sep 2012 19:06:28 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110244
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 19:06:28 +0200
message:
  nt/config.nt: Sync with autogen/config.in
  (HAVE_TIMER_SETTIME): New macro.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-09-23 17:34:30 +0000
+++ b/nt/ChangeLog      2012-09-29 17:06:28 +0000
@@ -1,3 +1,8 @@
+2012-09-29  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in
+       (HAVE_TIMER_SETTIME): New macro.
+
 2012-09-23  Eli Zaretskii  <address@hidden>
 
        * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-09-17 13:22:45 +0000
+++ b/nt/config.nt      2012-09-29 17:06:28 +0000
@@ -968,6 +968,9 @@
 /* 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]