]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/config.nt: Sync with autogen/config.in.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 2 Sep 2012 02:00:47 +0000 (04:00 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 2 Sep 2012 02:00:47 +0000 (04:00 +0200)
(HAVE_EXECINFO_H, TERM_HEADER): New macros.

nt/ChangeLog
nt/config.nt

index 1085138e3f6591a179b6cd953e28568b8af6c3a6..4ceb74ed0b5149d0b6dcca865f55146641cf3c55 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt: Sync with autogen/config.in.
+       (HAVE_EXECINFO_H, TERM_HEADER): New macros.
+
 2012-09-01  Daniel Colascione  <dancol@dancol.org>
 
        * inc/ms-w32.h (TERM_HEADER): Add for refactoring
index 34495928b9299c39c84393f446c6b95ef2eec472..7658275f2d6aae165f0a43300a496dd0cda09a92 100644 (file)
@@ -364,6 +364,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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