From 53260a945a9bb0e2fbe7f9b668f1e0bf633620f3 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 13 Nov 2010 14:10:34 -0800 Subject: [PATCH] * src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore. --- src/ChangeLog | 4 ++++ src/s/ms-w32.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 66266110fc6..8a7c27637e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-13 Dan Nicolaescu + + * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore. + 2010-11-13 Jan Djärv * xterm.c (set_wm_state): Don't put Atom in cons, call diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 4ae5f32e873..826a02bc60f 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -112,7 +112,6 @@ struct sigaction { #undef HAVE_UTIME_H #undef HAVE_LINUX_VERSION_H #undef HAVE_SYS_SYSTEMINFO_H -#undef HAVE_TERMIOS_H #define HAVE_LIMITS_H 1 #define HAVE_STRING_H 1 #define HAVE_STDLIB_H 1 -- 2.11.4.GIT