From 137e08a46c4d9d042e260e3e9f44f572773aea37 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 2 Sep 2012 04:00:47 +0200 Subject: [PATCH] nt/config.nt: Sync with autogen/config.in. (HAVE_EXECINFO_H, TERM_HEADER): New macros. --- nt/ChangeLog | 5 +++++ nt/config.nt | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 1085138e3f6..4ceb74ed0b5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2012-09-02 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_EXECINFO_H, TERM_HEADER): New macros. + 2012-09-01 Daniel Colascione * inc/ms-w32.h (TERM_HEADER): Add for refactoring diff --git a/nt/config.nt b/nt/config.nt index 34495928b92..7658275f2d6 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -364,6 +364,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `euidaccess' function. */ #undef HAVE_EUIDACCESS +/* Define to 1 if you have the header file. */ +#define HAVE_EXECINFO_H 1 + /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H @@ -1352,6 +1355,9 @@ along with GNU Emacs. If not, see . */ /* 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 and . */ #define TIME_WITH_SYS_TIME 1 -- 2.39.2