diff options
| author | Juanma Barranquero | 2012-09-02 04:00:47 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-02 04:00:47 +0200 |
| commit | 137e08a46c4d9d042e260e3e9f44f572773aea37 (patch) | |
| tree | c4b1b32cf46edcddd324da637ca3fe46ca49c83d | |
| parent | d67d3afd3a4ebe1c879ac7f3f8287b274b18d3ad (diff) | |
| download | emacs-137e08a46c4d9d042e260e3e9f44f572773aea37.tar.gz emacs-137e08a46c4d9d042e260e3e9f44f572773aea37.zip | |
nt/config.nt: Sync with autogen/config.in.
(HAVE_EXECINFO_H, TERM_HEADER): New macros.
| -rw-r--r-- | nt/ChangeLog | 5 | ||||
| -rw-r--r-- | nt/config.nt | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 1085138e3f6..4ceb74ed0b5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt: Sync with autogen/config.in. | ||
| 4 | (HAVE_EXECINFO_H, TERM_HEADER): New macros. | ||
| 5 | |||
| 1 | 2012-09-01 Daniel Colascione <dancol@dancol.org> | 6 | 2012-09-01 Daniel Colascione <dancol@dancol.org> |
| 2 | 7 | ||
| 3 | * inc/ms-w32.h (TERM_HEADER): Add for refactoring | 8 | * 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 <http://www.gnu.org/licenses/>. */ | |||
| 364 | /* Define to 1 if you have the `euidaccess' function. */ | 364 | /* Define to 1 if you have the `euidaccess' function. */ |
| 365 | #undef HAVE_EUIDACCESS | 365 | #undef HAVE_EUIDACCESS |
| 366 | 366 | ||
| 367 | /* Define to 1 if you have the <execinfo.h> header file. */ | ||
| 368 | #define HAVE_EXECINFO_H 1 | ||
| 369 | |||
| 367 | /* Define to 1 if you have the <fcntl.h> header file. */ | 370 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 368 | #undef HAVE_FCNTL_H | 371 | #undef HAVE_FCNTL_H |
| 369 | 372 | ||
| @@ -1352,6 +1355,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1352 | /* Define to 1 if you use terminfo instead of termcap. */ | 1355 | /* Define to 1 if you use terminfo instead of termcap. */ |
| 1353 | #undef TERMINFO | 1356 | #undef TERMINFO |
| 1354 | 1357 | ||
| 1358 | /* Define to the header for the built-in window system. */ | ||
| 1359 | #undef TERM_HEADER | ||
| 1360 | |||
| 1355 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | 1361 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1356 | #define TIME_WITH_SYS_TIME 1 | 1362 | #define TIME_WITH_SYS_TIME 1 |
| 1357 | 1363 | ||