emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109847: nt/config.nt: Sync with autogen/config.in.
Date: Sun, 02 Sep 2012 04:00:47 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109847
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-02 04:00:47 +0200
message:
  nt/config.nt: Sync with autogen/config.in.
  (HAVE_EXECINFO_H, TERM_HEADER): New macros.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-09-01 06:38:52 +0000
+++ b/nt/ChangeLog      2012-09-02 02:00:47 +0000
@@ -1,3 +1,8 @@
+2012-09-02  Juanma Barranquero  <address@hidden>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_EXECINFO_H, TERM_HEADER): New macros.
+
 2012-09-01  Daniel Colascione  <address@hidden>
 
        * inc/ms-w32.h (TERM_HEADER): Add for refactoring

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2012-08-28 16:01:59 +0000
+++ b/nt/config.nt      2012-09-02 02:00:47 +0000
@@ -364,6 +364,9 @@
 /* Define to 1 if you have the `euidaccess' function. */
 #undef HAVE_EUIDACCESS
 
+/* Define to 1 if you have the <execinfo.h> header file. */
+#define HAVE_EXECINFO_H 1
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
@@ -1352,6 +1355,9 @@
 /* Define to 1 if you use terminfo instead of termcap. */
 #undef TERMINFO
 
+/* Define to the header for the built-in window system. */
+#undef TERM_HEADER
+
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #define TIME_WITH_SYS_TIME 1
 


reply via email to

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